Commented Unassigned: VerticalAlignment.Top [12555]
Setting VerticalAlignment property of CellStyle in *.xls format actually appears as Center when opening the result in Excel 2007. Setting the VerticalAlignment.Top enum int value to 0 instead of 1...
View ArticleCommented Unassigned: VerticalAlignment.Top [12555]
Setting VerticalAlignment property of CellStyle in *.xls format actually appears as Center when opening the result in Excel 2007. Setting the VerticalAlignment.Top enum int value to 0 instead of 1...
View ArticleCreated Unassigned: 当在Excel->公式->名称管理器中新建一个范围时,如果范围的名称或备注里含有中文字符,NPOI读取时就会报错...
NPOI 所有版本好像都有这问题。错误类似:Initialisation of record 0x894 left 31 bytes remaining still to be read.
View ArticleNew Post: Build samples
That's a really big stuff to modify every project file... I found that they use the path (in 20131204 examples package.zip):..\..\..\solution\Lib\NPOI.dll So we just create a solution folder and copy...
View ArticleCreated Unassigned: xlsx file is corrupted when modified by XSSF [12616]
It seems that XSSF can only work with the xlsx file created by it self.When I modify and save an xlsx file created by Excel 2010, it will be failed to be opened in Excel 2010. This error dialog will...
View ArticleCommented Unassigned: Reg. Error while Saving Excel using NPOI 2.0Beta [12558]
FileStream file = new FileStream(@"C:\test.xls", FileMode.Open, FileAccess.ReadWrite); HSSFWorkbook wrkBook = new HSSFWorkbook(file); ISheet ws = wrkBook.GetSheetAt(1); IRow r = ws.GetRow(20); ICell c...
View ArticleCommented Unassigned: xlsx file is corrupted when modified by XSSF [12616]
It seems that XSSF can only work with the xlsx file created by it self.When I modify and save an xlsx file created by Excel 2010, it will be failed to be opened in Excel 2010. This error dialog will...
View ArticleNew Post: How can I obtain Scaling mode: Reduce/Enlarge printout?
Sorry to bother but I'm still swamped. Can someone give a hint? Thanks!
View ArticleNew Post: NPOI and setCellFormula(): decimal-separator is cutoff
Hi tonyqus, I just migrated my app to 2.0.5. I can confirm 100% that the same problem is still present and not fixed. Thanks,
View ArticleNew Post: How can I obtain Scaling mode: Reduce/Enlarge printout?
myWorksheet.FitToPage = false; did the trick!
View ArticleCommented Unassigned: xlsx file is corrupted when modified by XSSF [12616]
It seems that XSSF can only work with the xlsx file created by it self.When I modify and save an xlsx file created by Excel 2010, it will be failed to be opened in Excel 2010. This error dialog will...
View ArticleCreated Unassigned: Excel Generate File size Issue [12624]
If excel file have only 10 rows then the excel file size would be 57.6 KB. but if we make other things in the page like Gridview and if gridview binds the datatable then click on Export to excel button...
View ArticleCommented Unassigned: Excel Generate File size Issue [12624]
If excel file have only 10 rows then the excel file size would be 57.6 KB. but if we make other things in the page like Gridview and if gridview binds the datatable then click on Export to excel button...
View ArticleCommented Unassigned:...
NPOI 所有版本好像都有这问题。错误类似:Initialisation of record 0x894 left 31 bytes remaining still to be read.Comments: ** Comment from web user: tonyqus ** 估计是unicodestring没处理,可能安排在2.1中修复
View ArticleCommented Unassigned: xlsx file is corrupted when modified by XSSF [12616]
It seems that XSSF can only work with the xlsx file created by it self.When I modify and save an xlsx file created by Excel 2010, it will be failed to be opened in Excel 2010. This error dialog will...
View ArticleCommented Unassigned: Excel Generate File size Issue [12624]
If excel file have only 10 rows then the excel file size would be 57.6 KB. but if we make other things in the page like Gridview and if gridview binds the datatable then click on Export to excel button...
View ArticleCreated Issue: NPOI and setCellFormula(): decimal-separator is cutoff [12626]
Hi tonyqus,I just migrated my app to 2.0.5. I can confirm 100% that the same problem __is still present and not fixed__.Thanks,
View ArticleEdited Issue: NPOI and setCellFormula(): decimal-separator is cutoff [12626]
Hi tonyqus,I just migrated my app to 2.0.5. I can confirm 100% that the same problem __is still present and not fixed__.Thanks,
View ArticleNew Post: NPOI and setCellFormula(): decimal-separator is cutoff
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Unassigned: Excel Generate File size Issue [12624]
If excel file have only 10 rows then the excel file size would be 57.6 KB. but if we make other things in the page like Gridview and if gridview binds the datatable then click on Export to excel button...
View Article