Filippo Tessarotto
Filippo Tessarotto
I've just re-read the source, and stream wrapper are disable on purpose on both ODS and XLSX: https://github.com/openspout/openspout/blob/cbf753126f43095112a099eff23ba4f0a47245eb/src/Reader/AbstractReader.php#L31-L33 https://github.com/openspout/openspout/blob/c130bc9a4b4e6d754d779775abab7abc5e89f9de/src/Reader/ODS/Reader.php#L40-L43 https://github.com/openspout/openspout/blob/c130bc9a4b4e6d754d779775abab7abc5e89f9de/src/Reader/XLSX/Reader.php#L58-L61 `isPhpStream` has nothing to do with wrappers and it's ok...
This library is meant to avoid memory issues with large files, and I mean very LARGE files, something in the order of dozens of sheets with hundred of thousands of...
https://github.com/box/spout solved the memory issues I had, and when they closed the project I took care of it in the way I needed. If you find any tweak to make...
> I guess this is a bug? Most likely: would you like to fix it please? Your help would be very welcome :muscle:
What about https://github.com/openspout/openspout/tree/4.x/docs?
You mean like https://github.com/Slamdunk/openspout-helper ?
You are right, data providers are a bad example, but not the only one. I'm asking this feature because as soon as you write an erroneous format, PHPStan already suggests...
Hi, we need the original mail content in order to help you
Any PR is welcome
> * You need to account that the main process remains, so the total count of CPUs should be deduced by 1 at least. Like PHPStan, in ParaTest the main...