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: pondomaniac **
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: pondomaniac **
Hello Folks,
i found the problem, it's comming from the culture, the following post resolve that :
https://npoi.codeplex.com/discussions/434134
regards,