in reply to Excel to PDF convertor

The easiest way is to automate OpenOffice and to use it to convert the Excel file to PDF. Also see Spreadsheet::ParseExcel and PDF::API2, or other PDF modules.

Replies are listed 'Best First'.
Re^2: Excel to PDF convertor
by nocool (Novice) on Aug 27, 2010 at 16:06 UTC
    Thanks for the input Corion

    But I want to convert excel file output to PDF form through perl module itself. I cant use OpenOffice for this. :-(

    Is there any other way..

      What problem did you find with the modules I linked to? How did they fail to accomplish what you want?

        I have used the same module ParseExcel/WriteExcel which is mentioned by you to generate runtime excel file through perl on unix system. But I want something which will either save the excel output in PDF format or convert the existing excel file to PDF file.