Removes all empty rows from a worksheet.
The ExcelJS worksheet.
A promise that resolves when all empty rows have been removed.
await removeEmptyRows(worksheet);console.log('All empty rows have been removed'); Copy
await removeEmptyRows(worksheet);console.log('All empty rows have been removed');
Removes all empty rows from a worksheet.