oleibman

Results 421 comments of oleibman

Ticket has been open long enough. No comments. Issue has been addressed. Closing.

Something is calling json_encode. But it is not called anywhere inside PhpSpreadsheet. I see the following external JSON calls in your stack trace. ``` #1 E:\Work\sanarena\project\invctrlpan\system\Format\JSONFormatter.php(42): json_encode(Array, 960, 512) #2...

No maximum depth as far as I know. Can you upload spreadsheet and/or code which demonstrates your problem?

You do not have any code which initializes `$activeSheet`. For now, I will assume you've done something like the following after IOFactory::load: ```php $activesheet = $reader->getActiveSheet(); ``` Please advise if...

I am not sure what you mean by "in preview". Could you explain? I am at least able to confirm that, for your second sample code, PhpSpreadsheet is calculating the...

Reopening, although no solution is likely for some time. There is no longer an "unexpected error" when saving the spreadsheet. However, the output file is corrupt. The reason for that...

Sorry, no updates, not close to figuring out what needs to be done. In my comment above, I document what the `[1]` notation means. For now, you can get the...

You have added comments to issue #4145 that clearly should have been added to this one. Please delete the comments there and re-add them here.