Created Unassigned: IOException while loading .xls file "block[ 0 ] already...
I get a IOException with message "block[ 0 ] already removed" while loading an .xls file. Demonstration code and file is attached in a solution that should run right out of the box. It should be very...
View ArticleCommented Unassigned: IOException while loading .xls file "block[ 0 ] already...
I get a IOException with message "block[ 0 ] already removed" while loading an .xls file. Demonstration code and file is attached in a solution that should run right out of the box. It should be very...
View ArticleNew Post: NPOI - Set precision as displayed
hallo, I'm working with NPOI to generate a new one xlsx from a template file with the same extension. work all fine, but I have only one trouble: the template file has unchecked flag "set precision as...
View ArticleNew Post: How get cell background color in RGB value?
Interested reading date with cell format + attributes, with NPOI. Previous, I used to work with the VBA and the color value I get through these settings. For foreground color used this for VBA:...
View ArticleCreated Unassigned: NPOI Delete Row [13773]
When operate excel by using NPOI ,I found a bug or mechanism that the NPOI provides,the NPOI will deletethe row if all columns of this row are empty, inorder to ignore that ,I must add space content in...
View ArticleNew Post: Instead of 32-bit dll is there 64-bit dll as well?
Hi Team, The NPOI binary packages 2.1.3.1 comes with 32-bit dll's. Is there 64-bit dll for the same. Regards, Naveen
View ArticleNew Post: Does NPOI support Pivot charts?
I am trying to create spreadsheet from template. Template is having 3 sheets: 1st one is chart sheet which contains pivot chart. 2nd sheet contains pivot table which is used as data table for pivot...
View ArticleNew Post: Adding headers to Word documents
I have an application that spits out formatted Word documents. I'm trying to edit the headers, but haven't been able to do it. Is anyone able to help? Here's the code so far, where pHeader is the...
View ArticleNew Post: Does NPOI support Pivot charts?
pivot is not supported by NPOI. Maybe you can take a look at EPPlus.
View ArticleNew Post: NPOI - Set precision as displayed
which version of NPOI are you using? This flag is unchecked by default. If it's checked, it looks to a bug
View ArticleNew Post: Saving macro enabled workbook gCrash excel
NPOI doesn't support macro-enabled Excel file (xlsm). I'm afraid the macro part is lost while saving via NPOI.
View ArticleNew Post: NPOI.OOXML
Is there any reason any NPOI.OOXML is not included in the source, or at least I did not see it? I am sure I can decompile it, but making sure there is nothing against this. Thanks,
View ArticleCreated Unassigned: Broken XLSX [13792]
Hi, I have several problematic XLSX files. When I try to open and save them result file is broken and can not be opened by excel.Can you tell me what is wrong with the files ?Thanks
View ArticleCommented Unassigned: Broken XLSX [13792]
Hi, I have several problematic XLSX files. When I try to open and save them result file is broken and can not be opened by excel.Can you tell me what is wrong with the files ?ThanksComments: ** Comment...
View ArticleNew Post: Adding headers to Word documents
Anyone know the difference between a XWPFParagraph and a XWPFParagraph() as a data type? It would seem to imply an array of some kind... Example I understand: //creates a paragraph XWPFParagraph...
View ArticleCreated Unassigned: Stack Overflow [13793]
Hi,We've been using NPOI (v2.1.3.1) to upload .xls files via IIS (v7.5 on Windows Server 2008 R2). We recently ran into a situation where attempting to upload the attached .xls causes the w3wp.exe...
View ArticleCommented Unassigned: Stack Overflow [13793]
Hi,We've been using NPOI (v2.1.3.1) to upload .xls files via IIS (v7.5 on Windows Server 2008 R2). We recently ran into a situation where attempting to upload the attached .xls causes the w3wp.exe...
View Article