J
Josh
hi all
anybody knows a script to save an excel in csv?
i need it for a php script
tnx
anybody knows a script to save an excel in csv?
i need it for a php script
tnx
Then why ask in a perl newsgroup? If you want a PHP answer, try a PHPJosh said:hi all
anybody knows a script to save an excel in csv?
i need it for a php script
J. Gleixner said:Then why ask in a perl newsgroup? If you want a PHP answer, try a PHP
newsgroup.
anybody knows a script to save an excel in csv?
i need it for a php script
anybody knows a script to save an excel in csv?
i need it for a php script
i need a perl script to save an excel in csv
James Willmore said:My suggestion is pick one and stick with it's functionality. I
believe this has been done successfully in both languages - pick one.
If you still have a burning desire or some company restriction that
requires you to write in Perl for this task, have a look at the
Spreadsheet::WriteExcel module. This should do what you're asking to
do.
Josh said:hi all
anybody knows a script to save an excel in csv?
i need it for a php script
Matt Garrish said:You're going in the wrong direction. The OP wants excel -> csv not csv ->
excel. The Spreadsheet::WriteExcel module won't help for the latter.
Assuming you're on a Windows machine and you have Excel installed, you might
be able to use the Win32::OLE module to open the file in Excel and then use
Excel itself to save the file to csv (from a simple macro:
ActiveWorkbook.SaveAs FileName:="C:\test.csv", FileFormat:=xlCSV).
Matt Garrish said:You're going in the wrong direction. The OP wants excel -> csv not csv ->
excel. The Spreadsheet::WriteExcel module won't help for the latter.
Assuming you're on a Windows machine and you have Excel installed, you might
be able to use the Win32::OLE module to open the file in Excel and then use
Excel itself to save the file to csv (from a simple macro:
ActiveWorkbook.SaveAs FileName:="C:\test.csv", FileFormat:=xlCSV).
perldoc Spreadsheet:arseExcel
gives a script on the first page that should be readily adaptable
to your need.
What difference does it make what script you need it for?
Josh said:i'm sorry... i'm working on a linux server
Josh said:hi all
anybody knows a script to save an excel in csv?
i need it for a php script
tnx
Garry Short said:Josh,
*PLEASE* try reading the posting guidelines. It would have suggested (among
other things) doing a search on something like Google Groups ... if you
had, you'd have found the following thread:
http://groups.google.com/groups?hl=...9CBD9408Easu1cornelledu%40132.236.56.8&rnum=5
where I provided a sample script to do just this for Sara.
Eric J. Roode said:-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Why don't you explain what you're trying to do, in some detail, right from
the start, rather than doling out hints one at a time? Several people have
already posted useful suggestions, and to each one, you give a one-sentence
response along the lines of "That won't work, because x."
Explain your complete problem. Now. Or you're not going to get much more
help from anyone.
http://groups.google.com/groups?hl=...9CBD9408Easu1cornelledu%40132.236.56.8&rnum=5
tnx but unfortunately i'm working on a linux server...
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.