[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EasyLanguage Print log to an Excel file



PureBytes Links

Trading Reference Links

Eric,

There is no way to do this directly, unless there is a 3rd party tool to
do this - which is highly unlikely. However, if you just print the
values to the text file as comma-delimited, like this

Print(numtostr(O, 2) + "," + numtostr(H, 2)); etc. etc.

you can easily get this in Excel - just ask Excel to open this file and
specify in the import dialog that this is comma delimited. If you wish,
you can then save this file from Excel as a true .xls file, but then
that file would become inaccessible from TS.

Abhijit


ericzh2003 wrote:

>Hi list,
>
>Is it possible to print log to an excel file instead of TXT?
>Or is there any way I can covert a TXT log file to an Excel file?
>Thanks in advance.
>
>Eric
>
>
>  
>