Convert html to word /excel / powerPoint with PHP

How to convert html to word /excel / powerpoint with PHP ?


Solution 1:

Try the following PHP classes:

  • PhpSpreadsheet
  • PHPWord
  • PHPPresentation

I only used PHPExcel so far but it worked great and is easy to learn. Since all classes are from the same company I assume that they should fit your needs as well.