krsc/krsc-reports-phpexcel-framework

KrscReports is a php library written in order to create complex PhpSpreadsheet and PHPExcel files.

v2.1.2 2020-06-14 17:39 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.