New Post: Write to XLSX file issue
Which version are you using? Can you try the 2.0 RC (2.0.6)?
View ArticleNew Post: Write to XLSX file issue
Hi Tony, Using version 2.0.6.0 the newest version I suppose.
View ArticleNew Post: How to read WORD
More in detail, i have a ".docx" WORD with paragraphs and tables, is there any way i can read them using this NPOI one by one? Say, i have a paragraph "abc" followed with a table, and i want my c# app...
View ArticleNew Post: Corrupted Excel files with NPOI - asp.net
Hi all, I need a small help with NPOI and asp.net. I'm trying to create an excel file from a web application, written in asp.net (vb). Everything is fine with excel 2003 xls format, while using the...
View ArticleNew Post: Dont work xlsx for russian office 2010
Dont work xlsx for russian office 2010 Probably blame decimal separator You create an invalid xml <?xml version="1.0" encoding="utf-8" standalone="yes"?> <worksheet...
View ArticleNew Post: NPOI : how to read excel cell which having no header
i am trying to extract TEXT from .xlsx excel file using NPOI. below is the link of sample excel file: the function ExcelDocumentToText extract all the cell but not the cell which contaion INR (cell F2)...
View ArticleNew Post: NPOI 2.0 on NuGet
Hello, when can we expect the newest version of NPOI to be available on NuGet? Currently there is only the 1.2.5 version available. Thanks!
View ArticleNew Post: [NPOI 2.0 Stable] Enum VerticalAlignment not working as what its...
Hi, I'm using NPOI 2.0.6.0 (stable) and running into this awkward: When a cell's alignment is set as VerticalAlignment.Bottom, it is actually TOP ALIGNED in the result workbook. And...
View ArticleNew Post: Write to XLSX file issue
Would you mind sending the original xlsx file to my mail? I need to figure out the root cause. There are already some fixes in github.
View ArticleNew Post: Write to XLSX file issue
Hi Tony, Which mail adres to send to? I could'nt find one by clicking your name.
View ArticleNew Post: Write to XLSX file issue
Hi Tony,I hope this is the right mailadres.Here is the XLSX file which can’t be openend by Open Office and Libre Office and an error in Microsoft office.Regards Rinaldo
View ArticleNew Post: Dont work xlsx for russian windows regional settings
I am using last build https://npoi.codeplex.com/releases/view/112932
View ArticleNew Post: ((NPOI.XSSF.UserModel.XSSFWorkbook)(workbook)).IsHidden Exception
Why appear at reading excel 2007 . IsHidden = “((NPOI.XSSF.UserModel.XSSFWorkbook)(workbook)).IsHidden”Lead to“System.NotImplementedException”Exception Please inform the next.Thank you.
View ArticleNew Post: Append data after open/read excel
I want to append some data after reading excel file. How to do this so I am able to append data.using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text;...
View ArticleNew Post: Windows 8 / Store Application Support
Good morning, I was wondering if there are any plans to offer windows 8 / Store application support for the NPOI suite? At the moment there appear to be limited libraries which offer this functionality...
View ArticleNew Post: Convert Xlsm to Xlsx
Is there a way to convert a Xlsm file to Xlsx file using the library? I'm writing a program in C# and I really need the CloneSheet() function, which I notice does not work with Xlsm but will work with...
View ArticleNew Post: New Version On NuGet
Since the stable version is released, I think now it should be available in NuGet. It will be more easier for developers to use it that way. Thank you for the amazing library
View ArticleNew Post: code bug: NPOI 2.0.6 NPOI/SS/Usermodel/Sheet.cs
I was going through some of the NPOI 2.0.6 code, and spotted the if statement below with a SemiColon (;) at the end of line... this looks like an error, please confirm: /SS/Usermodel/Sheet.cs/** *...
View ArticleNew Post: code bug: NPOI 2.0.6 NPOI/SS/Usermodel/Sheet.cs
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Append data after open/read excel
Don't understand what you want. NPOI supports opening template and add/modify cell data.
View Article