Commented Unassigned: Corrupted Excel files with NPOI - asp.net [12762]
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 XSSF...
View ArticleNew Post: How to import NPOI dll into Windows 10 UWP project?
Hello, How can I import NPOI dll into Windows 10 UWP project? When I add references, Visual Studio 2015 displays error message "A reference to 'xxx\NPOI.dll' could not be added. The project targets...
View ArticleNew Post: source code
it's possible to download the source code of version NPOI 2.2.1? thanks
View ArticleNew Post: problem with xlsx file with pivot
I'm using NPOI 2.2.1. I open an xlsx with a Pivot table, I write some values in some cells an than save the file. After that if I open the file with Excel I have the following errors:...
View ArticleNew Post: Inserting Excel Charts into Word Document
Hi Guys, Was wondering if it is possible to add Excel charts into a word document with using NPOI?
View ArticleNew Post: source code
Hi, I am totally new in here, so please bear with me, if I don't give the right information. As far as I have figured out, the source code is here: https://github.com/tonyqus/npoi I haven't found any...
View ArticleNew Post: running MATCH formula from NPOI help
Good day, below is some code that I am trying to run. I realized my issue only happens when I have a 0 in for match but if I change it to 1 or -1 it works. It doesnt seem to be reconizing the 0, how do...
View ArticleCommented Issue: XSSFWorkbook Write corrupts XLSX File [12847]
This may be a duplicate of [12616](https://npoi.codeplex.com/workitem/12616), but after much research, I haven't been able to track down a solution.I compiled NPOI from source in Visual Studio 2013...
View ArticleCreated Unassigned: NPOI.HSSF AutoFilter Issue: "File error: data may have...
Getting "File error: data may have been lost" when opening saved Excel after setting auto-filter.Example files attached.Attempt to add data filter over all columns of Excel file using HSSFWorkbook-...
View ArticleCreated Unassigned: NPOI.XSSF - SetAutoFilter results in missing/unreadable...
Getting warning: "We found a problem with some content in 'SimpleReport '. Do you want us to try to recover as much as we can? If you trust the source of this workbook, click Yes." when opening saved...
View ArticleNew Post: Pictures on DOCX file
Dear All, I'm have to put a picture on a DOCX file using NPOI. Using NPOI 2.1 I have no problem to do that using this code:XWPFDocument doc = new XWPFDocument(); XWPFParagraph p2 =...
View ArticleCreated Unassigned: Table1[Data1] can be resolved? [14014]
Hi.Sheet sample:```|Data1|Data2|Data3||-----|-----|-----|| 1| 2| 3|| 4| 5| 6|| 7| 8| 9|```Name Data1 is represented as __Table1[Data1]__. I can get actual cell range __=Sheet1!$A$2:$A$4__ if I delete...
View ArticleCreated Unassigned: FillForegroundColor is slow [14016]
I have a template and after filling it with values I set a background color but for a small file (about 6000 rows) it takes about 4 minutes. Whithout setting background color it takes only 8 seconds.My...
View ArticleUpdated Wiki: Home
Who are We Neuzilla is the studio behind NPOI. For detail, you can check http://blog.neuzilla.com/. What's NPOIThis project is the .NET version of POI Java project at http://poi.apache.org/. POI is...
View ArticleUpdated Wiki: Documentation
Neuzilla is the software studio behind NPOI. Please follow us.Our website: www.neuzilla.cn If you need NPOI support service/business customization service, please contact...
View ArticleUpdated Wiki: Documentation
Neuzilla is the software studio behind NPOI. Please follow us.Our website: www.neuzilla.cn If you need NPOI support service/business customization service, please contact...
View ArticleUpdated Wiki: Home
Who are We Neuzilla is the studio behind NPOI. For detail, you can check www.neuzilla.cn What's NPOIThis project is the .NET version of POI Java project at http://poi.apache.org/. POI is an open...
View ArticleUpdated Wiki: Temporary Post Used For Theme Detection...
This is a temporary post that was not deleted. Please delete this manually. (72069b14-ac87-4dde-97bf-8cf10c82dfc9 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)
View ArticleNew Post: add pdf stream into worksheet
Is there any plans to support it in future releases?
View Article