Maxime Corteel

Results 8 comments of Maxime Corteel

Sur notre installation, nous avons résolu le problème grâce aux requêtes suivantes : ``` ALTER TABLE oauth_clients CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; ALTER TABLE oauth_applications CONVERT TO CHARACTER...

There is an inconsistency in the code I think. In `Box\Spout\Writer\XLSX\Manager\WorksheetManager::getCellXml` and `Box\Spout\Writer\ODS\Manager\WorksheetManager::getCellXml`, the case `elseif ($cell->isDate())` is not implemented, though `Box\Spout\Common\Entity\Cell` supports it. Also, when exporting to CSV, `Cell::__toString()`...

@Slamdunk Thanks! Any idea when this will be released?

@Slamdunk Could you give an example? Would that work (seems weird)? ```php $style = (new StyleBuilder()) ->setFormat('0.000') ->build(); $cell = WriterEntityFactory::createCell(new \DateTime(), $style); ``` EDIT: Missing `build()` method

I have the same problem. The result is a failed job, even though the job actually succeeded.

@schmittjoh Are there any plans for this? Is merging #246 an option? My project needs this to finally upgrade to Symfony 5 and I could spend some time ironing out...

This PR is out of date, but I get an error with the latest version of the bundle (1.5.4): ``` In FormExtractor.php line 295: [Symfony\Component\Debug\Exception\FatalThrowableError] strtolower() expects parameter 1 to...