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
Discussion posts and replies are publicly visible
There are few plugin which you can try...Excel Aspose UtilityExcel To Pdf ConverterOr 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
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
Read data from Excel, generate HTML from that data, and then convert the HTML to PDF using the Dynamic Document Generator Plugin.