New Post: Table name evaluation
GetName is for named range instead of Excel table. This is by design
View ArticleNew Post: Apply border right style to a cell is applied also to all cells...
Which version are you using? 2.0.6?
View ArticleNew Post: Support for Silverlight (or, even better, portable class library)?
No, man. AllInOne code are too old. Please try https://github.com/tonyqus/npoi. This is the latest code.
View ArticleNew Post: DateTime precision when writing to XSSF Cell
Hello everyone, I made a simple program to write a DataTable to Excel and it works really great when saving .xls files, but when I use XSSF instead of HSSF, the precision of DateTime values is...
View ArticleNew Post: Nigthly builds, GitHub, Codeplex
Hi, I have some organizational questions :Is there is some "nigthly builds" for NPOI ?Source code on CodePlex is abandonned ? NPOI source code is only on GitHub ? Why this migration ?"This project is...
View ArticleNew Post: Nigthly builds, GitHub, Codeplex
There is no nightly build for now. The code change is not that frequent. Nightly build looks unnecessary. About 3 years ago, I cannot check in because of some issues of codeplex svn. Then I move to...
View ArticleNew Post: Couldn't find anything about parse .rtf documents feature
NPOI only supports major office files. For now, only xls, xlsx and docx are supported. You can take a look at toxy.codeplex.com. It supports RTF extraction.
View ArticleNew Post: [NPOI.XSSF.UserModel] XLSX file : repair needed when using Double...
For this problem, I proposed this simple correction : https://github.com/tonyqus/npoi/pull/21/files
View ArticleNew Post: saving workbook created from template file
Dear Sir,http://office.microsoft.com/en-us/templates/event-budget-TC010336274.aspx?pid=CT101172321033 Not working in VS 2010 (asp.net) i have already using NPOI 1.2.3 Version for export excel
View ArticleNew Post: DateTime precision when writing to XSSF Cell
Sorry, I cannot reproduce the issue. Btw, What's wrong with your NumericCellValue? the value is too big. 408337083333333.0? What's your culture setting? There used to be a bug in 2.0.6 caused by wrong...
View ArticleNew Post: saving workbook created from template file
1.2.3 is too old. Please try 1.2.5 or 2.0.6
View ArticleNew Post: DateTime precision when writing to XSSF Cell
Hello tony, thank you for answering. Well, in the Excel Model, Dates are saved in numbers which represents de ammount of days from the year 1900, the hour/minute/second is stored as the decimal part of...
View ArticleNew Post: DateTime precision when writing to XSSF Cell
I understand what you mean. But I tried XSSF and your code (exact the time you assigned). I cannot reproduce the issue. There must be something wrong. Please add my skype: tonyqus to discuss the issue
View ArticleNew Post: Formula in Excel using NPOI
I am using NPOI dll version 1.2.2.0 for genrating excel sheet in C#. When I apply formula on some cell programmatically and export excel then in protected mode of excel sheet all the cells having...
View ArticleNew Post: Excel found unreadable content in filename.xls
Hello I thing I've found the origin of the issue, I've spend one day comparing why an application was giving an error and another now I was even testing with a close to empty workshhhet having just one...
View ArticleNew Post: DateTime precision when writing to XSSF Cell
Tony, I searched you on skype, I think I found you, I sent you a message. I will prepare an isolated test project to send it to you, in the meanwhile: could you tell me how do I set a different...
View ArticleNew Post: DateTime precision when writing to XSSF Cell
This is the class which writes the Excel, could you look at it, it's really short. Remember, the only scope of this class is to write a DataTable as Excel (xls or...
View ArticleNew Post: New Version On NuGet
When there will be a new release (2.0.9) ? And could we have this new version on Nuget (perhaps just like a prelease version package) ?
View Article