Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ommu/ext-php-excel-reader
PHP class to read data from excel spreadsheats
https://github.com/ommu/ext-php-excel-reader
excel excel-reader office ommu-extension yii
Last synced: about 1 month ago
JSON representation
PHP class to read data from excel spreadsheats
- Host: GitHub
- URL: https://github.com/ommu/ext-php-excel-reader
- Owner: ommu
- Archived: true
- Fork: true (amade/php-excel-reader)
- Created: 2017-09-24T22:03:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T12:13:10.000Z (about 5 years ago)
- Last Synced: 2024-09-25T20:46:23.918Z (about 1 month ago)
- Topics: excel, excel-reader, office, ommu-extension, yii
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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