Quantcast
Viewing all articles
Browse latest Browse all 1621

Commented Unassigned: NPOI XSSF on Excel 2010 [12685]

Hi,
I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XHHF when i try open the generated file it tells me that the file is corrupted and excel will recover it, after the recover the file is ok, so i dont know what's causing this behavior since i'm using just sample project.
Regards
Comments: ** Comment from web user: leandrocsl **

I have the same problem today !

After execute code below, the generated file it tells me that the file is corrupted and excel will recover it.

```
FileStream sw = File.Create("test.xlsx");
workbook.Write(sw);
sw.Close();
```
Thanks


Viewing all articles
Browse latest Browse all 1621

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>