Apaches POI has a ExcelToFoConverter
class that allows to convert xls files to XSL-FO. Since I use XLSX files, I am worried that I will have data loss when I use this converter. POI does not offer an explicit converter for xlsx files. However, I saw that someone used the ExcelToFoConverter
for xlsx files.
- Can I just use the mentioned converter class for xlsx files?
- If I can't, what are other options?
- Or is there a much better solution for converting XLST files to PDF without(!) having a program like LibreOffice or OpenOffice on the server?