Does any one know how to open xls file in shell on UNIX?
whether is there any tools to convert XLS to CSV?
Does any one know how to open xls file in shell on UNIX?
whether is there any tools to convert XLS to CSV?
I have no idea if this would work but I'm just throwing it out as a possible avenue to explore. You can install Windows Powershell on Linux. With that, you might be able to parse Excel files.
Can you convert to csv in windows first? That would help. Or just script it with python or perl.
I've used python-excelerator for this in the past.
apt-get install python-excelerator
Howto: http://ghantoos.org/2007/10/25/python-pyexcelerator-small-howto/