I use PhpSpreadsheet to generate an excel file with php, and would like to freeze the first row. Is it possible with this component? I have read through the help at https://phpspreadsheet.readthedocs.io/en/develop/ , but it doesn't seem to support this function.
Asked
Active
Viewed 156 times
1
-
1Does this help ? https://stackoverflow.com/questions/23423964/phpexcel-freeze-row-and-columns – anjanesh Jan 09 '19 at 13:40
-
Yes this solved the issue. Thank you very much. – Ezra Jan 10 '19 at 06:18