Released: NPOI 2.0 (Jan 05, 2014)
《NPOI 2.0指南》新书众筹中,希望大家支持! http://www.zhongchou.cn/deal-show/id-5424 NPOI User Group: http://www.linkedin.com/groups/NPOI-User-Group-6655065 Assembly version: 2.0.6 Provide 2 assembly versions: .net 2,...
View ArticleUpdated Release: NPOI 2.0 (一月 05, 2014)
《NPOI 2.0指南》新书众筹中,希望大家支持!http://www.zhongchou.cn/deal-show/id-5424NPOI User Group: http://www.linkedin.com/groups/NPOI-User-Group-6655065Assembly version: 2.0.6Provide 2 assembly versions: .net 2, .net...
View ArticleCreated Unassigned: Issue with DataFormatter [12959]
I'm processing excel file with custom format. In my excel file I have a column store number with custom format _(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_). when using NPOI to read value from this...
View ArticleCommented Unassigned: Issue with DataFormatter [12959]
I'm processing excel file with custom format. In my excel file I have a column store number with custom format _(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_). when using NPOI to read value from this...
View ArticleNew Post: read word doc into string
We are going to include it in NPOI 2.3. But we need to make it stabler first.
View ArticleCreated Unassigned: Issue with XSSFSheet.CopyRow [12963]
var row = partSheet.CreateRow(rowNum); row.CreateCell(1).SetCellValue("fdjkslafdsjkl;fsdjkl;fsdjfksdl;fjdskal;fjdsklfsjd;lf"); partSheet.CopyRow(rowNum, 1);CopyRow throw Exception:{"value cann't be...
View ArticleNew Post: Date vs. Numeric NPOI 2.0.6
Does anyone know how to determine the difference between a cell being a date vs. a numeric value? I know dates are stored as numeric values in Microsoft Office. As a result, for all cells containing...
View ArticleCommented Unassigned: Error 4RedToBlack not found when use XSSFWorkbook to...
When i try using XSSFWorkbook class to open an .xlsx file, it throws error of 4RedToBlack not found from NPOI.OpenXml4Net.dll if any sheet in that file has conditional formatting in some cells.```using...
View ArticleCommented Unassigned: Error 4RedToBlack not found when use XSSFWorkbook to...
When i try using XSSFWorkbook class to open an .xlsx file, it throws error of 4RedToBlack not found from NPOI.OpenXml4Net.dll if any sheet in that file has conditional formatting in some cells.```using...
View ArticleCommented Unassigned: Issue with XSSFSheet.CopyRow [12963]
var row = partSheet.CreateRow(rowNum); row.CreateCell(1).SetCellValue("fdjkslafdsjkl;fsdjkl;fsdjfksdl;fjdskal;fjdsklfsjd;lf"); partSheet.CopyRow(rowNum, 1);CopyRow throw Exception:{"value cann't be...
View ArticleCreated Unassigned: PrintSetup.PaperSize results in custom size in Excel [12970]
This worked fine in the previous version, but in 2.0 any attempt to set the paper size does not work, and excel gives a warning that a custom size is set.
View ArticleCreated Unassigned: table name evaluation [12972]
Hi,I tried to retreive an excel table using this code : XSSFWorkbook workbook = new XSSFWorkbook(fs); var table = workbook.GetName("Table1");The returned value is null.But when I used a named range, it...
View ArticleCommented Unassigned: xls中copysheet,下划线样式丢失! [12895]
在对03的Excel复制表格时,发现下划线样式丢失?并且在xlsx中未提供相应的copysheet方法。是否能对xlsx也可进行支持!谢谢Comments: ** Comment from web user: tonyqus ** xlsx的copysheet将在NPOI 2.1中提供。
View ArticleUpdated Wiki: 《我与Selerant》系列文章
《我与selerant》之 贡献篇《我与selerant》之 被搞篇《我与selerant》之 HR黑私人账号篇《我与selerant》之 劳动仲裁篇《我与selerant》之 致对方律师事务所的公开信《我与selerant》之 回顾公司的丑恶历史
View ArticleUpdated Wiki: 《我与selerant》之 回顾公司的丑恶历史
2011年销售S曾因电脑归属问题和公司闹到警察局,后该员工被裁。2013年2月市场经理R被告知业绩不佳,被裁员。2013年4月项目经理T被告知业绩不佳,公司强行对他做出薪资减半处理,最后该员工被迫离职。2013年6月该公司合作伙伴台湾人C和老板N闹翻,然后离职,并带走了台湾合作团队的3人。2014年3月高级工程师T被裁,裁员原因不明,2月底也因为一些事情闹到警察局。
View ArticleCreated Unassigned: CopyCellTo method make the formated cell not preserve...
When I use the CopyCellTo method to copy a cell with format ("#,##0_);[Red](#,##0)") and the value is 1.52356. The method working well but when I double clicked on this cell and do nothing, then I move...
View ArticleNew Post: Support for Silverlight (or, even better, portable class library)?
I wondered about this as well. I've managed to successfully perform the following:Download the NPOI source, rebuild the 'AllnOne' folder solution to a DLL targetting .NET framework 4.5Reference this...
View ArticleNew Post: Date vs. Numeric NPOI 2.0.6
if (cell.CellType == CellType.Numeric) { object[targetRowNum, targetColNum] = cell.NumericCellValue.ToString(); if (DateUtil.IsCellDateFormatted(cell)) { object[targetRowNum, targetColNum] =...
View ArticleCommented Unassigned: Issue with DataFormatter [12959]
I'm processing excel file with custom format. In my excel file I have a column store number with custom format _(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_). when using NPOI to read value from this...
View Article