Search found 3 matches

by Achkoune
Wed Mar 12, 2014 7:55 am
Forum: General Information and Tips and Tricks
Topic: Get data from .xlsx file
Replies: 3
Views: 5462

Re: Get data from .xlsx file

any help please how to use the import command to open xlsx file, i already use a script that use the read command :

Code: Select all

Read(S=TCE,T,c3) "E:\DMHOCP1981200.xls" 5
how to convert the syntax above using the import command.

Thanks in advance for your help
by Achkoune
Thu Mar 06, 2014 4:53 am
Forum: General Information and Tips and Tricks
Topic: Get data from .xlsx file
Replies: 3
Views: 5462

Re: Get data from .xlsx file

Use the Import command.
Can i get the right syntax using import command to replace the one above please.
by Achkoune
Mon Mar 03, 2014 5:22 am
Forum: General Information and Tips and Tricks
Topic: Get data from .xlsx file
Replies: 3
Views: 5462

Get data from .xlsx file

Hi i need to read data from .xlsx file, i already search on the forum and some suggest to use the wfopen command but it is used to read data when we already an opened workfile so what i have to do to make that command work like this one (this command work on xls): Read(S=TCE,T,c3) "E:\DMHOCP198...

Go to advanced search