Download the PHP package lezhnev74/eximport without Composer
On this page you can find all versions of the php package lezhnev74/eximport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lezhnev74/eximport
More information about lezhnev74/eximport
Files in lezhnev74/eximport
Download lezhnev74/eximport
More information about lezhnev74/eximport
Files in lezhnev74/eximport
Vendor lezhnev74
Package eximport
Short Description Library to easily validate and import Excel data
License MIT
Package eximport
Short Description Library to easily validate and import Excel data
License MIT
Please rate this library. Is it a good library?
Informations about the package eximport
Eximporter
Object oriented Excel importer with input validation It lets you to import any excel file, validate each cell and do your business logic with good and failed ones.
P.s. It will automatically skip rows with all nulls in cells.
Example
Usage
This package is intended to be used in projects with Excel import functions. It let's you easily add a validation layer and filtering options for your data. It is based on PHPOffice/PHPExcel under the hood.
Installation
Requirements:
- PHP7
- PHP extension php_zip enabled
- PHP extension php_xml enabled
- PHP extension php_gd2 enabled (if not compiled in)
- (read more)[https://github.com/PHPOffice/PHPExcel/wiki/Developer-Documentation-Prerequisites]
Credits
Dmitriy Lezhnev [email protected]
All versions of eximport with dependencies
PHP Build Version
Package Version
Requires
phpoffice/phpexcel Version
1.8.*
The package lezhnev74/eximport contains the following files
Loading the files please wait ....