TwigSpreadsheetBundle
TwigSpreadsheetBundle copied to clipboard
This Symfony bundle integrates PhpSpreadsheet into Symfony using Twig.
Any plan to update phpoffice/phpspreadsheet to a version > 1.15 due to security reasons. Please refer to: https://packagist.org/packages/phpoffice/phpspreadsheet/advisories?version=3070847
For now symfony as dependency is limited to versions ~3.2|~4.0
There is a problem with function definition in SyntaxCheckNodeVisitor, line 53: `protected function doLeaveNode(\Twig_Node $node, \ Twig_Environment $env)`. It appeared to me when I tried to update my project to...
The version of `phpoffice/phpspreadsheet` should be bumped to fix [CVE-2018-19277](https://nvd.nist.gov/vuln/detail/CVE-2018-19277). Fixes #18.
I prepared an example: ``` {% xlsdocument {format: 'xlsx'} %} {% set title = 'test' %} {% set style = {columnDimension: {'B': {autoSize: true},'C': {autoSize: true},'D': {autoSize: true},'E': {autoSize: true}}}...
Hi, i have a problem with {columnDimension: {default: {autoSize: true}}} of a xlssheet if the first xlsrow has only merged xlscells. The determination of the columsn doesn't work properly, because...
It's necessary to update phpoffice/phpspreadsheet because of CVE-2018-19277 See https://github.com/PHPOffice/PhpSpreadsheet/issues/771 Any plans to release an updated version of this bundle soon?
I got an error when using this bundle with PHP 7.3: `An exception has been thrown during the rendering of a template ("Warning: "continue" targeting switch is equivalent to "break"....
I use your bundle with DrawingWrapper tag to export products and their pictures (they are on the CDN). When the url of the picture is invalid, The following exception is...