Freeze Rows in version 3.1 #3144
Answered
by
patrickbrouwers
dmjanschueler
asked this question in
Q&A
-
My question is, if its possible in version 3.1 to freeze specific rows for an export like it is possible in 2.1? 2.1 docs best regards |
Beta Was this translation helpful? Give feedback.
Answered by
patrickbrouwers
May 4, 2021
Replies: 1 comment
-
You can call the PhpSpreadsheet |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dmjanschueler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can call the PhpSpreadsheet
$sheet->freezePane('A2')
(freezes first row) in the AfterSheet event