Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

PHP class to read data from excel spreadsheats

Notifications You must be signed in to change notification settings

ommu/ext-php-excel-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Original code from:
https://code.google.com/p/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.

-----

+ Some patches to make it work with newer PHP versions