Page 1 of 1

How to convert a .xlsx file to a .xls file?

Posted: Thu Aug 13, 2015 3:56 am
by mophy
Hi all,

Is it able to convert a .xlsx file to a .xls file using XLSReadWriteII? If the answer is yes, how can I do that? If not, any suggestions?
The fowlling code dose not work :(

Code: Select all

XLS.Filename := 'Source.xlsx';
XLS.Read;
XLS.Version := xvExccel97;
XLS.Filename := 'Dest.xls';
XLS.Write;
Thanks in Advance,
Mophy.

Re: How to convert a .xlsx file to a .xls file?

Posted: Mon Aug 17, 2015 7:32 am
by larsa
Hello

Sorry, that is not possible.