New Post: XSSFSheet - Multiple images in single sheet
Hi tony, I would expect two different images to be inserted into a sheet. Logo1 should appear at the top of the sheet. Then there is a table entry (which is working and I've just excluded from the...
View ArticleNew Post: NPOI and setCellFormula(): decimal-separator is cutoff
Can you donate some money to cover my efforts on fixing this issue :-)
View ArticleNew Post: Changing OleDb connection
I figured out a different way of handling the issue, basically something like what you mentioned.
View ArticleNew Post: NPOI 2.0 beta 1 : Copy sheet between workbooks (contributed by Paul...
https://github.com/Sappharad/npoi/commit/8a6eccc2e36e3a3181658844d6234b3439e3b6d6. Here is the test case Paul added.
View ArticleNew Post: Build samples
Thanks for answers. True: decision is realy obvious. First decision is bulk replace paths in projects (Notepad++ for example). Second one is: download full the sources and build them,
View ArticleReviewed: NPOI 2.0 RC (Jan 11, 2014)
Rated 5 Stars (out of 5) - The more I look, the more I like. Being able to create multi-line comments (added in this release) is icing on the cake!
View ArticleUpdated Release: NPOI 2.0 RC (一月 05, 2014)
Assembly version: 2.0.6Provide 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 ArticleUpdated Release: NPOI 2.0 RC (一月 05, 2014)
Assembly version: 2.0.6Provide 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 RC (Jan 05, 2014)
Assembly version: 2.0.6 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 RC (一月 05, 2014)
Assembly version: 2.0.6Provide 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: Underline work incorrectly [12655]
Workbook do not write correct information about font's underline.I made some changes which allow workbook to save information correctly.__Styles.cs__```// why to set single line as as default option ?...
View ArticleCommented Unassigned: Invalid Row Number [12645]
I am running version 1.2.3.0 in a .NET C# web application, and am having issues with errors whenever the row count goes over 65565. Does the newer version (1.2.5.0) resolve this issue? Here is the...
View ArticleClosed Unassigned: Invalid Row Number [12645]
I am running version 1.2.3.0 in a .NET C# web application, and am having issues with errors whenever the row count goes over 65565. Does the newer version (1.2.5.0) resolve this issue? Here is the...
View ArticleNew Post: Creating custom color palette entries: SetColorAtIndex
Good morning, I sorry if don't must write in this post, but when I try this sample, I obtain an error in the lines POI.HSSF.Record.PaletteRecord.STANDARD_PALETTE_SIZE = 64 and...
View ArticleNew Post: Unable to apply Cell Style When Creation Multiple Sheet
I have successfully created a workbook with one sheet however while creatin one more sheet into the workbook after a point i am unable to add cell style to sheet . Please help please find the code...
View ArticleCommented Unassigned: Excel Generate File size Issue [12624]
If excel file have only 10 rows then the excel file size would be 57.6 KB. but if we make other things in the page like Gridview and if gridview binds the datatable then click on Export to excel button...
View ArticleCommented Unassigned: Excel Generate File size Issue [12624]
If excel file have only 10 rows then the excel file size would be 57.6 KB. but if we make other things in the page like Gridview and if gridview binds the datatable then click on Export to excel button...
View ArticleClosed Unassigned: XSSF中 ISheet.SetMargin导致文件损坏 [12631]
```var _workbook = new XSSFWorkbook();var _sheet = _workbook.CreateSheet();// cause file damage//_sheet.SetMargin(MarginType.TopMargin, 0);var...
View Article