Updated Release: NPOI 2.0 beta 2 (十二月 03, 2013)
Assembly version: 2.0.5Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New featuresa. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet)b. Extract...
View ArticleReleased: NPOI 2.0 beta 2 (Dec 04, 2013)
Assembly version: 2.0.5 Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New features a. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet) b. Extract...
View ArticleUpdated Release: NPOI 2.0 beta 2 (十二月 04, 2013)
Assembly version: 2.0.5Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New featuresa. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet)b. Extract...
View ArticleReleased: NPOI 2.0 beta 2 (Dec 04, 2013)
Assembly version: 2.0.5 Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New features a. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet) b. Extract...
View ArticleUpdated Release: NPOI 2.0 beta 2 (十二月 04, 2013)
Assembly version: 2.0.5Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New featuresa. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet)b. Extract...
View ArticleReleased: NPOI 2.0 beta 1 (Mar 06, 2013)
To get the latest code, please visit https://github.com/tonyqus/npoi. Assembly version: 2.0.1New features a. Copy rows, columns inside a sheet b. Copy sheet between workbooks (contributed by Paul...
View ArticleUpdated Release: NPOI 2.0 beta 1 (三月 06, 2013)
To get the latest code, please visit https://github.com/tonyqus/npoi.Assembly version: 2.0.1New featuresa. Copy rows, columns inside a sheetb. Copy sheet between workbooks (contributed by Paul Kratt)c....
View ArticleCommented Unassigned: How to Compile OOXML and OpenXml4Net from Source [12542]
Hi,I used to use the library from alpha binaries but now may need to recompile from the latest source. Can you tell me how to re-create these?* NPOI.OOXML.dll* NPOI.OpenXml4NetFor instance, we are...
View ArticleClosed Unassigned: How to Compile OOXML and OpenXml4Net from Source [12542]
Hi,I used to use the library from alpha binaries but now may need to recompile from the latest source. Can you tell me how to re-create these?* NPOI.OOXML.dll* NPOI.OpenXml4NetFor instance, we are...
View ArticleCommented Unassigned: Unexpected record type (DimensionsRecord) [12452]
Hi,I have the following error message when importing the file in attachment:System.InvalidOperationException: Unexpected record type (DimensionsRecord) at...
View ArticleReleased: NPOI 2.0 beta 2 (Dec 04, 2013)
Assembly version: 2.0.5 Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New features a. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet) b. Extract...
View ArticleUpdated Release: NPOI 2.0 beta 2 (十二月 04, 2013)
Assembly version: 2.0.5Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New featuresa. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet)b. Extract...
View ArticleNew Post: NPOI and setCellFormula(): decimal-separator is cutoff
I found the same problem whith NPOI 2.0.1. If I use sheet.SetCellFormula("10 * 0.015"), the result is "10 * 15" when the correct is "10 * 1,5".
View ArticleCreated Unassigned: 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 ArticleCommented Unassigned: 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 ArticleNew Post: NPOI and setCellFormula(): decimal-separator is cutoff
Hi All, Since 2.0.5 is just released, can you try the latest version? And let me know if it still exists.
View ArticleReleased: NPOI 2.0 beta 2 (Dec 04, 2013)
Assembly version: 2.0.5 Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New features a. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet) b. Extract...
View ArticleUpdated Release: NPOI 2.0 beta 2 (十二月 04, 2013)
Assembly version: 2.0.5Provide 4 assembly versions: .net 2, .net 4, mono .net2, mono .net4New featuresa. Support Scatter chart in XSSF (xlsx) (other chart types are not supported yet)b. Extract...
View ArticleCreated 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 ArticleNew Post: [NPOI.XSSF.UserModel] XLSX file : repair needed when using Double...
I faced the same problem and narrowed it down a bit. On my German system with German culture info (i.e. comma as decimal separator), the XML files will be corrupt, regardless of the data type I am...
View Article