Download the PHP package nealyip/spreadsheet without Composer
On this page you can find all versions of the php package nealyip/spreadsheet. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nealyip/spreadsheet
More information about nealyip/spreadsheet
Files in nealyip/spreadsheet
Package spreadsheet
Short Description Spreadsheet read writer abstraction for box/spout and phpexcel
License MIT
Informations about the package spreadsheet
Description
Spreadsheet read writer abstraction for box/spout and phpexcel, support Laravel
Updates
v1.1.2 Fix header for downloading xlsx, throw generic exception on boxspout write function
v1.1.0 Add PHPSpreadsheet. PHPExcel was deprecated. Allow use of class with namespace for SPREADSHEET_WRITER and SPREADSHEET_READER from .env
Installation
Add this provider to config/app.php
Configuration
Publish config
Simply change config/spreadsheet.php to select one spreadsheet data provider
PHPSpreadsheet is used by default
or configure on the .env file
Or if you implement your own Writer or Reader, you may use full class name here.
be remember to implement
How to use
Dependency Injection
Reader
Reader using generator
Writer
Writer using generator
Write to local file
Memory limit and execution timeout
If you have encounter memory exhaust problem, you may tune the memory limit by
or for execution timeout
All versions of spreadsheet with dependencies
box/spout Version ^2.7
phpoffice/phpexcel Version ^1.8
illuminate/support Version ~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0
illuminate/config Version ~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0
ext-zip Version *
phpoffice/phpspreadsheet Version ^1.3