Adrien Loison

Results 29 comments of Adrien Loison

Hi! I believe that your interpretation may not be correct. `gettype($object)` should return "object" and not "NULL" like you describe. Only `gettype(null)` returns "NULL". So here, it seems like a...

Just tested, and this works: ```

You're reading an XLSX file that's inside a `csv` folder. Maybe this is not really a XLSX file? Anyway, the code you're using is correct and should work. The problem...

There are no plans for this functionality at the moment. But Pull Requests are always welcomed!

@melihyenel You should not need such an option if the library returns you the right data :) @devops-at-alinea What do you expect Spout to return? If the cell has a...

Hi! Unfortunately, such an option does not exist. Regarding your issue, it looks like it's caused by this: https://github.com/box/spout/blob/master/src/Spout/Reader/XLSX/Manager/StyleManager.php#L297-L319 The pattern "#,##0 PCE" is considered as a date because of...

For the shared strings, here is how it works: Read the "sharedStrings.xml" file. Get how many strings there are. Based on this number and the available amount of memory, pick...

While it works great with the test file, there are some files where it performs worse... That's why I'm not sure whether this should be merged as is

Hi @eugenio11 ! Here is what the content file of the ODS looks like: ``` nome cognome indirizzo ``` The last `table-cell` line is what causes the 1000+ columns to...