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

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
mophy
Posts: 1
Joined: Thu Nov 06, 2014 4:55 am

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

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

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

Post by larsa »

Hello

Sorry, that is not possible.
Lars Arvidsson, Axolot Data
Post Reply