Commented Unassigned: Problem with .xlsx file for saving same workbook second...
Hi Team, I am developing .xls and .xlsx excel file using NPOI 2.1.3 beta version. I have a requirement of saving the same excel workbook multiple times. With .xls file working good but .xlsx resulted...
View ArticleCommented Unassigned: Error while opening XL file [13106]
__Error while opening XL file__ An unhandled exception of type 'ICSharpCode.SharpZipLib.Zip.ZipException' occurred in ICSharpCode.SharpZipLib.dllAdditional information: Wrong Local header signature:...
View ArticleCreated Unassigned: Error while opening excel file stream [13416]
I happened a bad question, while publish production server, application read excel stream will throw exception "Wrong Local header signature", but test server no problem, attachment my code: using...
View ArticleUpdated Wiki: Home
This project is the .NET version of POI Java project at http://poi.apache.org/. POI is an open source project which can help you read/write xls, doc, ppt files. It has a wide application.For example,...
View ArticleReleased: 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 ArticleNew Post: XWPFTable: how to set column width and cell borders?
Hello, I have just begun creating docx with XWPFDocument. Could you please advice if my approach is proper, assuming that I would like to create a table with 3 columns, first narrow, second and third...
View ArticleCreated Unassigned: getIndex-method gone after upgrading to 2.1.3 (from...
Hi there,great Library so far. I just upgraded to the latest version because of the alignment-bug (vertical-align top results in center). But now I have another Problem setting the background color of...
View ArticleCommented Unassigned: getIndex-method gone after upgrading to 2.1.3 (from...
Hi there,great Library so far. I just upgraded to the latest version because of the alignment-bug (vertical-align top results in center). But now I have another Problem setting the background color of...
View ArticleNew Post: Inserting .TIFF images into .XLS
Is it possible using NPOI to insert .TIFF images into .XLS? I know that NPOI supports multiple image formats but I dont see .TIFF as being one of them. See the code below: public class HSSFPictureData...
View ArticleNew Post: trying to export column header from DataTable only getting last value
I am trying to loop though a data table of headers. It is only writing the last one. Any idea why?//set the workbook properties and add a default sheet in it IWorkbook workBook = new XSSFWorkbook();...
View ArticleNew Post: trying to export column header from DataTable only getting last value
even more odd a simple thing like this only creates the last one in header. worksheet1.CreateRow(0).CreateCell(1).SetCellValue("a"); worksheet1.CreateRow(0).CreateCell(2).SetCellValue("b");...
View ArticleNew Post: NPOI generated Excel file with multiple columns -- showing only 1
Hi, We are currently using NPOI to generate/update Excel files. However, we have come across an issue where the NPOI generated excel file cannot be read by other Excel readers correctly. Summary of...
View ArticleClosed Unassigned: getIndex-method gone after upgrading to 2.1.3 (from...
Hi there,great Library so far. I just upgraded to the latest version because of the alignment-bug (vertical-align top results in center). But now I have another Problem setting the background color of...
View ArticleClosed Unassigned: Error while opening excel file stream [13416]
I happened a bad question, while publish production server, application read excel stream will throw exception "Wrong Local header signature", but test server no problem, attachment my code: using...
View ArticleNew Post: Images created in foreach-loop not resizing correctly
Hi there, so I am not sure if this is an issue or just my stupidity, but I don't get the Images I create inside a loop to resize correctly. I asked the question at StackOverflow over here, but noone...
View ArticleNew Post: Images created in foreach-loop not resizing correctly
I just messed up my anchor-constructor. got it working now.
View ArticleCommented Unassigned: Problem with .xlsx file for saving same workbook second...
Hi Team, I am developing .xls and .xlsx excel file using NPOI 2.1.3 beta version. I have a requirement of saving the same excel workbook multiple times. With .xls file working good but .xlsx resulted...
View Article