Skip to main content
Participating Frequently
October 22, 2025
Question

Excel To PDF

  • October 22, 2025
  • 7 replies
  • 11 views

I have a requirement where I want to export data from excel to PDF is there any plugin that we can use or there is any alternative way we can try

    7 replies

    stefanhelzle0001
    Brainy
    October 22, 2025

    Did you check any of the existing PDF or Excel plugins?

    shubhama926776
    Brainy
    October 22, 2025

    There are few plugin which you can try...
    Excel Aspose Utility
    Excel To Pdf Converter

    Or 
    Read the Excel using readexcelsheetpaging(), generate an HTML table string from the data, then use the Dynamic Document Generator's HTML to PDF Smart Service to create the PDF

    शुभम्
    Participating Frequently
    October 22, 2025

    Hi Shubham you saying to follow a approach where we will read data from excel and generate a HTML file and from HTML we should convert to Excel

    shubhama926776
    Brainy
    October 22, 2025

    Read data from Excel, generate HTML from that data, and then convert the HTML to PDF using the Dynamic Document Generator Plugin.

    शुभम्
    mikes0011
    Brainy
    October 22, 2025

    I'm confused - is your requirement that you want to convert an excel to PDF, or that you want to use some of the data in an Excel to generate a different PDF?  These are entirely different approaches that would merit completely separate suggestions and process flows.

    The Expression Guru
    Participating Frequently
    October 22, 2025

    I want data present in the excel to be generated in PDF 

    mikes0011
    Brainy
    October 22, 2025

    Then you probably want to use the Excel Tools plug-in to read data from your Excel file, followed by one of a few different PDF generation routines - for instance if you need to construct something from scratch, you could create an HTML file from your data (after it's read), followed by the HTML to PDF smart service as mentioned already by Shubham.

    The Expression Guru