add debugbar

This commit is contained in:
2018-07-14 18:28:04 +02:00
parent 6f908356dc
commit f12773ccd1
7 changed files with 150 additions and 95 deletions
+2
View File
@@ -8,6 +8,8 @@ use PhpOffice\PhpSpreadsheet\Style\Fill;
use PhpOffice\PhpSpreadsheet\Worksheet\Worksheet;
use PhpOffice\PhpSpreadsheet\Writer\IWriter;
// this requires "phpoffice/phpspreadsheet": "^1.3",
/**
* Abstraction above PhpOffice's spreadsheets with stable API.
* Fixing incompatibilities in one place will fix them in the entire application.