Commented Issue: Excel found unreadable content in filename.xls [12686]
Yes, thekg, there is a workaround. The worksheet XML that is being written has the wrong decimal separator ("," instead of "."). (Unzip the xlsx and find the xl\worksheets\worksheet1.xml file, find the...
View ArticleCreated Unassigned: calculated end index (3148) is out of allowable range...
Hi, I'm learning how to use NPOI, but I'm having some trouble i just can't figure out.running this very simple snippet gives me a exception at the line "wb.Write(fsOut);""An unhandled exception of type...
View ArticleNew Post: Newb questions
Hello As a newcomer to this project I have some very fundamental questions. I use NPOI version 2.0 RC and have also downloaded source code version 2.0.6RC1 0- My most intensive problem right now is...
View ArticleNew Post: Write to XLSX file issue
I have an existing excel file (2007) to write to. I open it like in c# using (FileStream file = new FileStream(bestand, FileMode.Open, FileAccess.ReadWrite)) { wb1 = new XSSFWorkbook(file); // lots of...
View ArticleNew Post: how i can disable protected view in a excel file with NPOI 1.2.5...
Hi guys, when i have a template in XLS and then i create a new file with SSIS component , when i opened the file, it's have a protected view. Is it possible to do it withouth this? Best regards.
View ArticleCommented Unassigned: NPOI XSSF on Excel 2010 File is Corrupted [12685]
Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...
View ArticleCommented Unassigned: NPOI XSSF on Excel 2010 File is Corrupted [12685]
Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...
View ArticleCreated Unassigned: List DotNetZip as a NuGet package dependency instead of...
NuGet packages that depend on other NuGet packages should list those packages as dependencies in the .nuspec instead of bundling the dependencies. Bundling it causes can cause problems if a project...
View ArticleCreated Unassigned: Problem about set font more 506 row. Please help me [12703]
I try set font more 506 but npoi can't set. i don't knowCode IFont font = _sheet.Workbook.CreateFont(); font.FontName = fontName; font.FontHeightInPoints = fontSize; ICellStyle style =...
View ArticleCommented Unassigned: NPOI will throw exception when clone sheet With...
With template file .xlsx (office 2007) have image in header, NPOI will throw exception when clone sheet or only read and write file. But with .xls format (office 2003) NPOI work well.Comments: **...
View ArticleCommented Issue: AutoSizeColumn not working correctly [11661]
Currently using NPOI 1.2.5 to generate Excel 2003 reports from an MVC3 application. When I use the following lines of code it doesn't autosize the columns correctly.> for (var i = 0; i < 14;...
View ArticleCreated Unassigned: Error opening .xls file [12704]
Attached .xls file cannot be opened with NPOI.I've tried the 1.2.5 version and the 2.0 RC.I saw a similar issue but it looks like the code changes to fix that one are already in the builds I used.This...
View ArticleNew Post: Write to XLSX file issue
Man, you should create another FileStream for write purpose.
View ArticleCommented Unassigned: NPOI XSSF on Excel 2010 File is Corrupted [12685]
Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...
View ArticleCommented Unassigned: NPOI XSSF on Excel 2010 File is Corrupted [12685]
Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...
View ArticleCommented Unassigned: NPOI XSSF on Excel 2010 File is Corrupted [12685]
Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...
View ArticleNew Post: Write to XLSX file issue
Ok, i have now, but the xlsx file is a mess. Even if I don't add anything to it. Office 2010, libre office and open office can't open.
View ArticleCommented Unassigned: NPOI XSSF on Excel 2010 File is Corrupted [12685]
Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...
View ArticleCommented Unassigned: NPOI XSSF on Excel 2010 File is Corrupted [12685]
Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...
View ArticleClosed Issue: Excel found unreadable content in filename.xls [12686]
Yes, thekg, there is a workaround. The worksheet XML that is being written has the wrong decimal separator ("," instead of "."). (Unzip the xlsx and find the xl\worksheets\worksheet1.xml file, find the...
View Article