Page 1 of 1

zlib decompress error

Posted: Tue Oct 06, 2020 12:04 pm
by ivar
Hello,
I can't load the file, it reports error : zlib decompress error

File is xlsx with 3 sheets. If I second and tfird delete then read is ok.

Thank you for the advice.

Re: zlib decompress error

Posted: Tue Oct 06, 2020 2:51 pm
by larsa
Hello

This may happened when opening files not created with Excel. Try to set:

Code: Select all

XLS.UseAlternateZip := True;

Re: zlib decompress error

Posted: Wed Oct 07, 2020 2:35 pm
by ivar
Thank you very much, it works !!!