mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-26 16:48:32 +00:00
bdc95b14bf
Fixes a bug when calling `$sheet->freezePane('B2')` without a second argument.
The selected cell will now be `B2` instead of the incorrect `B3`.
Fixes #389
Closes #393