Created Issue: KeyNotNotFoundException when opening a spreadsheet [11619]
When creating a new HSSFWorkbook it throws KeyNotFoundException.Compiled with .net 4 full profile x86 against both 1.2.5 and 2.0alpha.```internal static class Program{ private static void Main...
View ArticleCommented Issue: KeyNotNotFoundException when opening a spreadsheet [11619]
When creating a new HSSFWorkbook it throws KeyNotFoundException.Compiled with .net 4 full profile x86 against both 1.2.5 and 2.0alpha.```internal static class Program{ private static void Main...
View ArticleNew Post: Applying cell style to a merged region
Hello, I pretty sure you solved this one or no longer need it but I'm adding a solution anyway for anyone in the future. I'd the same issue and I solved it by applying the same style to all cells...
View ArticleClosed Feature: [Feature Request] Word 2007 format(docx) read/write library...
This is the implement of XWPF namespaceComments: It's implemented.
View ArticleUpdated Release: NPOI 2.0 beta 1
New featuresa. Copy rows, columns inside a sheetb. Copy sheet between workbooks (contributed by Paul Kratt)c. insert rows and column inside a sheetd. OpenXml4Net is stable and ready for usee. Support...
View ArticleUpdated Release: NPOI 2.0 beta 1
New featuresa. Copy rows, columns inside a sheetb. Copy sheet between workbooks (contributed by Paul Kratt)c. insert rows and column inside a sheetd. OpenXml4Net is stable and ready for usee. Support...
View ArticleUpdated Release: NPOI 2.0 beta 1
New featuresa. Copy rows, columns inside a sheetb. Copy sheet between workbooks (contributed by Paul Kratt)c. insert rows and column inside a sheetd. OpenXml4Net is stable and ready for usee. Support...
View ArticleReleased: NPOI 2.0 beta 1 (Mar 06, 2013)
New features a. Copy rows, columns inside a sheet b. Copy sheet between workbooks (contributed by Paul Kratt) c. insert rows and column inside a sheet d. OpenXml4Net is stable and ready for use e....
View ArticleUpdated Release: NPOI 2.0 beta 1 (三月 06, 2013)
New featuresa. Copy rows, columns inside a sheetb. Copy sheet between workbooks (contributed by Paul Kratt)c. insert rows and column inside a sheetd. OpenXml4Net is stable and ready for usee. Support...
View ArticleReleased: NPOI 2.0 alpha (Aug 12, 2012)
New features a. Implement OpenXml4Net (same as System.Packaging from Microsoft). It supports both .NET 2.0 and .NET 4.0 b. Excel 2007 read/write library (NPOI.XSSF) c. Word 2007 read/write...
View ArticleUpdated Release: NPOI 2.0 alpha (八月 12, 2012)
New featuresa. Implement OpenXml4Net (same as System.Packaging from Microsoft). It supports both .NET 2.0 and .NET 4.0b. Excel 2007 read/write library (NPOI.XSSF)c. Word 2007 read/write...
View ArticleNew Post: Sheet.PrintSetup.Scale not working
Hi, I tried using Sheet.PrintSetup.Scale with 1.2.5 and even with the beta released yesterday, it doesn't seem to change the page setup settings in Excel. Am I missing something? Thanks.
View ArticleNew Post: [XSS] XLSX file : repair needed when using Double in SetCellValue()
Hi, i'm experiencing the same Problem. As soon as I export a double value, the file seems to get corrupted. I also noticed, that the value is then inserted as text, not as a number. Which means I get...
View ArticleUpdated Release: NPOI 2.0 beta 1 (三月 06, 2013)
New featuresa. Copy rows, columns inside a sheetb. Copy sheet between workbooks (contributed by Paul Kratt)c. OpenXml4Net is stable and ready for used. Support new Excel functions such as RATE, RANK,...
View ArticleReleased: POI 2.0 beta 1 (Mar 06, 2013)
New features a. Copy rows, columns inside a sheet b. Copy sheet between workbooks (contributed by Paul Kratt) c. OpenXml4Net is stable and ready for use d. Support new Excel functions such as RATE,...
View ArticleUpdated Release: POI 2.0 beta 1 (三月 06, 2013)
New featuresa. Copy rows, columns inside a sheetb. Copy sheet between workbooks (contributed by Paul Kratt)c. OpenXml4Net is stable and ready for used. Support new Excel functions such as RATE, RANK,...
View ArticleReleased: NPOI 2.0 beta 1 (Mar 06, 2013)
New features a. Copy rows, columns inside a sheet b. Copy sheet between workbooks (contributed by Paul Kratt) c. OpenXml4Net is stable and ready for use d. Support new Excel functions such as RATE,...
View ArticleUpdated Release: NPOI 2.0 beta 1 (三月 06, 2013)
New featuresa. Copy rows, columns inside a sheetb. Copy sheet between workbooks (contributed by Paul Kratt)c. OpenXml4Net is stable and ready for used. Support new Excel functions such as RATE, RANK,...
View ArticleNew Post: Invalid header signature; read 0x2020202020202020, expected...
I have created a excel file using File.WriteAllText(path, strhtml). as it had direct html table. I dont know if there is a way to create a excel file using html with NPOI. once the file is created i...
View ArticleNew Post: Cell Comments appears to corrupt xls file after creating/adding...
Is there a max number of comments NPIO will support, have created sheets with 32377 comments, but crashes excel on a save. Filtered down the comments, and at 1405 comments added, the file will save, at...
View Article