An open API service indexing awesome lists of open source software.

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.

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.