csv_bv Support forum csv_bv Retrieve data from CSV files (Ms Excel too) This class can be used to parse and retrieve data from CSV files either in the standard or MS Excel format. Two methods are provided to either process the file a line at a time or return the whole csv file as an array It can ...
Convert CSV to Excel Support forum csv-excel-converter Convert CSV files to Excel using PHPExcel library This is a simple class that can convert CSV files to Excel using PHPExcel library. It takes a given file with tabular data in CSV format and generates a new spreadsheet file in Excel 2007 format ...
CSV Tokenizer Support forum csvtokenizer Parse CSV files tokening data lines This class can be used to parse CSV files (Comma-Separated-Value used by Excel and other spreadsheet programs. It works by splitting the data of CSV lines into tokens in a similar way to the PHP strtok function, but all ...
b3rtCSVWriter Support forum b3rtcsvwriter Generate CSV files in pure PHP This class can be used to generate CSV files. It creates an Excel-compatible CSV file and writes record values using pure PHP code without using fputcsv function. The class writes a record line at a time from values passed ...
csv2mysql database migration tool Support forum csv2mysql convert fields in a csv into SQL This class creates sql to import into tables in any mysql table - you specify the fieldname in the csv - and the mysql field in your db that this relates to. It supports database queries to get values to ...
This class can Convert a pasted Excel document to the CSV format. It can parse text of a Excel spreadsheet eventually pasted in a form textarea input and convert it in data in the CSV format. The converted data may saved to a given file or displayed as the current script output. The CSV field separator ...
This class can convert data from CSV files to Excel XLS format using the PHPExcel library. It is an enhanced version of the class originally written by Johnny. This version does not create an iterator object upon every iteration. It may avoid skipping rows depending on the value of an option. This ...
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 ...
DBNavigator Support forum dbnavigator Browse and edit data stored in a MySQL database This package can be used to browse and edit data stored in a MySQL database. It generates an AJAX Web based interface to edit, insert, search rows of MySQL database tables. It can be used to update and delete multiple ...
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 ...