
php-excel-reader
This PHP library expands on the great work done in the PHP Excel Reader project on SourceForge.
It reads the binary format of XLS files directly and can return values and formats from any cell.
Download
http://code.google.com/p/php-excel-reader/downloads/list
Example
Microsoft Excel Screenshot
http://mattkruse.com/php-excel-reader/screenshot_excel.gif'>
PHP Output
By simply using this php command:
<?php echo $data->dump(true,true); ?>
The output looks like this (with some CSS):
http://mattkruse.com/php-excel-reader/screenshot_php.gif'>
( http://www.mattkruse.com/php-excel-reader/example.php'>http://www.mattkruse.com/php-excel-reader/example.php )
Discussion Group
http://groups.google.com/group/php-excel-reader-discuss'>http://groups.google.com/group/php-excel-reader-discuss
Documentation
http://code.google.com/p/php-excel-reader/wiki/Documentation'>http://code.google.com/p/php-excel-reader/wiki/Documentation
Change Log
http://code.google.com/p/php-excel-reader/wiki/ChangeHistory'>http://code.google.com/p/php-excel-reader/wiki/ChangeHistory
Project Information
- License: MIT License
- 499 stars
- svn-based source control
Labels:
php
excel
xls
office
spreadsheet