$writeDebugLog
$writeDebugLog : bool
Flag to determine whether a debug log should be generated by the calculation engine If true, then a debug log will be generated If false, then a debug log will not be generated.
$writeDebugLog : bool
Flag to determine whether a debug log should be generated by the calculation engine If true, then a debug log will be generated If false, then a debug log will not be generated.
$echoDebugLog : bool
Flag to determine whether a debug log should be echoed by the calculation engine If true, then a debug log will be echoed If false, then a debug log will not be echoed A debug log can only be echoed if it is generated.
$debugLog : string[]
The debug log generated by the calculation engine.
$cellStack : \PhpOffice\PhpSpreadsheet\Calculation\Engine\CyclicReferenceStack
The calculation engine cell reference stack.