-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Description
I see Fatal error: Uncaught exception 'PhpOffice\PhpSpreadsheet\Exception' with message 'Invalid range: "Z5:AA5"' in vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/Coordinate.php:537
When I debug and see:
$startCol: "W"
$endCol: "Z"
$startCol >= $endCol => FALSE =>Right
→Called from ...Coordinate::validateRange()]
$startCol : "Z"
$endCol: "AB"
$startCol >= $endCol => TRUE =>Wrong
Can you recheck?
Thanks
Metadata
Metadata
Assignees
Labels
No labels