I need a script to convert a comma seperated csv file to an excel xls file. I tried a python script online but i couldn't install the correct version of python to install a mod/dependency the script required. What is the best solution?
A:
The Perl ExcelWriter module will allow you to create Excel spreadsheets.
Gary Chambers
2009-05-28 17:25:41
A:
Perpetualcoder
2009-05-28 17:40:21
+1
A:
cheat: rename data.csv
to data.xls
. excel opens it and you never notice the difference
Javier
2009-05-28 17:51:50