You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and when examined, each index is treated as not a cell value by Functions::isCellValue() (because it lacks two dots) and thus counted by COUNTA(). While Excel evaluates the expression above to 0 (if all cells are empty), PhpSpreadsheet (4.5.0) returns 4.
I did not check, but COUNT will most likely suffer from the same problem.