PHP-Klasse::Excel Reader 22.03.2007

Kurzbeschreibung: Access Excel spreadsheets as databases using ODBC
Veröffentlicht am: 22.03.2007
Gruppe(n):
- Databases
- Files and Folders
Beschreibung:
This class can be used to access Excel spreadsheets like databases using ODBC.
It opens an Excel spreadsheet using ODBC given a previously defined DSN (data source name) pointing to an existing Excel spreadsheet file.
It can execute queries to retrieve the list of sheets in a spreadsheet, retrieve the names of columns in each sheet, retrieve the data in the sheet cells as an array or display it as an HTML table.
Link: Excel Reader