Created Unassigned: KeyNotNotFoundException when inserting rows...
Calling ShiftRows on V 2.3.1 and 2.3.1.1 results in KeyNotNotFoundException.See stacktrace below.``` at System.ThrowHelper.ThrowKeyNotFoundException() at...
View ArticleCreated Unassigned: Serialization behavior for empty attributes in XWPF and...
Hello. As of 2.2.0 version there is a bug, that results in unreadable docx files.Tested on Office 2013Steps to reproduce:1) Add an image to the document. For example:```using (FileStream image = new...
View ArticleCommented Unassigned: NPOI limitations [13650]
Hi readers, Are there any known limitations or issues with NPOI? If yes please share a consolidated list of limitations. Thanks.Comments: ** Comment from web user: Schmellow ** Custom formatting for...
View ArticleCreated Unassigned: XSSFWorkbook Cannot access a closed MemoryStream [13664]
Recently, I had downloaded NOPI 2.1.X and tried to export Excel 2007 file(.xlsx), but I always got exception from the code, it can not to write to MemeoryStream, and the Exception to be "...
View ArticleCommented Unassigned: XSSFWorkbook Cannot access a closed MemoryStream [13664]
Recently, I had downloaded NOPI 2.1.X and tried to export Excel 2007 file(.xlsx), but I always got exception from the code, it can not to write to MemeoryStream, and the Exception to be "...
View ArticleCommented Unassigned: Image Positioning issue in XSSF [13654]
Hi,I have tried this library to insert image in xlsx format and followed samples which have been provided.But I am unable to position image with Dx1, Dy1, Dx2, Dy2. I am attaching your sample code...
View ArticleCreated Unassigned: FF0 [13669]
`````````#region GetCellStyle public ICellStyle GetCellStyle(HSSFWorkbook wb, string type, string backcolor){ ICellStyle cstyle = null; DataRow[] drFilter = this.CellStyleList.Select("Type = '" + type...
View ArticleCommented Unassigned: Issues Specific Color Replace Color of 1st Row [13669]
`````````#region GetCellStyle public ICellStyle GetCellStyle(HSSFWorkbook wb, string type, string backcolor){ ICellStyle cstyle = null; DataRow[] drFilter = this.CellStyleList.Select("Type = '" + type...
View ArticleCommented Unassigned: XSSFWorkbook Cannot access a closed MemoryStream [13664]
Recently, I had downloaded NOPI 2.1.X and tried to export Excel 2007 file(.xlsx), but I always got exception from the code, it can not to write to MemeoryStream, and the Exception to be "...
View ArticleCreated Unassigned: NPOI allows XML external entity processing [13719]
Hi, we have discovered, that NPOI processes XML external entities, which causes security issues. This piece of code ```XmlReaderSettings settings = new XmlReaderSettings();//Disable entity parsing (to...
View ArticleCreated Unassigned: Does this work with VS2014? [13728]
I can't get it to work and am wondering if this is the reasons.
View ArticleCommented 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 ArticleCreated Unassigned: Excel 2013: cell comment reformated to arrow shape after...
NPOI 2.1.3.1Excel 2013When using NPOI 2.1.3.1 to create a workbook containing cell comments, then opening the workbook in Excel 2013 and saving, results in the cell comments being reformated as an...
View ArticleCreated Unassigned: PrecisionAsDisplayed problem [13734]
How can I set the excel property "PrecisionAsDisplayed" to "false" in NPOI?When I use "NPOI 2.1.3" to save a new excel file, this property will be checked.
View ArticleCreated Unassigned: What can I do to remove limitation of number of...
Hi,I am currently using NPOI HSSF classes to create and modify excel data. Which works fine for me. I am facing two main issues with this version. The limitation of number of rows(65535) and...
View ArticleCreated Unassigned: TaskCanceledException thrown on simple workbook creation...
When I hit this API, a TaskCanceledException is thrown with an unhelpful stack trace.```public class TestController : ApiController{[HttpGet] public HttpResponseMessage Test(){ var templateWorkbook =...
View ArticleCommented Unassigned: TaskCanceledException thrown on simple workbook...
When I hit this API, a TaskCanceledException is thrown with an unhelpful stack trace.```public class TestController : ApiController{[HttpGet] public HttpResponseMessage Test(){ var templateWorkbook =...
View ArticleCommented Unassigned: SetAutoFilter() does not affect AutoSizeColumn() width...
Calling SetAutoFilter() on a set of columns and then calling AutoSizeColumn() on those columns results in column widths that don't take into account the filter combo box icon.The issue has been...
View ArticleCreated 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 Article