Convert a CSV file to a XLS file on the linux command line?

Posted by Rory on Server Fault See other posts from Server Fault or by Rory
Published on 2009-10-13T11:58:11Z Indexed on 2012/09/27 9:40 UTC
Read the original article Hit count: 222

Filed under:
|
|
|
|

I'm using Debian Linux and I want to convert a CSV file to an Excel XLS Spreadsheet file. The catdoc package includes the xls2csv command that converts from XLS to CSV. However it doesn't do the reverse.

Since I just have a CSV file, I don't care about formatting or anything like that. I'm not worried if it only generates a very simple XLS file, and doesn't support the fancy new versions. Just so long as it's an XLS spreadsheet.

© Server Fault or respective owner

Related posts about linux

Related posts about command-line