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.
zlib decompress error
Re: zlib decompress error
Hello
This may happened when opening files not created with Excel. Try to set:
This may happened when opening files not created with Excel. Try to set:
Code: Select all
XLS.UseAlternateZip := True;
Lars Arvidsson, Axolot Data
Re: zlib decompress error
Thank you very much, it works !!!