Reputation: 22551
Anyone know of a free xls to text converter that can be run from the unix command line?
Upvotes: 5
Views: 12330
Reputation: 598
I think gnumeric is better to convert document to csv http://xmodulo.com/2012/06/how-to-convert-xlsx-files-to-xls-or-csv.html
Upvotes: 1
Reputation: 2263
There is also the package catdoc (Ubuntu link) that includes a xls2csv utility.
Upvotes: 3
Reputation: 10510
Your question reminded me of anti-word. I looked up and found anti-excel. I have never used it, so I can't vouch for how well it work or whether it makes achievable the task you have at hand. Also, I remember using a utility called 'sc' on linux to created spreadsheets on the console---though, I do not know whether it is capable of interpreting XLS files.
Upvotes: 1
Reputation: 9666
A quick search of apt-cache
turned up the Ubuntu package python-excelerator for excelerator, which includes py_xls2html
, py_xls2csv
and py_xls2txt
utlities. Will this work for you?
Upvotes: 1