andreas-gruenwald
andreas-gruenwald
I need the exactly same feature for XLSX (also for the same reason; creating reports and showing the progress in the CLI).
I just tried the XLSX approach and it worked like a charm: This is what I essentially added in the XLSX Row Iterator class: ```php namespace Box\Spout\Reader\XLSX; class RowIterator implements...
@adrilo I tested with a spreadsheet consisting of 7 sheets, consisting of 100.000s of lines (some of them have between 200.000 and 500.000 lines). Without my add-on the initial setup...
Any updates on this one?
**Use-Case** - 50 items - 5 children processes (batches of 10 items) - Before the command is terminated, a report should be created, which contains the number of correctly processed...
I would say that depends on the architecture and on the use case. In case of managing a CSV summary report, you have to ensure that - no simultanous write...
> That sounds weird indeed, are you sure you tested with parallelized process (i.e. at least 2)? My mistake, wasn't aware that the default number of processes equals 1. ```shell...
Ok, I got it. PHP ZTS ist not an option for us... Just thinking out loud: If there is no solution implementation for the message transfer, the bundle could provide...
**Use Case 1:** if there is an exception in one of then the children processes, then an error message will show up, the the remaining child processes continue. Is there...
First of all: Actually I am also not sure if the feature should be part of the bundle. If you decide to not include it, as it will make the...