Quantcast
Browsing all 1621 articles
Browse latest View live

New Post: Write to XLSX file issue

Which version are you using? Can you try the 2.0 RC (2.0.6)?

View Article


Commented 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 Article


Closed Unassigned: 2.0版本 XSSF读取EXCEL的问题 [12682]

噢。我重新想了一下。不知道算不算BUG,这个问题是这样的。之前我说的有问题,记错了额,已经删了,现在重新描述一下。假如一行有6列的EXCEL表格。假如第3列为空。那么读出来的ROW,第3个单元格是“”空字符串。但它确实是有6个单元格对象。但假如第6列是“”空字符串的话,那么读出来的ROW的LastCellNum属性就是5,这一行ROW就只包含5个单元格属性。这两点表现不一致哇。我觉得。Comment...

View Article

Commented 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 Article

Commented 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 Article


New Post: Write to XLSX file issue

Hi Tony, Using version 2.0.6.0 the newest version I suppose.

View Article

Created 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 Article

Commented 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 Article


Released: 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 Article


Updated 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 Article

Created 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 Article

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 Article

Commented 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 Article


Commented 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 Article

Created 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 Article


Commented 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 Article

Created 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 Article


Created 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 Article

Commented 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 Article

New 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
Browsing all 1621 articles
Browse latest View live