convert Microsoft Excel xls To CSV

2006-07-04 Thread yahav Biran
It's nightmare to process an xls file. An external system is generating it and I need to process it. Is there any way to convert Microsoft Excel xls To CSV using a shell script. Is there any linux util that can help? thanks

Re: convert Microsoft Excel xls To CSV

2006-07-04 Thread Omer Zak
Microsoft Excel xls To CSV using a shell script. Is there any linux util that can help? thanks -- You haven't made an impact on the world before you caused a Debian release to be named after Snufkin. My own blog is at http://tddpirate.livejournal.com/ My opinions, as expressed in this E-mail message

Re: convert Microsoft Excel xls To CSV

2006-07-04 Thread Gabor Szabo
On 7/4/06, yahav Biran [EMAIL PROTECTED] wrote: It's nightmare to process an xls file. An external system is generating it and I need to process it. Is there any way to convert Microsoft Excel xls To CSV using a shell script. Is there any linux util that can help? I don't know about shell

Re: convert Microsoft Excel xls To CSV

2006-07-04 Thread Daniel Feiglin
Load into Open Office. Save as CSV. You may have to split the xls file into separate sheets to make this work. Cheers. yahav Biran wrote: It's nightmare to process an xls file. An external system is generating it and I need to process it. Is there any way to convert Microsoft Excel xls To CSV

Re: convert Microsoft Excel xls To CSV

2006-07-04 Thread Ehud Karni
On Tue, 04 Jul 2006 16:16:06 yahav Biran wrote: It's nightmare to process an xls file. An external system is generating it and I need to process it. Is there any way to convert Microsoft Excel xls To CSV using a shell script. Is there any linux util that can help? There is the xlhtml package