New Post: Write to XLSX file issue
Which version are you using? Can you try the 2.0 RC (2.0.6)?
View ArticleCommented 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 ArticleClosed Unassigned: 2.0版本 XSSF读取EXCEL的问题 [12682]
噢。我重新想了一下。不知道算不算BUG,这个问题是这样的。之前我说的有问题,记错了额,已经删了,现在重新描述一下。假如一行有6列的EXCEL表格。假如第3列为空。那么读出来的ROW,第3个单元格是“”空字符串。但它确实是有6个单元格对象。但假如第6列是“”空字符串的话,那么读出来的ROW的LastCellNum属性就是5,这一行ROW就只包含5个单元格属性。这两点表现不一致哇。我觉得。Comment...
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: Underline work incorrectly [12655]
Workbook do not write correct information about font's underline.I made some changes which allow workbook to save information correctly.__Styles.cs__```// why to set single line as as default option ?...
View ArticleNew Post: Write to XLSX file issue
Hi Tony, Using version 2.0.6.0 the newest version I suppose.
View ArticleCreated Unassigned: Writing to Xlsx file having hash sign (#) in sheet name...
Opening a existing XSLX file that have a sheet with hash sign and then saving it, causes the file to be corrupt. ``` var fileInfo = new FileInfo("SheetNameContainsHashSign.xlsx"); IWorkbook workbook;...
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 ArticleReleased: NPOI 2.0 (Jan 05, 2014)
Assembly version: 2.0.6 Provide 2 assembly versions: .net 2, .net 4New features a. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet) b. Extract pictures from Excel (xlsx)...
View ArticleUpdated Release: NPOI 2.0 (一月 05, 2014)
Assembly version: 2.0.6Provide 2 assembly versions: .net 2, .net 4New featuresa. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet)b. Extract pictures from Excel (xlsx)c....
View ArticleCreated Unassigned: Writing to Xlsx file having a filter causes the file to...
Steps to reproduce:1. Create an Excel (xlsx/xlsm) file with a filter. Filter some values and save the file.2. Try to write and modify some of the lines in the filtered data (slected/unselected), using...
View ArticleCommented 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 ArticleCommented Issue: Problem in NPOI 2.0.1: Conditional Formatting Error [11671]
Dear all,HSSFWorkBook is ok. HSSFWorkbook hssfworkbook = new HSSFWorkbook(); ISheet sheet = hssfworkbook.CreateSheet(); ISheetConditionalFormatting hscf = sheet.SheetConditionalFormatting;...
View ArticleCommented Issue: Problem in NPOI 2.0.1: Conditional Formatting Error [11671]
Dear all,HSSFWorkBook is ok. HSSFWorkbook hssfworkbook = new HSSFWorkbook(); ISheet sheet = hssfworkbook.CreateSheet(); ISheetConditionalFormatting hscf = sheet.SheetConditionalFormatting;...
View ArticleCreated Unassigned: Injecting a date into string via named range gives...
Hi all,I've been struggling with this issue for 2 days now and I haven't come up with a way to get around it.I have a cell in a .xls which I try to read but I get an InvalidOperationException: Cannot...
View ArticleCommented Unassigned: Injecting a date into string via named range gives...
Hi all,I've been struggling with this issue for 2 days now and I haven't come up with a way to get around it.I have a cell in a .xls which I try to read but I get an InvalidOperationException: Cannot...
View ArticleCreated Unassigned: Excel compatibility problem with office 2013 [12760]
HI,I have excel file(.xls) created by using NPOI, Which is compatible with office 2007 and not with office 2013.I have attached excel for your reference .If I open excel using office 2007 then i can...
View ArticleCreated Unassigned: Corrupted Excel files with NPOI - asp.net [12762]
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 XSSF...
View ArticleCommented Unassigned: Corrupted Excel files with NPOI - asp.net [12762]
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 XSSF...
View ArticleNew Post: How to read WORD
More in detail, i have a ".docx" WORD with paragraphs and tables, is there any way i can read them using this NPOI one by one? Say, i have a paragraph "abc" followed with a table, and i want my c# app...
View Article