Download the PHP package deanc/excel-service-provider without Composer
On this page you can find all versions of the php package deanc/excel-service-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package excel-service-provider
Silex ExcelServiceProvider
Introduction
This service provider for Silex allows you to quickly generate Excel (*.xls) spreadsheets. Either pass in a query result set, and a list of headers, or use the Doctrine functionality to convert a table to a spreadsheet.
Installation
Require the provider using composer
:
composer require deanc/excel-service-provider
Register the provider in your application somewhere:
$app->register(new \DC\ExcelServiceProvider\Provider\ExcelServiceProvider());
Usage
Generate a spreadsheet from a table (if you are using the DoctrineServiceProvider
):
Generate a spreadsheet manually:
Forcing a download of the spreadsheet:
All versions of excel-service-provider with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
silex/silex Version ~1.3
doctrine/dbal Version ^2.5
phpoffice/phpexcel Version ^1.8
ramsey/array_column Version ^1.1
silex/silex Version ~1.3
doctrine/dbal Version ^2.5
phpoffice/phpexcel Version ^1.8
ramsey/array_column Version ^1.1
The package deanc/excel-service-provider contains the following files
Loading the files please wait ....