TwigExcelBundle icon indicating copy to clipboard operation
TwigExcelBundle copied to clipboard

PhpExcel integration for Twig/Symfony

Results 10 TwigExcelBundle issues
Sort by recently updated
recently updated
newest added

Hi When I'm enable the Bundle in the AppKernel, I got this error: > FatalErrorException in XlsBlockTokenParser.php line 65: Compile Error: Class MewesK\TwigExcelBundle\Twig\TokenParser\XlsBlockTokenParser may not inherit from final class (Twig_TokenParser_Block)...

I have a cell with a formula and I would like to display only 2 decimals (if the value is 1.123456, I want to display 1.12). In phpexcel, the following...

I'm using symfony3 and trying to install/use TwigExcelBundle on my ubuntu16 server. I can install it by when I try to use I get the following error : > Attempted...

Since PhpExcel is actually no longer maintained it is time to get started on supporting its successor, PhpSpreadsheet. Goal is to have this bundle ready once PhpSpreadsheet is stable. Not...

enhancement
question

Hello, @MewesK. According [composer.json](https://github.com/PHPOffice/PHPExcel/blob/1.8/composer.json#L26) of PHPExcel, it supports PHP7 and newer. In my local machine I have installed php 7.1.5. I tried to run php unit tests of TwigExcelBundle with...

Hi, I generate a document with more sheets. I couldn't find a way to activate the first sheet, so that when the document is opened, the first one is opened...

Hello, I use sonata with Symfony, but I also tried a route in a controller outside of sonata and the error is the same. ``` public function reportType2Action(Request $request, $id)...

Hi, When I merge some cell, the style is ignored. Exemple based on [this](https://github.com/MewesK/TwigExcelBundle/blob/master/Tests/Resources/views/cellIndex.twig) : ``` {% xlsdocument %} {% xlssheet 'Test' %} {% xlsrow %} {% xlscell %}Foo{% endxlscell...

bug

Make sure that sprintf vs . is used uniformly and appropriately.

enhancement

I was wondering, why is this Bundle so tightly coupled? It would be nice to use the custom twig tags you made with the export outside of symfony. So, why...

enhancement