Hi,
I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF 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.
EDIT:
I made some tests and it seems that the RC is the probleme here is bellow the results of my tests :
Beta2 => OK
RC (Binary) => KO
RC (Sample DLL) => KO
Regards
Comments: ** Comment from web user: antondd **
I'm using npoi for 2 year with no problem it's a wonderfull product, but since i passed on XSSF 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.
EDIT:
I made some tests and it seems that the RC is the probleme here is bellow the results of my tests :
Beta2 => OK
RC (Binary) => KO
RC (Sample DLL) => KO
Regards
Comments: ** Comment from web user: antondd **
I see a similar issue when generating an xlsx file using NPOI 2.06RC. I can not open the generated file using LibreOffice (it tries to import the file as text with garbeled characters). However, I can convert/open the file using Excel (2003 with installed compatibility pack). Saving the file from Excel generates a version, which I can then also open with LibreOffice.
If I modify an existing xlsx file using NPOI also Excel can no longer open or correct the resulting file.