zlib decompress error

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
ivar
Posts: 2
Joined: Tue Oct 06, 2020 11:50 am

zlib decompress error

Post 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.
larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: zlib decompress error

Post by larsa »

Hello

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

Code: Select all

XLS.UseAlternateZip := True;
Lars Arvidsson, Axolot Data
ivar
Posts: 2
Joined: Tue Oct 06, 2020 11:50 am

Re: zlib decompress error

Post by ivar »

Thank you very much, it works !!!
Post Reply