Export to Excel (advanced features)

I’ve written a script that exports an HTML table to a .csv file using PHP’s fputcsv function.

  • Is it possible to use this same function to export to .xls?
  • Is it possible to export it to an Excel document and include some formulas too?

Take a look at PHPExcel. :slight_smile:

I’ll definitely give it a look, thanks! :slight_smile:

Is any of this possible using standard PHP?