New Post: Does can NPOI export to .PDF ?
Hello.Can someone tell me if it is possible, with NPOI, to open an excel file and export it as .PDF?Thank you very much.Ricardo Coimbras
View ArticleNew Post: HSSFCellStyle.UserStyleName always returns NULL in 1.2.4
I tried 1.2.5 a while ago but reverted back to 1.2.4 for other reasons. The code in 1.2.5 looks like it behaves in the same way as 1.2.4? If not, please could you point me in the direction of what...
View ArticleNew Post: Does NPOI support .ODS?
ODS stands for "Open Document Spreadsheet" - it is the file format for Open Office and Libre Office spreadsheets ...
View ArticleNew Post: read numbers with specific format
I have the same problems, too. Using property CellNumericValue I got some problems with Double numbers because in Italy, for example, this number: 1,510.67 is 1.510,67 (points instead of commas and...
View ArticleNew Post: read numbers with specific format
This looks to be compatibility bug for European formats. I'll create a work item to fix it.
View ArticleNew Post: read numbers with specific format
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: cell format with currency symbol
I cannot properly format the cell with currency symbol (€ or $) obtaining a correct result in the spreadsheet (I mean the currency symbol in the formatted cell but not only "0.00").I tried in many ways...
View ArticleNew Post: Problem working with Excel 2007
Hi all, I have problem with edit the xlsx file.I used an xlsx file as template to create a new excel file => it worked fineIf I just open and view the new file without save it => I can update to...
View ArticleNew Post: Export from dataGridView1
Hello,I have one questions - how i can export all data from dataGridView? I use NPOI 2 and .NET 4.0
View ArticleNew Post: NPOI return path to backbone
Hi all,Firstly, I must say NPOI is an awesome API which simplified a lot for me. I am creating my application using C# and rendering my views on the client side using Backbone.js. I previously did my...
View ArticleNew Post: Export from dataGridView1
Communicating with dataGridView is not NPOI's duty. But you can write your own code to iterate the data in dataGridView row by row, cell by cell and then use NPOI to export to the xls file.
View ArticleNew Post: read numeric values under Slovenian locale
Hi, in slovenia numbers decimal separator and grouping separator are switched.So our numbers are like 789,30NPOI (2) can not read it right, it just converts it into 78930.Any ideas?
View ArticleNew Post: Does NPOI support .ODS?
ricardo_coimbras wrote:ODS stands for "Open Document Spreadsheet" - it is the file format for Open Office and Libre Office spreadsheets ... Can someone tell me if it supports ODS? Thank you .
View ArticleNew Post: Does NPOI support .ODS?
It's not supported. We will consider to support this format in the future.
View ArticleNew Post: Excel to Html Converter
Hi, first of all, thanks for this amazing library, good work.Sometime ago, i downloaded source for NPOI 1.2.5 and there was a project called NPOI.ScratchPad.sln, in that project there was an amazing...
View ArticleNew Post: Excel to Html Converter
It's moved to main branch and will be released as a feature of NPOI 2.0. Btw, the latest code is in github.
View ArticleNew Post: Setting the data type of a cell
I am brand new to C# and NPOI, so bare with me.I am trying to set the cells for all numbers to 'number' in Excel. I have a method CreateExcel(). The styles are being created like this:ICellStyle...
View Article