ExportSpreadsheets
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 using the PEAR Spreadsheet_Excel_Writer package. The class can add multiple worksheets in a single Excel file. Several parameters may be used to configure details like from which table fields map to spreadsheet columns, field sorting, etc..

