Commented 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 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 ArticleCommented Unassigned: Is this project still alive? [12006]
It seems that the development of this library has ceased, after the v2 beta 1 nothing happened.So there isn't any road map and planed releases?Comments: ** Comment from web user: tonyqus ** there maybe...
View ArticleClosed Unassigned: Is this project still alive? [12006]
It seems that the development of this library has ceased, after the v2 beta 1 nothing happened.So there isn't any road map and planed releases?Comments: Not a issue anymore.
View ArticleCommented Unassigned: How to stream .xlsx file back to client (browser)...
Could you please show a code example for (creating and) streaming a .xlsx fiel back to the client. I have it running for .xls and works perfect, but for .xlsx didn't get it working.Nice component !...
View ArticleCommented Issue: Error 'Cannot remove block[ 390 ]; out of range[ 0 - 389 ]'...
There is an error on reading files with rows about 1500-3000 (depends on columns count): ERROR info: System.IO.IOException was unhandled by user code Message=Cannot remove block[ 390 ]; out of range[ 0...
View ArticleCreated Unassigned: Add images to cloned sheets [12518]
I'm using CloneSheet() to clone my first sheet from a workbook (template sheet which has images - e.g. company logo) and then I paste the data in the cloned sheet. All seems to work ok until I paste...
View ArticleCommented Unassigned: Add images to cloned sheets [12518]
I'm using CloneSheet() to clone my first sheet from a workbook (template sheet which has images - e.g. company logo) and then I paste the data in the cloned sheet. All seems to work ok until I paste...
View ArticleCreated Unassigned: How to Compile OOXML and OpenXml4Net from Source [12542]
Hi,I used to use the library from alpha binaries but now may need to recompile from the latest source. Can you tell me how to re-create these?* NPOI.OOXML.dll* NPOI.OpenXml4NetFor instance, we are...
View ArticleCommented Unassigned: How to Compile OOXML and OpenXml4Net from Source [12542]
Hi,I used to use the library from alpha binaries but now may need to recompile from the latest source. Can you tell me how to re-create these?* NPOI.OOXML.dll* NPOI.OpenXml4NetFor instance, we are...
View ArticleCommented Unassigned: How to Compile OOXML and OpenXml4Net from Source [12542]
Hi,I used to use the library from alpha binaries but now may need to recompile from the latest source. Can you tell me how to re-create these?* NPOI.OOXML.dll* NPOI.OpenXml4NetFor instance, we are...
View ArticleClosed Unassigned: How to Compile OOXML and OpenXml4Net from Source [12542]
Hi,I used to use the library from alpha binaries but now may need to recompile from the latest source. Can you tell me how to re-create these?* NPOI.OOXML.dll* NPOI.OpenXml4NetFor instance, we are...
View Article