Conversion plugin phpxlsx

Information

Information

This plugin is available for the Advanced and Premium licenses. It allows to transform files. For example XLSX to PDF, XLS to XLSX, ODS to XLSX...

phpxlsx includes two transformation methods to achieve the highest quality and best compatibility available:

  • libreoffice: based on LibreOffice. This is the recommended method because of its compatibility (Windows, Linux, macOS), performance, flexibility and number of options.
  • msexcel: based on MS Excel. Only available for Windows. It uses PHP COM methods and requires a MS Excel installation.
Supported conversions

The supported file formats depend on the method chosen for the transformation.

libreoffice

Source Output
XLSX PDF XLS ODS
XLS XLSX PDF ODS
ODS XLSX PDF XLS

msexcel

Source Output
XLSX PDF
Next - Installation and set up