As the title suggests how?
I have successfully used pyExcelerator to convert an xls file to csv,
1) I downloaded the pyExcelerator file.
2) Extracted it and put the file under C:\Python25\Lib\site-packages
3) Then I ran the example script xls2csv.py example.xls > comma.csv
but I would like to know how to do the opposite, csv -> xls
Preferably in a portably manner that doesn't rely on windows.
I tried going here:
http://sourceforge.net/projects/py-csv2xls
and i used ultimatezip to unzip. but I can't get it to work. when i run the script it says:
C:\Documents and Settings\blah>csv2xls.py
Python module afm cannot be imported
Or is there an easier option I am missing?