https://github.com/unclerus/php-excel-reader
This package can be used to parse and access binary Excel files in pure PHP. It can take the data of an Excel file in the binary format and parse it to take the spreadsheet structure. The package provides several classes that extract the different parts of a spreadsheet and allow iterating those parts like workbooks, sheets, rows, columns and cells.
https://github.com/unclerus/php-excel-reader
Last synced: 11 months ago
JSON representation
This package can be used to parse and access binary Excel files in pure PHP. It can take the data of an Excel file in the binary format and parse it to take the spreadsheet structure. The package provides several classes that extract the different parts of a spreadsheet and allow iterating those parts like workbooks, sheets, rows, columns and cells.
- Host: GitHub
- URL: https://github.com/unclerus/php-excel-reader
- Owner: UncleRus
- License: gpl-2.0
- Created: 2014-01-04T05:46:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-04T05:50:02.000Z (over 12 years ago)
- Last Synced: 2025-07-01T01:57:56.138Z (12 months ago)
- Language: PHP
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
php-excel-reader
================
This package can be used to parse and access binary Excel files in pure PHP.
It can take the data of an Excel file in the binary format and parse it to
take the spreadsheet structure.
The package provides several classes that extract the different parts of a
spreadsheet and allow iterating those parts like workbooks, sheets, rows,
columns and cells.