Commented Unassigned: Numric data comes with a leading single quote when the...
VS2010, NPOI 2.0.6.0 [stable]There are five overload methods for setting data in a cell.```void SetCellValue(bool value);void SetCellValue(DateTime value);void SetCellValue(double value);void...
View ArticleCreated Unassigned: HSSFSheet.RemoveRow() can't remove row but clear all...
var workbook = WorkbookFactory.Create("book1.xls");var sheet = workbook.GetSheetAt(0);// remove second rowsheet.RemoveRow(sheet.GetRow(1));using (var fs=new FileStream("book2.xls",FileMode.Create)){...
View ArticleCreated Unassigned: Error 4RedToBlack not found when use XSSFWorkbook to open...
When i try using XSSFWorkbook class to open an .xlsx file, it throw error of 4RedToBlack not found from NPOI.OpenXml4Net.dll.
View ArticleCommented Unassigned: Image In Header crashes Excel 2013 [12831]
NPOI 2.0.6, XSSF namespace- create a blank sheet in Excel (or enter a number)- go to page setup, edit the header - insert an image to the right side of the header- save as xlsx- open and save in npoi...
View ArticleCreated Unassigned: Issue with DataFormatter [12959]
I'm processing excel file with custom format. In my excel file I have a column store number with custom format _(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_). when using NPOI to read value from this...
View ArticleCommented Unassigned: Issue with DataFormatter [12959]
I'm processing excel file with custom format. In my excel file I have a column store number with custom format _(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_). when using NPOI to read value from this...
View ArticleCreated 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 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 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 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 Unassigned: PrintSetup.PaperSize results in custom size in Excel [12970]
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.
View ArticleCreated Unassigned: table name evaluation [12972]
Hi,I tried to retreive an excel table using this code : XSSFWorkbook workbook = new XSSFWorkbook(fs); var table = workbook.GetName("Table1");The returned value is null.But when I used a named range, it...
View ArticleCommented Unassigned: xls中copysheet,下划线样式丢失! [12895]
在对03的Excel复制表格时,发现下划线样式丢失?并且在xlsx中未提供相应的copysheet方法。是否能对xlsx也可进行支持!谢谢Comments: ** Comment from web user: tonyqus ** xlsx的copysheet将在NPOI 2.1中提供。
View ArticleCreated Unassigned: CopyCellTo method make the formated cell not preserve...
When I use the CopyCellTo method to copy a cell with format ("#,##0_);[Red](#,##0)") and the value is 1.52356. The method working well but when I double clicked on this cell and do nothing, then I move...
View ArticleCommented Unassigned: Issue with DataFormatter [12959]
I'm processing excel file with custom format. In my excel file I have a column store number with custom format _(* #,##0.00_);_(* (#,##0.00);_(* "-"??_);_(@_). when using NPOI to read value from this...
View ArticleCreated 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 ArticleEdited 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 ArticleCreated Unassigned: WorkbookFactory Excel 2007 Tips document is occupied [12998]
View the code found in the implementation to catch block, OPCPackage to close.
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 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 Article