csv2xls
converts csv files into one (or more if splitted) xls file(s)
...On Linux python and/or perl is often installed already. But on windows not. This csv2xls can be cross compiled for windows on Linux with mingw.
It depends on:
xlslib: http://sourceforge.net/projects/xlslib/
libcsv: http://sourceforge.net/projects/libcsv/
-= Limitations =-
- produces only Excel(TM) 97/2000/XP/2003
- no cell formatting, just plain text
Source code is hosted on
https://github.com/ferkulat/csv2xls