Search found 1 match
- Thu Aug 13, 2015 3:56 am
- Forum: XLSReadWritwII 6
- Topic: How to convert a .xlsx file to a .xls file?
- Replies: 1
- Views: 2561
How to convert a .xlsx file to a .xls file?
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 :( XLS.Filename := 'Source.xlsx'; XLS.Read; XLS.Version := xvExccel97; XLS.Filename := 'Dest.xls'; XLS.Write; Thanks in Ad...