QtXlsxWriter icon indicating copy to clipboard operation
QtXlsxWriter copied to clipboard

Feature: freeze columns/rows

Open Darker opened this issue 8 years ago • 2 comments

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.

Darker avatar Jul 27 '16 12:07 Darker

How about this issue ? Any progress ?

alencarlucas avatar Sep 26 '17 13:09 alencarlucas

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)

VSRonin avatar Oct 16 '17 17:10 VSRonin