New Post: Small problem NPOI + Excel 2010. buttons switched.
What button are you talking about? Are you talking about the buttons on the toolbar?
View ArticleNew Post: Can't open and change data in xls file using NPOI. C#
This solution is still good even after 2 and a half years. Thanks timclaason
View ArticleNew Post: Small problem NPOI + Excel 2010. buttons switched.
Yes the buttons on the toolbar in excel2010. Here in the red square. in an .xls file made by NPOI, they are switched around in functionality. (one does what the other should do and vice versa)
View ArticleNew Post: XSSFSheet and more than 65535 rows
Hi, how can I create more than 65535 rows? The method CreateRow allows just int value but I need more...
View ArticleNew Post: XSSFSheet and more than 65535 rows
integer in .NET can be more than 65535. Feel free to add more data.
View ArticleNew Post: Small problem NPOI + Excel 2010. buttons switched.
I don't think NPOI have the ability to change the sequence of these buttons.
View ArticleNew Post: NPOI Excel creating corrupt xls files
I am trying to fill in a template xls with values, but even just opening with NPOI and saving as new file creates a corrupt xls. There are a lot of things happening in the template, its locked, so I...
View ArticleNew Post: Small problem NPOI + Excel 2010. buttons switched.
Ok, thank you. I thought so too. However every .xls file I find on this website(npoi.codeplex.com) in other issues or forum threads has this issue with my excel 2007 and excel 2010 in compatibility...
View ArticleNew Post: add pdf stream into worksheet
I met the same situation too,Dose NPOI have this function?I just saw addPicture,But I need to Add Object. the tranditional way is : public void AddObj(string objPath, float incrementLeft, float...
View ArticleNew Post: Adding more than one chart to worksheet results in corrupt .XLSX file
I am trying to create an Excel worksheet containing multiple charts. However, when I add a second chart the resulting .XLSX file is corrupt when I try opening it. Here is a code sample that shows the...
View ArticleNew Post: HSSF How to remove/delete Column Style?
Hello. I have two questions, but first a short description of what I'm trying to do. I try to change existing Worksheets with my application. One of my functions deletes columns. To remove a column I...
View ArticleNew Post: NPOI 2.1.1 is useless with XLSX file
Hello, I am using latest NPOI to open and to save an XLSX file. That XLSX file has a lot of sheets with tables and graphics. The test I made was only to open and immediately to save the file. After...
View ArticleNew Post: NPOI 2.1.1 is useless with XLSX file
looks to be a bug. Please submit your xlsx file and the repro steps to Issues.
View ArticleNew Post: Equivalent of XSSFImportFromXML ion NPOI
XSSFImportFromXML seems to be available in POI but not available in NPOI.. can someone tell me how i can access it? I mean what references do i need to use in .NET?
View ArticleNew Post: Equivalent of XSSFImportFromXML ion NPOI
This is never implemented in NPOI before.
View ArticleNew Post: Copy one sheet from one workbook Microsoft Excel to another...
Copy one sheet from one workbook Microsoft Excel to another workbook Microsoft Excel (using NPOI Library) In COM Excel: Excel.Application xlApp=null; Excel.Workbook xlWbSource ,xlWbTarget; try { xlApp...
View ArticleNew Post: Initialisation of record 0x31 left 4 bytes remaining still to be read.
在导入某个Excel文件的时候,系统提示报这个错误:Initialisation of record 0x31 left 4 bytes remaining still to be read. 上网百度了下,发现在Java下的版本中也出现了这个问题,但是有牛人解决了这个问题,请问下NPOI中何时可以解决这个问题?(最新版本的NPOI中还是有这个问题)
View ArticleNew Post: Upgrading NPOI. Need Help.
Windows Server 2008 R2. IIS 7. Visual Studio 2012. I am using a older version of NPOI. But I am not sure what version or how to tell. However, my current (old) version has there files in my Bin folder:...
View Article