QtXlsxWriter
QtXlsxWriter copied to clipboard
Feature: freeze columns/rows
Newer versions of excel allow you to freeze column or row so that they are always on screen as you scroll. This is typically used for first row or column which contains table headers.
This would be really useful for various excel data export features.
How about this issue ? Any progress ?
It's not super complicated to implement. It's a getter and setter for the cell to block and adding <pane xSplit="1" ySplit="1" topLeftCell="X#" state="frozen"/>
here where X# is the code of the frozen cell (B2 for example)