PHP Classes / Export Spreadsheets

Create Excel spreadsheet from data in MySQL table

Export Spreadsheets PHP Class

This class can be used to create an Excel spreadsheet from data in a MySQL table. It performs a query to a given MySQL table and creates an Excel spreadsheet file with the PEAR Spreadsheet_Excel_Writer package from the table data. The class can add multiple worksheets from results of querying one or more MySQL tables. Several parameters may be used to configure details like from which table fields map to spreadsheet columns, field sorting, etc..

Similar PHP Classes

Search in PHP Classes

Filter by tags