Closed pszalko closed 2 years ago
At the moment, FreezePane is only supported by the Xls and Xlsx Readers and Writers; Ods has rather a awkward data structure for frozen panes, I'll need to investigate further just how it's defined to see how practical it is to implement.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue for you, please try to help by debugging it further and sharing your results. Thank you for your contributions.
This is:
What is the expected behavior?
This code should freeze row 1 in Ods document:
What is the current behavior?
First row is not frozen.
What are the steps to reproduce?
Please provide a Minimal, Complete, and Verifiable example of code that exhibits the issue without relying on an external Excel file or a web server:
Which versions of PhpSpreadsheet and PHP are affected?
I'm using: 1.17, didn't test earlier versions.