New Post: Corrupted Excel files with NPOI - asp.net
Hi all, I need a small help with NPOI and asp.net. I'm trying to create an excel file from a web application, written in asp.net (vb). Everything is fine with excel 2003 xls format, while using the...
View ArticleNew Post: Dont work xlsx for russian office 2010
Dont work xlsx for russian office 2010 Probably blame decimal separator You create an invalid xml <?xml version="1.0" encoding="utf-8" standalone="yes"?> <worksheet...
View ArticleCreated Unassigned: NPOI Regional settings issue [12768]
There is issue when using regional settings that use ',' as a separator for decimal places instead of "."Example from NPOI xml file:<pageMargins footer="0,3" header="0,3" bottom="0,75" top="0,75"...
View ArticleNew Post: NPOI : how to read excel cell which having no header
i am trying to extract TEXT from .xlsx excel file using NPOI. below is the link of sample excel file: the function ExcelDocumentToText extract all the cell but not the cell which contaion INR (cell F2)...
View ArticleNew Post: NPOI 2.0 on NuGet
Hello, when can we expect the newest version of NPOI to be available on NuGet? Currently there is only the 1.2.5 version available. Thanks!
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 ArticleNew Post: [NPOI 2.0 Stable] Enum VerticalAlignment not working as what its...
Hi, I'm using NPOI 2.0.6.0 (stable) and running into this awkward: When a cell's alignment is set as VerticalAlignment.Bottom, it is actually TOP ALIGNED in the result workbook. And...
View ArticleCreated Unassigned: [NPOI 2.0 Stable] Enum VerticalAlignment not working as...
Hi,I'm using NPOI 2.0.6.0 (stable) and running into this awkward:When a cell's alignment is set as __VerticalAlignment.Bottom__, it is actually __TOP ALIGNED__ in the result workbook. And...
View ArticleCreated Unassigned: Corrupt xlsx on phoneticPr attribute [12784]
Using npoi 2.0.6.I open an existing xlsx file and save it to a new location.When I open the new file in Excel I get an unreadable content error.The original file has the following element in the...
View ArticleCreated Unassigned: XSSFWorbook not working on culture "de-DE" [12785]
If i am creating a XSFFWorkbook using "de-DE" culture, when i open the excel file it says that the excel file is corrupted.What is there to do with this, because i need to use the resources for the...
View ArticleClosed Issue: code bug: NPOI 2.0.6 NPOI/SS/Usermodel/Sheet.cs [12821]
I was going through some of the NPOI 2.0.6 code, and spotted the if statement below with a SemiColon (;) at the end of line... this looks like an error, please confirm:/SS/Usermodel/Sheet.cs```/***...
View ArticleCommented Unassigned: Can't get valid NumbericCellValue by NUMBERIC CellType....
Hi Team:I used this Library(NPOI 2.0.6.0, .NET 4.0) in my app and now i find a bug: When a Cell content is number( just like : cell{1.10} ), the CellType is NUMBERIC, but the NumbericCellValue is 1.1,...
View ArticleClosed Unassigned: Can't get valid NumbericCellValue by NUMBERIC CellType....
Hi Team:I used this Library(NPOI 2.0.6.0, .NET 4.0) in my app and now i find a bug: When a Cell content is number( just like : cell{1.10} ), the CellType is NUMBERIC, but the NumbericCellValue is 1.1,...
View ArticleClosed Unassigned: Unable to set £ value ISSUE [12804]
NPOI is good tool for me to generate excels.I am having problem to set £ value among HSSFDataFormat.GetBuiltinFormat("0.00"). How to do that instead of $.Comments: This is not a issue bug a discussion
View ArticleReopened Unassigned: Unable to set £ value ISSUE [12804]
NPOI is good tool for me to generate excels.I am having problem to set £ value among HSSFDataFormat.GetBuiltinFormat("0.00"). How to do that instead of $.
View ArticleCommented Unassigned: Unable to set £ value ISSUE [12804]
NPOI is good tool for me to generate excels.I am having problem to set £ value among HSSFDataFormat.GetBuiltinFormat("0.00"). How to do that instead of $.Comments: ** Comment from web user: tonyqus **...
View ArticleClosed Unassigned: Unable to set £ value ISSUE [12804]
NPOI is good tool for me to generate excels.I am having problem to set £ value among HSSFDataFormat.GetBuiltinFormat("0.00"). How to do that instead of $.
View ArticleCommented Unassigned: Corrupt xlsx on phoneticPr attribute [12784]
Using npoi 2.0.6.I open an existing xlsx file and save it to a new location.When I open the new file in Excel I get an unreadable content error.The original file has the following element in the...
View ArticleCommented Unassigned: Corrupt xlsx on phoneticPr attribute [12784]
Using npoi 2.0.6.I open an existing xlsx file and save it to a new location.When I open the new file in Excel I get an unreadable content error.The original file has the following element in the...
View ArticleNew Post: Append data after open/read excel
Don't understand what you want. NPOI supports opening template and add/modify cell data.
View Article