Released: NPOI 2.0 (Jan 05, 2014)
NPOI User Group: http://www.linkedin.com/groups/NPOI-User-Group-6655065 Assembly version: 2.0.6 Provide 2 assembly versions: .net 2, .net 4New features a. Support Scatter chart in XSSF (xlsx) (other...
View ArticleUpdated Release: NPOI 2.0 (一月 05, 2014)
NPOI User Group: http://www.linkedin.com/groups/NPOI-User-Group-6655065Assembly version: 2.0.6Provide 2 assembly versions: .net 2, .net 4New featuresa. Support Scatter chart in XSSF (xlsx) (other chart...
View ArticleCreated Unassigned: Problem with XLSX (XSSF) [13046]
Hi all,I'm an Italian user of NPOI (with bad written English) ;)I have a problem with xlsx generation. When I open the spreadsheet created with NPOI, Excel return me this message:"Excel found an...
View ArticleCommented Unassigned: Problem with XLSX (XSSF) [13046]
Hi all,I'm an Italian user of NPOI (with bad written English) ;)I have a problem with xlsx generation. When I open the spreadsheet created with NPOI, Excel return me this message:"Excel found an...
View ArticleCommented Unassigned: Unable to add different colors to a text in cell [13037]
Hi,I have to generate an excel.Eg: The Header column text contains as below'Column1 *'For Column1 text color should be black and * should be in red color.How to apply different color styles to same...
View ArticleClosed Unassigned: IndexedColors.cs missing [13023]
The main solution does not compile from Git, it is missing the file:Source file 'SS\UserModel\IndexedColors.cs' could not be foundComments: fixed by synchronize the project file
View ArticleCommented Unassigned: NPOI unable to read excel files with record count...
Hi Team,We have used NPOI in our Visual Studio solution to read and excel file. The DLL worked fine when the excel file had less than 65000 rows. But the excel files with greater than 65000 rows are...
View ArticleCommented Unassigned: Problem with XLSX (XSSF) [13046]
Hi all,I'm an Italian user of NPOI (with bad written English) ;)I have a problem with xlsx generation. When I open the spreadsheet created with NPOI, Excel return me this message:"Excel found an...
View ArticleCreated Unassigned: Excel 2007 设置列样式问题 [13049]
Excel 2007使用SetDefaultColumnStyle设置列样式无法正常生效,需要设置任意样式后,使用GetColumnStyle获取到列样式,然后再修改该样式才能生效,代码描述如下:``` var columnIndex = i + startColumnIndex; SetColumnWidth(sheet, columnIndex, headers[i].ColumnWidth);...
View ArticleCommented Unassigned: Problem with XLSX (XSSF) [13046]
Hi all,I'm an Italian user of NPOI (with bad written English) ;)I have a problem with xlsx generation. When I open the spreadsheet created with NPOI, Excel return me this message:"Excel found an...
View ArticleCommented Unassigned: Problem with XLSX (XSSF) [13046]
Hi all,I'm an Italian user of NPOI (with bad written English) ;)I have a problem with xlsx generation. When I open the spreadsheet created with NPOI, Excel return me this message:"Excel found an...
View ArticleCommented Unassigned: Problem with XLSX (XSSF) [13046]
Hi all,I'm an Italian user of NPOI (with bad written English) ;)I have a problem with xlsx generation. When I open the spreadsheet created with NPOI, Excel return me this message:"Excel found an...
View ArticleCreated Unassigned: Formula field display '0' in Protected Mode. [13053]
Hello All,I am using NPOI dll version 1.2.2.0 for genrating excel sheet in C#. When I apply formula on some cell programmatically and export excel then in protected mode of excel sheet all the cells...
View ArticleClosed Unassigned: Problem with XLSX (XSSF) [13046]
Hi all,I'm an Italian user of NPOI (with bad written English) ;)I have a problem with xlsx generation. When I open the spreadsheet created with NPOI, Excel return me this message:"Excel found an...
View ArticleClosed Unassigned: Unable to add different colors to a text in cell [13037]
Hi,I have to generate an excel.Eg: The Header column text contains as below'Column1 *'For Column1 text color should be black and * should be in red color.How to apply different color styles to same...
View ArticleCommented Unassigned: Formula field display '0' in Protected Mode. - Need...
Hello All,I am using NPOI dll version 1.2.2.0 for genrating excel sheet in C#. When I apply formula on some cell programmatically and export excel then in protected mode of excel sheet all the cells...
View ArticleCommented Unassigned: HSSFSheet.RemoveRow() can't remove row but clear all...
var workbook = WorkbookFactory.Create("book1.xls");var sheet = workbook.GetSheetAt(0);// remove second rowsheet.RemoveRow(sheet.GetRow(1));using (var fs=new FileStream("book2.xls",FileMode.Create)){...
View ArticleClosed Unassigned: HSSFSheet.RemoveRow() can't remove row but clear all cells...
var workbook = WorkbookFactory.Create("book1.xls");var sheet = workbook.GetSheetAt(0);// remove second rowsheet.RemoveRow(sheet.GetRow(1));using (var fs=new FileStream("book2.xls",FileMode.Create)){...
View ArticleUpdated Release: NPOI 2.1
Assembly Version: 2.1.0New Featuresa. XSSFSheet.CopySheetb. Excel2Html for XSSFc. insert picture in word 2007d. Implement IfError function in formula engineBug Fixesa. fix conditional formatting...
View Article