2

Does any one know how to open xls file in shell on UNIX?

whether is there any tools to convert XLS to CSV?

maple
  • 21

3 Answers3

1

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.

1

Take a look here

Can you convert to csv in windows first? That would help. Or just script it with python or perl.

1

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/

nixda
  • 27,634
gdonald
  • 111
  • 3