Download the PHP package secit-pl/simple-excel-export without Composer
On this page you can find all versions of the php package secit-pl/simple-excel-export. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package simple-excel-export
Simple Excel exporter
Simple library which allows to quickly create MS Excel exports.
Key features:
- Simple
- Multi sheet support
- Values can be accessed by the PropertyAccess Component or PHP callback.
- XLS, XLSX and CSV support (by passing the second argument while creating a new \SecIT\SimpleExcelExport\Excel obejct)
- Symfony 4+ compatible (getResponse() returns valid Symfony Response)
Security warning
[!CAUTION] The PHPOffice/PhpSpreadsheet library used by this bundle has a serious security vulnerability in versions <2.2.1. Please update this bundle as soon as possible to version 2.0.0 or grater, which allows to install only the secured version of PHPOffice/PhpSpreadsheet. More details can be found here https://github.com/PHPOffice/PhpSpreadsheet/security/advisories/GHSA-ghg6-32f9-2jp7
Installation
From the command line run
Usage
Basic example
Send Excel file as response to user
Create Excel file
Advanced example
Want to support this bundle?
Consider using our random code generator service at codito.io.
With codito.io you can generate up to 250,000 codes in the format of your choice for free. You can use the generated codes for purposes such as promotional codes (which you can, for example, print on the inside of packaging), serial numbers, one-time or multi-use passwords, lottery coupons, discount codes, vouchers, random strings and much more - for more use cases see our examples. If 250,000 codes are not enough for you, you can use our commercial code generation service.
All versions of simple-excel-export with dependencies
phpoffice/phpspreadsheet Version ^2.2.1
symfony/property-access Version ^4|^5|^6|^7
symfony/http-foundation Version ^4|^5|^6|^7