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
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.
I want data present in the excel to be generated in PDF
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.