Freezes the top N rows.
The ExcelJS worksheet.
The number of rows to freeze from the top (default: 1).
freezeRows(worksheet); // Freezes the first rowfreezeRows(worksheet, 3); // Freezes the first three rows Copy
freezeRows(worksheet); // Freezes the first rowfreezeRows(worksheet, 3); // Freezes the first three rows
Freezes the top N rows.