Excel file to PDF

hi,
i am having my excel file as bytes in database .I want to convert my excel file to pdf in ignition perspective .how can i do that?

The short answer is you can’t, not without an additional intermediate step. Excel and PDF are not equivalent formats, and there’s no single way to map from one to the other.

The long answer is you write a script to load your Excel file (search this forum for “Apache POI”) and get your data into a dataset, and then author a report that renders the output into a useful PDF.

1 Like