Commented Unassigned: WorkbookFactory Excel 2007 Tips document is occupied...
View the code found in the implementation to catch block, OPCPackage not closeComments: ** Comment from web user: tonyqus ** This will be fixed in NPOI 2.1
View ArticleCommented Unassigned: Issue with XSSFSheet.CopyRow [12963]
var row = partSheet.CreateRow(rowNum); row.CreateCell(1).SetCellValue("fdjkslafdsjkl;fsdjkl;fsdjfksdl;fjdskal;fjdsklfsjd;lf"); partSheet.CopyRow(rowNum, 1);CopyRow throw Exception:{"value cann't be...
View ArticleCreated Feature: Build DOCX files from scratch [13019]
I've been using NPOI (1.2.5) for a while to make XLS files, and I recently discovered the NPOI 2.0.6 which I would like to use to build DOCX files from scratch.I've been looking for a XWPF styled table...
View ArticleEdited Feature: Build DOCX files from scratch [13019]
I've been using NPOI (1.2.5) for a while to make XLS files, and I recently discovered the NPOI 2.0.6 which I would like to use to build DOCX files from scratch.I've been looking for a XWPF styled table...
View ArticleNew Post: Build DOCX files from scratch
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Unassigned: Error 4RedToBlack not found when use XSSFWorkbook to...
When i try using XSSFWorkbook class to open an .xlsx file, it throws error of 4RedToBlack not found from NPOI.OpenXml4Net.dll if any sheet in that file has conditional formatting in some cells.```using...
View ArticleClosed Unassigned: Error 4RedToBlack not found when use XSSFWorkbook to open...
When i try using XSSFWorkbook class to open an .xlsx file, it throws error of 4RedToBlack not found from NPOI.OpenXml4Net.dll if any sheet in that file has conditional formatting in some cells.```using...
View ArticleCommented Unassigned: PrintSetup.PaperSize results in custom size in Excel...
This worked fine in the previous version, but in 2.0 any attempt to set the paper size does not work, and excel gives a warning that a custom size is set.Comments: ** Comment from web user: tonyqus **...
View ArticleCommented Issue: XSSFWorkbook Write corrupts XLSX File [12847]
This may be a duplicate of [12616](https://npoi.codeplex.com/workitem/12616), but after much research, I haven't been able to track down a solution.I compiled NPOI from source in Visual Studio 2013...
View ArticleCommented Issue: XSSFWorkbook Write corrupts XLSX File [12847]
This may be a duplicate of [12616](https://npoi.codeplex.com/workitem/12616), but after much research, I haven't been able to track down a solution.I compiled NPOI from source in Visual Studio 2013...
View ArticleNew Post: Build DOCX files from scratch
I had managed to achieve a table of similar quality to the one shown in archive 614, and successfully created a Run in Table Cells. However failure to set background color (this seemed really close)...
View ArticleClosed Issue: XSSFSheet - Multiple images in single sheet [12990]
Hi guys,I am having an issue putting multiple images into a single sheet using NPOI version 2.0This is the code I am using, and have following instructions to only use one Patriarch in the...
View ArticleCommented Unassigned: Error 4RedToBlack not found when use XSSFWorkbook to...
When i try using XSSFWorkbook class to open an .xlsx file, it throws error of 4RedToBlack not found from NPOI.OpenXml4Net.dll if any sheet in that file has conditional formatting in some cells.```using...
View ArticleCreated Issue: add image to XWPFDocument results in error [13020]
I also posted this message on stackoverflow: [click here](http://stackoverflow.com/questions/23514781/add-image-to-word-docx-using-npoi-library-c-sharp)I want to add an image to a XWPFDocument. I've...
View ArticleEdited Issue: add image to XWPFDocument results in error [13020]
I also posted this message on stackoverflow: [click here](http://stackoverflow.com/questions/23514781/add-image-to-word-docx-using-npoi-library-c-sharp)I want to add an image to a XWPFDocument. I've...
View ArticleNew Post: add image to XWPFDocument results in error
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Couldn't find anything about parse .rtf documents feature
I wish I could read rich text format files by NPOI, but couldn't find anyting about that. Was implented that feature in NPOI?
View ArticleCreated Unassigned: IndexedColors.cs missing [13023]
The main solution does not compile from Git, it is missing the file:Source file 'SS\UserModel\IndexedColors.cs' could not be found
View ArticleNew Post: Table name evaluation
Hi, I found the solution myself : Here the code I used : FileStream fs = new FileStream("c:\MyExcelFile.xls"", FileMode.Open); XSSFWorkbook workbook = new XSSFWorkbook(fs); ISheet iWorksheet =...
View Article