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'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