mIRC Homepage
Posted By: coder mIRC Script to read Excel file - 02/11/10 05:49 AM
Hello,
is it possible to order mIRC to read Excel (.xls) file by determine the column and row in the excel workbook?
Could be work like $readini identifier.
Posted By: Riamus2 Re: mIRC Script to read Excel file - 02/11/10 10:09 AM
Yes, if it's saved in a text format (some or all .xls files are in text format... I haven't tried all versions/formats, so I don't know if all are). Try opening it in Notepad or Wordpad or whatever and see if it's text. If so, you just have to parse it. In at least one format, all tab names are listed at the top and then at each tab, it will show the "code" again for the tab so you know which tab you are on.
Posted By: coder Re: mIRC Script to read Excel file - 02/11/10 10:16 AM
ok thanks, i'll try, btw what is the char token for TAB ?

Posted By: 5618 Re: mIRC Script to read Excel file - 02/11/10 10:17 AM
Originally Posted By: coder
ok thanks, i'll try, btw what is the char token for TAB ?

$chr(9)
© mIRC Discussion Forums