Download the PHP package valentinloiseau/excel-data-extractor without Composer
On this page you can find all versions of the php package valentinloiseau/excel-data-extractor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download valentinloiseau/excel-data-extractor
More information about valentinloiseau/excel-data-extractor
Files in valentinloiseau/excel-data-extractor
Download valentinloiseau/excel-data-extractor
More information about valentinloiseau/excel-data-extractor
Files in valentinloiseau/excel-data-extractor
Vendor valentinloiseau
Package excel-data-extractor
Short Description Excel Data Extractor crawl an Excel file and extracts the header and data of a table inside.
License MIT
Homepage https://github.com/valentinloiseau/excel-data-extractor
Package excel-data-extractor
Short Description Excel Data Extractor crawl an Excel file and extracts the header and data of a table inside.
License MIT
Homepage https://github.com/valentinloiseau/excel-data-extractor
Please rate this library. Is it a good library?
Informations about the package excel-data-extractor
Excel Data Extractor
Excel Data Extractor crawl an Excel file and extracts the header and data of a table inside.
Installation
Usage
Configuration
Call the following static methods to class :
setIgnoreBlankLines
Default to .
Set to to get all table lines, included blank lines.
setLineAttributesFromHeader
Default to .
By default, cell values are stored in the corresponding string column index property, eg: if the first cell value of current line if 'bar' the result will be .
For the same example if this configuration is set to and the guessed column name is 'foo' the result will be .
All versions of excel-data-extractor with dependencies
PHP Build Version
Package Version
The package valentinloiseau/excel-data-extractor contains the following files
Loading the files please wait ....