I have to convert an excel file (xls,xlsx) for PDF, however I'm looking for a better way, however I'm not sure if the following example are the best for me:
https://www.grapecity.com/en/blogs/use-excel-api-to-convert-spreadsheets-to-pdfs-in-java
I didn't find good posts and answers here, someone has some better examples ?
In a simple way I just need to convert excel to pdf in java in the better andsimple way possible, without reading the entire excel.
I found this example, that does exactly what I need, however can't use that because of the license:
https://kbdeveloper.qoppa.com/sample-java-code-to-convert-excel-to-pdf-using-jofficeconvert/
Thanks in advance !
After so much tests I convinced them that the first solution I used was correct:
Thank's a lot for the help !