Qxlnt icon indicating copy to clipboard operation
Qxlnt copied to clipboard

corrupted file when save using password

Open filipdns opened this issue 2 years ago • 0 comments

Hello,

I need to protect the output file but when I'm using:

wb.save(filename);

it work fine, save without problem but when I'm using

wb.save(filename, password);

the file is created, the size is fine but I can not open it, when I try to do, excel program is opening virgin, no any sheet, just empty.

I'm under windows 10, Qt 5.15.1 32 bit MSVC2019, with pro file config with c++ 14.

Could you help me please?

Thank you very much

filipdns avatar May 13 '22 11:05 filipdns