New Post: .Net 3.5 to 4.5 Conversion.
I Figured it out... The problem wasn't related to the dlls or anything server side. For some reason, calling the __doPostBack on the onclick event embedded on an html control broke it.<li...
View ArticleCreated Unassigned: [NPOI 2.0.1]XSSF SetCellValue Bug [12396]
Hi all: Use XSSF to SetCellValue("") The Cell Result is "名称" ,Not ""
View ArticleCreated Unassigned: HSSFRow.RemoveAllCells() throws KeyNotFoundException [12398]
HSSFRow.RemoveAllCells() currently assumes that all cells are used in a row.Given that I have a row where the first cells is unused and then I have couple of cells that are used the current code blows...
View ArticleCommented Unassigned: HSSFRow.RemoveAllCells() throws KeyNotFoundException...
HSSFRow.RemoveAllCells() currently assumes that all cells are used in a row.Given that I have a row where the first cells is unused and then I have couple of cells that are used the current code blows...
View ArticleCommented Unassigned: HSSFRow.RemoveAllCells() throws KeyNotFoundException...
HSSFRow.RemoveAllCells() currently assumes that all cells are used in a row.Given that I have a row where the first cells is unused and then I have couple of cells that are used the current code blows...
View ArticleNew Post: XSSF Performance: degrade when creating huge number of rows
May I know when next version release?
View ArticleNew Post: Creating secured Office files
Do you know if it is possible to create Office files write-protected using these libraries? I'll be grateful for all suggestions.
View ArticleCreated Unassigned: Unexpected record type (DimensionsRecord) [12452]
Hi,I have the following error message when importing the file in attachment:System.InvalidOperationException: Unexpected record type (DimensionsRecord) at...
View ArticleCommented Issue: HSSFRow.RemoveAllCells() throws KeyNotFoundException [12398]
HSSFRow.RemoveAllCells() currently assumes that all cells are used in a row.Given that I have a row where the first cells is unused and then I have couple of cells that are used the current code blows...
View ArticleEdited Issue: HSSFRow.RemoveAllCells() throws KeyNotFoundException [12398]
HSSFRow.RemoveAllCells() currently assumes that all cells are used in a row.Given that I have a row where the first cells is unused and then I have couple of cells that are used the current code blows...
View ArticleEdited Issue: Issue CustomProperties in Excel (.xls): name saved in invalid...
I want to add name-value pairs in the CustomProperties of an 97-2003 (.xls) Excel spreadsheet. Adding works, but name is inserted as invalid unicode (A is inserted as \u4100 instead of \u0041). The...
View ArticleEdited Issue: Issue CustomProperties in Excel (.xls): name saved in invalid...
I want to add name-value pairs in the CustomProperties of an 97-2003 (.xls) Excel spreadsheet. Adding works, but name is inserted as invalid unicode (A is inserted as \u4100 instead of \u0041). The...
View ArticleCommented Unassigned: How add new customProperties in excel using NPOI...
I want add two new customPropertites in excel as the picture1 in attachment . the code as following.``` workbook.DocumentSummaryInformation.CustomProperties = new CustomProperties();...
View ArticleClosed Unassigned: How add new customProperties in excel using NPOI library...
I want add two new customPropertites in excel as the picture1 in attachment . the code as following.``` workbook.DocumentSummaryInformation.CustomProperties = new CustomProperties();...
View ArticleCommented Unassigned: [NPOI 2.0.1]XSSF SetCellValue Bug [12396]
Hi all: Use XSSF to SetCellValue("") The Cell Result is "名称" ,Not ""Comments: ** Comment from web user: tonyqus ** Please use SetCellValue(null) instead. This is a workaround
View ArticleClosed Unassigned: When will the the current beta version become full version...
Hi, I am writing to find out when the current version (NPOI 2.0 beta 1) will become a full version? RegardsGuyComments: This is a discussion instead of an issue
View ArticleNew Post: Stress test of XSSF proves exponential time (performance concerns)
Hi zosea, I suggest you try the latest source code in github. The performance has been improved a lot.
View ArticleNew Post: read word doc into string
It supports it but not in official release. ScratchPad namespace is for test purpose. Any source code in it is not stable.
View ArticleNew Post: XSSF issues (ShiftRows, lastRowNumber)
There are some bugs in ShiftRows in NPOI 2.0 beta 1.
View ArticleNew Post: Convert/Save HSSFWorkbook as XSSFWorkbook
This is not easy because you need to copy every objects from HSSFWorkbook to XSSFWorkbook. For now, it's not supported by NPOI.
View Article