Updated Release: NPOI 2.2.1 (五月 21, 2016)
If you feel the release is good, buy me a coffee by donating to Paypal acount tonyqus@gmail.com. Thank you!Follow us on Linkedin to get latest updates about NPOI:...
View ArticleReleased: NPOI 2.1.3.1 (Feb 22, 2015)
Follow us on Linkedin to get latest updates about NPOI: http://www.linkedin.com/company/neuzilla If you feel the release is good, buy me a coffee by donating to Paypal acount tonyqus@gmail.com. Thank...
View ArticleUpdated Release: NPOI 2.1.3.1 (二月 22, 2015)
Follow us on Linkedin to get latest updates about NPOI: http://www.linkedin.com/company/neuzillaIf you feel the release is good, buy me a coffee by donating to Paypal acount tonyqus@gmail.com. Thank...
View ArticleReleased: NPOI 2.2.1 (May 21, 2016)
If you feel the release is good, buy me a coffee by donating to Paypal acount tonyqus@gmail.com. Thank you! Follow us on Linkedin to get latest updates about NPOI:...
View ArticleUpdated Release: NPOI 2.2.1 (五月 21, 2016)
If you feel the release is good, buy me a coffee by donating to Paypal acount tonyqus@gmail.com. Thank you!Follow us on Linkedin to get latest updates about NPOI:...
View ArticleCommented Issue: support for pivot table and pivot chart [10158]
Hello,I need support for pivot table and pivot chart. I need support for changing ranges of pivot table and refresh pivot charts and pivot tables.I need it in xlsx files, but if also xls files are...
View ArticleCreated Unassigned: IWorkbook.Write不同excel版本对流的关闭不一致 [13910]
HSSFWorkbook.Write(stream) 不会close stream.XSSFWorkbook.Write(stream) 则会clsoe stream.
View ArticleCreated Unassigned: InvalidOperationException when writing xlsx file through...
When using a .dll to write an .xlsx file, I am getting the error below. The same code works when using a basic WinForms application:InvalidOperationException: Type NPOI.OpenXmlFormats.ItemChoiceType is...
View ArticleCreated Unassigned: NPOI cell font color bug? [13913]
0down votefavoriteI am trying to read the font colour of an Excel cell using NPOI 2.2.1 or 2.1.3.1 It doesn't matter what the font colour is NPOI is always saying that it is 8 (black). Code fragment...
View ArticleCommented Unassigned: ISheet.RemoveRow does not work correctly [13887]
v2.1.3.1 XLSX format1. use RemoveRow to remove the 2nd row 2. create a new row as the 2nd row and set cells value.3. Write to file.When I open the save file, the first row was remove and blank, and the...
View ArticleCommented Unassigned: NPOI cell font color bug? [13913]
I am trying to read the font colour of an Excel cell using NPOI 2.2.1 or 2.1.3.1 It doesn't matter what the font colour is NPOI is always saying that it is 8 (black). Code fragment below IWorkbook...
View ArticleCreated Unassigned: Incorrect value of calculation with INT operator [13924]
In the following example I try to calculate different formulas, but the results of calculation are sometimes incorrects (and really understandables) :``` var workbook = new HSSFWorkbook(); var sheet =...
View ArticleCreated Unassigned: "Set Precision as displayed" in NPOI 2.2.1 version [13925]
Saving xlsx file using 2.2.1 version, "Set Precision as displayed" always set to true. Is there any way to make it as false?
View ArticleCreated Unassigned: Incorrect generated XLSX file [13926]
Hello...I hace NPOI 2.2.1 and I realized that when generating XLSX file and opening with Excel 2013, a message box telling that a problem was encountered but Excel could try to recover from it. When I...
View ArticleCommented Unassigned: Incorrect generated XLSX file [13926]
Hello...I have NPOI 2.2.1 and I realized that when generating XLSX file and opening with Excel 2013, a message box telling that a problem was encountered but Excel could try to recover from it. When I...
View ArticleCommented Unassigned: Incorrect generated XLSX file [13926]
Hello...I have NPOI 2.2.1 and I realized that when generating XLSX file and opening with Excel 2013, a message box telling that a problem was encountered but Excel could try to recover from it. When I...
View ArticleUpdated Wiki: Home
.NET技术 QQ群推荐:上海技术群:343027179北京技术群:124527967广州技术群:550850466(周边城市请就近添加,谢谢) Who are We Neuzilla is the studio behind NPOI. For detail, you can check http://blog.neuzilla.com/. What's NPOIThis project is...
View ArticleReleased: NPOI 2.2.1 (May 21, 2016)
.NET技术 QQ群推荐: 上海技术群:343027179 北京技术群:124527967 广州技术群:550850466 (周边城市请就近添加,谢谢) If you feel the release is good, buy me a coffee by donating to Paypal acount tonyqus@gmail.com. Thank you! Follow us on...
View ArticleUpdated Release: NPOI 2.2.1 (五月 21, 2016)
.NET技术 QQ群推荐:上海技术群:343027179北京技术群:124527967广州技术群:550850466(周边城市请就近添加,谢谢)If you feel the release is good, buy me a coffee by donating to Paypal acount tonyqus@gmail.com. Thank you!Follow us on Linkedin...
View ArticleCreated Unassigned: Cell CachedFormulaResultType throws...
Reading cell value from formula based cell using its CachedFormulaResultType throws InvalidOperationException with message "Only formula cells have cached results".For test read only column A of...
View Article