Commented Issue: Error when running NPOI with Mono C# compiler version...
<p>Dear developers,</p><p> </p><p>I get an error when running applications using NPOI under mono: </p><p> </p><p>Unhandled...
View ArticleCommented Issue: Couldnot delete worksheet [11376]
I am trying to delete first sheet from excel file like below _Worksheet _wsh = (_Worksheet)shs.get_Item(1); _wsh.Delete();But it throws error. Am i doing something wrong pls guide.Comments: ** Comment...
View ArticleCommented Issue: Error when running NPOI with Mono C# compiler version...
<p>Dear developers,</p><p> </p><p>I get an error when running applications using NPOI under mono: </p><p> </p><p>Unhandled...
View ArticleCreated Issue: Access issue creating worksheet [11383]
The following error occurs when we try to create a worksheet. The issue is resolved by setting IIS 7.0 LoadUserProfile to true. We are trying to understand why this is needed and teh secruity...
View ArticleCommented Issue: Access issue creating worksheet [11383]
The following error occurs when we try to create a worksheet. The issue is resolved by setting IIS 7.0 LoadUserProfile to true. We are trying to understand why this is needed and teh secruity...
View ArticleReviewed: NPOI 1.2.5 (Nov 27, 2012)
Rated 5 Stars (out of 5) - Very quick and clean solution for my project. I needed to rename the sheets in an Excel document produced by the ReportViewer control. The ReportViewer control only produces...
View ArticleReviewed: NPOI 2.0 (εδΈζ 27, 2012)
Rated 3 Stars (out of 5) - Create *.xlsx file is too slowοΌhow can i improve the speedοΌ
View ArticleNew Post: Create *.xlsx file is too slow
Now I try to create a 2007 Excel file with NPOI 2.0,but it's to slow. If I crate 2003 xls file,it takes 10s,but when I ceate 2007 xlsx file ,it takes about 3min.How can I improve my speed?My system is...
View ArticleCommented Issue: Access issue creating worksheet [11383]
The following error occurs when we try to create a worksheet. The issue is resolved by setting IIS 7.0 LoadUserProfile to true. We are trying to understand why this is needed and teh secruity...
View ArticleNew Post: Create *.xlsx file is too slow
This is a known issue. We will try to improve somewhat in the final release of NPOI 2.0. However, the root cause may be the xml serialization in .NET using XmlSerializer. We are looking for alternative...
View ArticleNew Post: Create *.xlsx file is too slow
tonyqus wrote:This is a known issue. We will try to improve somewhat in the final release of NPOI 2.0. However, the root cause may be the xml serialization in .NET using XmlSerializer. We are looking...
View ArticleNew Post: use vb.net to create xls file from .net table using NPOI
I have never seen NpoiExport class before. It should be a third-party wrapper for NPOI. Please reference the third-party document.
View ArticleNew Post: Where are the ss.format classs coming from?
I see NPOI.SS.Format.CellFormat*, but failed to find it in the source code - what's going on?
View ArticleNew Post: Where are the ss.format classs coming from?
Also, are the CellFormat* classes supported? I ran a quick test and it didn't work at all.
View ArticleCommented Issue: Couldnot delete worksheet [11376]
I am trying to delete first sheet from excel file like below _Worksheet _wsh = (_Worksheet)shs.get_Item(1); _wsh.Delete();But it throws error. Am i doing something wrong pls guide.Comments: ** Comment...
View ArticleNew Post: Where are the ss.format classs coming from?
The latest code is in googlecode svn: <cite>npoi.googlecode.com</cite>
View ArticleCommented Issue: CreateDrawingPatriarch only works once [11330]
NPOI 2.0 alpha<br><br>When using XSSH and invoking CreateDrawingPatriarch() on a sheet only the first call will return an IDrawing object. Subsequent calls will return...
View ArticleCommented Issue: Error evaluating cell on excel PV function [11265]
I receive an 'error evaluating cell' message when running the EvaluateAllFormulaCells method on an xls that has a cell with the present value function PV. i do not receive the error on any other...
View Article