Adrien Loison

Results 29 comments of Adrien Loison

@jordanade You can also look at #225 if you need to hack something that works. I'm not a big fan of this as it creates an API that is specific...

I'm actually trying to avoid this as much as possible. Although I'll definitely reconsider after implementing the automated method.

@nimmneun Nobody started working on this enhancement. If you already built something, feel free to share it. Either share a link to your commit or create a pull request. It's...

@nimmneun I'm cool with this approach :) My only concern would be with the SizeCollection data. I saw that you get the different character sizes from a CSV file. Do...

Hi, If the encoding is already `Windows-1252`, you don't need the `iconv` call. Unless you're trying to output a UTF-8 CSV.

Hi ! For some reasons, the `string` typehint defined here: https://github.com/box/spout/blob/9533accd73edc020072bc7a4f0c0ddb28a5b701f/src/Spout/Common/Helper/FileSystemHelper.php#L20 is interpreted as belonging to the class itself. This should not be the default behavior (as you can see...

Here's the excerpt of the XLSX spec: ``` An integer value indicating whether the reading order (bidirectionality) of the cell is left- to-right, right-to-left, or context dependent. 0 - Context...

> 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...