oleibman

Results 266 comments of oleibman

@marc-mabe Can you share more of your code? Based on your description, I tried: ```php $body = $this->getMockBuilder(Worksheet::class) ->disableOriginalConstructor() ->getMock(); $body = null;sleep(5); gc_collect_cycles(); ``` It did not throw an...

I apologize, I am not able to get your code into a state where I can work with it, e.g. CreateTableHandler class is not defined, ditto for MyTable, MyHandler constructor...

@MarkBaker Thanks, I will look over your code. We took very different approaches. I'll see if I can can reconcile some of the differences. Did you ever figure what was...

@jr212 Thank you for the sample code. Please try again against this PR, which I have changed based on your example. That demonstrated at least 2 problems with the existing...

@jr212 It is lucky then that I didn't realize your initial problem was with Composer, otherwise I might not have noticed the code problems. I am also not expert in...

Merged master to eliminate a no-longer-valid dependency in composer.lock, *not* as prep work before installing.

@jr212 I believe you can get a much smaller directory by using the following install command rather than the one I initially suggested: ``` composer install --no-dev ``` Please bear...

@jr212 Your spreadsheet is no longer available at the address you supplied, probably because I took too long to download it. If you have something you want me to look...

Confirming what you've already surmised. PhpSpreadsheet has no way to set a cell value to an image. As for retrieving such an image, I've looked at a spreadsheet which does...