krsc / krsc-reports-phpexcel-framework
KrscReports is a php library written in order to create complex PhpSpreadsheet and PHPExcel files.
Installs: 5 779
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 1
Requires
- php: >=5.5.0
Suggests
- phpoffice/phpexcel: Allows creation of reports in Excel format (old vendor, replaced by PhpSpreadsheet)
- phpoffice/phpspreadsheet: Allows creation of reports in Excel format
This package is auto-updated.
Last update: 2025-03-15 04:04:24 UTC
README
In order to run, this project needs PhpSpreadsheet (or alternatively PHPExcel). Installing it via composer is recommended. Then load in your browser Examples.php file from the main folder and see the possibilities of this library. Click here to see live demo.
Install via composer
To install this application via composer, create composer.json file with that content (or add it to existing composer.json file):
"require": { "krsc/krsc-reports-phpexcel-framework": "v2.x" }
You can also use this command:
composer require krsc/krsc-reports-phpexcel-framework
Tested with Symfony 3.
Tutorial
To learn more about creating reports with KrscReports, please have a look at wiki with tutotials. You can also copy content of KrscReports\Report\ExampleReportManyRows class and adapt it to your needs.