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 ArticleNew Post: Creating custom color palette entries: SetColorAtIndex
tonyqus wrote: Since xls only support 56+8 colors, you have to change the default pallette generated by NPOI. Hi! How to change the default pallete? please write the sample code
View ArticleNew Post: System.OutOfMemoryException when reading a large XLSX workbook
I'm having the same issue. The problem in XmlDocument object. It crash with big xml files.. A solution might be switch to linq but it means a lot of work
View ArticleCommented 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 ArticleNew Post: System.OutOfMemoryException when reading a large XLSX workbook
Xml linq is not working either... next step XmlReader
View ArticleNew Post: System.OutOfMemoryException when reading a large XLSX workbook
As stated in my original post, the Out of Memory exception is occurring when decompressing the XML from the XLSX file, not when reading the XML. The root cause is from the call to the ToArray method...
View ArticleNew Post: Dependent dropdown in Excel (xls and xlsx) file
hi, i have a specific requirement of creating cascaded dropdown in excel file. Please help me with the code. i have npoi 2 and my coding platformis visual studio using c#.
View ArticleNew Post: Reading images from Excel sheet
Hi, i want to read images from excel sheet and want to save them n my local file system. please help me with the codes , i am using npoi 2 and my coding platform is microsoft visual studio using c#.
View ArticleCreated Unassigned: NPOI unable to read excel files with record count greater...
Hi Team,We have used NPOI in our Visual Studio solution to read and excel file. The DLL worked fine when the excel file had less than 65000 rows. But the excel files with greater than 65000 rows are...
View ArticleCommented Unassigned: NPOI unable to read excel files with record count...
Hi Team,We have used NPOI in our Visual Studio solution to read and excel file. The DLL worked fine when the excel file had less than 65000 rows. But the excel files with greater than 65000 rows are...
View ArticleCommented 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 ArticleNew Post: Setting the font color for XSSFWorkbook?
I've been trying to get npoi to set the color on rich text using the xssf library and haven't been having any luck. What am I doing wrong? Thanks.static void Main(string[] args) { XSSFWorkbook wb = new...
View ArticleReleased: NPOI 2.0 (Jan 05, 2014)
《NPOI 2.0指南》新书众筹中,希望大家支持! http://www.zhongchou.cn/deal-show/id-5424 NPOI User Group: http://www.linkedin.com/groups/NPOI-User-Group-6655065 Assembly version: 2.0.6 Provide 2 assembly versions: .net 2,...
View ArticleUpdated Release: NPOI 2.0 (一月 05, 2014)
《NPOI 2.0指南》新书众筹中,希望大家支持!http://www.zhongchou.cn/deal-show/id-5424NPOI User Group: http://www.linkedin.com/groups/NPOI-User-Group-6655065Assembly version: 2.0.6Provide 2 assembly versions: .net 2, .net...
View ArticleNew Post: New Version On NuGet
Please add 2.0 to NuGet when it's possible. I think NPOI is the most general solution to other similar libary. Thank you all for the hard work!
View ArticleCreated Unassigned: xls中copysheet,下划线样式丢失! [12895]
在对03的Excel复制表格时,发现下划线样式丢失?并且在xlsx中未提供相应的copysheet方法。是否能对xlsx也可进行支持!谢谢
View ArticleReviewed: NPOI 2.0 alpha (四月 11, 2014)
Rated 5 Stars (out of 5) - this is a very good thing
View ArticleCreated Issue: System.OutOfMemoryException when reading a large XLSX workbook...
I'm getting a System.OutOfMemoryException when I attempt to open a large XLSX file (~150 megs).The exception is thrown on the following line:...
View ArticleNew Post: System.OutOfMemoryException when reading a large XLSX workbook
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View Article