Search code examples
phpasp.netexport-to-excel

Generating an Excel file on the fly in a Web site


Are there any good PHP libraries for exporting data to Excel files (not CSV files)?

(An alternative would be creating an ASP.NET Web service that handles Excel file generation, but I would rather not send complex objects over a network in XML format, unless it were strictly necessary.)


Solution

  • For PHP try PHPEXCEL