Quantcast
Channel: NPOI
Browsing all 1621 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Updated 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 Article


Created 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 Article

Updated Wiki: test

testttesadsfasfsdfasfasd

View Article

Commented 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 Article


Commented 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 Article

Closed 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 Article

Commented 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 Article


Commented 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 Article


Created Unassigned: Excel 2007 设置列样式问题 [13049]

Excel 2007使用SetDefaultColumnStyle设置列样式无法正常生效,需要设置任意样式后,使用GetColumnStyle获取到列样式,然后再修改该样式才能生效,代码描述如下:``` var columnIndex = i + startColumnIndex; SetColumnWidth(sheet, columnIndex, headers[i].ColumnWidth);...

View Article

Commented 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 Article

Commented 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 Article

Commented 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 Article


Created 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 Article

Closed 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 Article


Closed 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 Article

Commented 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 Article


Commented 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 Article

Closed 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 Article

Updated 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
Browsing all 1621 articles
Browse latest View live