import/export xls file
Posted: Wed Jul 10, 2013 5:44 pm
Hi everyone,
I was a revolution studio developer, i havent touch runrev for 4 years, now its livecode and it seems quite the same.
to begin I have a work to make on livecode now, its easy to do but i have my first problems...
I want a software that import a file as input (xls file) and then export a file (.xls) which contains only few informations from the orignal file (filters)
i have put that file as attachement, i want to extract the column "reference de la commande" and the column "montant d'origine", with only the values filtered by : reference de la commande does not begin with "REF" and contains at least 14 characters.
To make it, I imported the file in a field in livecode, but when i try to access the column "reference de la commande" doing : " the item 4 of line 1 of field "myfield" it doesnt work, i have put the itemdelimiter to " ".
If you wanna understand easier what i am saying you should try.
It will be greatful to show me how you manage that little software, it will be a first step for me to remember me this good software and to progress faster.
Thanks all
I was a revolution studio developer, i havent touch runrev for 4 years, now its livecode and it seems quite the same.
to begin I have a work to make on livecode now, its easy to do but i have my first problems...
I want a software that import a file as input (xls file) and then export a file (.xls) which contains only few informations from the orignal file (filters)
i have put that file as attachement, i want to extract the column "reference de la commande" and the column "montant d'origine", with only the values filtered by : reference de la commande does not begin with "REF" and contains at least 14 characters.
To make it, I imported the file in a field in livecode, but when i try to access the column "reference de la commande" doing : " the item 4 of line 1 of field "myfield" it doesnt work, i have put the itemdelimiter to " ".
If you wanna understand easier what i am saying you should try.
It will be greatful to show me how you manage that little software, it will be a first step for me to remember me this good software and to progress faster.
Thanks all