Quantcast
Channel: npoi Issue Tracker Rss Feed
Browsing all 690 articles
Browse latest View live

Closed Issue: VerticalAlignment.Top [12555]

Setting VerticalAlignment property of CellStyle in *.xls format actually appears as Center when opening the result in Excel 2007. Setting the VerticalAlignment.Top enum int value to 0 instead of 1...

View Article


Closed Unassigned: Reg. Error while Saving Excel using NPOI 2.0Beta [12558]

FileStream file = new FileStream(@"C:\test.xls", FileMode.Open, FileAccess.ReadWrite); HSSFWorkbook wrkBook = new HSSFWorkbook(file); ISheet ws = wrkBook.GetSheetAt(1); IRow r = ws.GetRow(20); ICell c...

View Article


Closed Unassigned: NPOI2.0版本的打印设置有问题 [12361]

NPOI2.0 版本的打印设置有问题: ISheet sheet = hssfworkbook.CreateSheet(sheetName); sheet.SetMargin(MarginType.RightMargin, (double)0.1); sheet.SetMargin(MarginType.TopMargin, (double)0.1);...

View Article

Edited Issue: Excel 2013, XSSF CellComment, Shape problem [12320]

Excel 2013 displays an curved arrow instead of a rectangular shape as comment box in excel file created from xssf class library (2.0.1 beta). The picture from generated test.xlsx example is in...

View Article

Commented Issue: VerticalAlignment.Top [12555]

Setting VerticalAlignment property of CellStyle in *.xls format actually appears as Center when opening the result in Excel 2007. Setting the VerticalAlignment.Top enum int value to 0 instead of 1...

View Article


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

假如我读取一个 10行 6列的EXCEL表格。我用的是2.0版本XSSF读取EXCEL2013的文件。但其中可能有的单元格是空行或者空格。比如第7行的第3列和第8行的第6列都是空的。那么程序读第7行的时候没有问题,其中第3列的单元格是空字符串,第7行总共读出了6列,是正确的。但读第8行的时候出现了问题,第8行的LastCellNum属性是正确的,反映了该行的最后一列数,但是row.Cells[5]...

View Article

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

假如我读取一个 10行 6列的EXCEL表格。我用的是2.0版本XSSF读取EXCEL2013的文件。但其中可能有的单元格是空行或者空格。比如第7行的第3列和第8行的第6列都是空的。那么程序读第7行的时候没有问题,其中第3列的单元格是空字符串,第7行总共读出了6列,是正确的。但读第8行的时候出现了问题,第8行的LastCellNum属性是正确的,反映了该行的最后一列数,但是row.Cells[5]...

View Article

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

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

View Article


Created Unassigned: NPOI XSSF on Excel 2010 [12685]

Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XHHF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...

View Article


Commented Unassigned: NPOI XSSF on Excel 2010 [12685]

Hi,I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XHHF when i try open the generated file it tells me that the file is corrupted and excel will recover it,...

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

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

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


Created 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

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

Commented 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 Article
Browsing all 690 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>