Daniel Weckhuyzen: r how to convert an XLS file to a CSV file
In Open office, save as and select the output type.
Modern MS Office uses XLSX format, which is actually a zip archive (can be read by MQL natively), which in turn contains xml-document (and other styling files, but they are unimportant), so you will need to find XML parser - I think there are some in the code base.
If you deliberetly want to read old XLS format, you will need to deal with 3-d party DLLs.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
Does anybody knows how to import an XLS file into MT5, or how to convert an XLS file to a CSV file from out of MT5 ?
All help welcome !
Danny