mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 60
C
coder Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Dec 2002
Posts: 60
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.

Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
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.


Invision Support
#Invision on irc.irchighway.net
Joined: Dec 2002
Posts: 60
C
coder Offline OP
Babel fish
OP Offline
Babel fish
C
Joined: Dec 2002
Posts: 60
ok thanks, i'll try, btw what is the char token for TAB ?


Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Originally Posted By: coder
ok thanks, i'll try, btw what is the char token for TAB ?

$chr(9)


Link Copied to Clipboard