XLS Export Support forum xls-export Export MySQL query results to an Excel XLS file This class can be used to export MySQL query results to an Excel XLS file. It can perform a given MySQL SELECT query and generates an Excel XLS file with the query results using PEAR spreadsheet Excel writer class ...
MySql To Excel Support forum mysql_excel Export data from a MySQL database to Excel files This class is used for exporting the data from a MySql to spreadsheet files in the Excel format. The class executes a given database query and extract the result set data to generate the Excel spreadsheet. ...
SQL to Excel Support forum sqltoexcel Export database table records in Excel XLS format This package is meant to export spreadsheet information in the Excel XLS format. It consists in a base class that is capable of generating the contents of an XLS file given the values of the spreadsheet cells ...
Export Spreadsheets Support forum export-spreadsheets Create Excel spreadsheet from data in MySQL table 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 ...
Export To Excel Support forum export Generate HTML tables from MySQL query results This class can be used to generate HTML tables from MySQL query results to be downloaded as a file Microsoft Excel can read. It executes a given MySQL query and generates an HTML table from the query result data. ...
ADODB SQL 2 Excel Support forum adodbsql2excel Export SQL query results to Excel files with ADODB This class can be used to generate Excel files in the XLS format from database query results. This is an altered version of of the SQL 2 Excel class, originally provided by Dzaiacuck, that uses ADODB ...
MS-Excel Stream Handler Support forum xlsstream Stream wrapper to read and write MS Excel files This class implements a stream handler interface to read and write Microsoft Excel spreadsheet files in the XLS format. XLS files may be read and written using PHP fopen, fread or fwrite, or any other ...
This class can export MySQL table records to Excel XML format. It can execute a query to retrieve data from a given MySQL database table and generates an Excel file in the XLSX format with the retrieved data. The class can either query all fields of a given table, just a few specific fields of the ...
This class can export tabular data records to files in CSV format. It is a class based on the original Excel Writer class written by Harish Chauhan that can create a CSV file passing arrays with the record column names and then the record data. PHP CSV Writer Class Support forum csvwriter Export tabular ...
Zend Framework Data Grid Support forum bvb_grid Display and edit data from a database in a grid This package can be used to display and edit data from a database in a grid using the Zend Framework. It features: * Simplified grid data presentation just by specifying the source database table * Multiple ...