Convert excel file to PDF file using shell script

Hi All,

Is it possible to convert the excel file to PDF file(Without loosing any format) using unix shell scripting ??? If yes

Kindly help me on the code

Thanks in advance!!!

Try the unoconv utility. I've used it to convert several formats to PDF.

DAG: unoconv: Convert between any document format supported by OpenOffice

Hi Thanks for your quick response

My Server is not having the Universal Office Converter (unoconv).

It's not supporting the unoconv command as it's not having the pakages.

Could you please suggest me any other way ????

If you could provide the unix shell script for the same that would be great help for me.

THank you!!!

Do you have access to a machine that either has, or that you can install either OpenOffice or LibreOffice? Both allows exporting of spreadsheets to PDF format.

My system has only MS excel 2003,I am not supposed to install any utilities on the machine.If you could provide any script which can read cell by cell and create pdf that would be great thanks.

How have you Microsoft Excel running on a Unix or Linux system? You need to provide more information about your setup.