Sets the value of a cell in the worksheet by row and column index.
The ExcelJS worksheet.
The 1-based row index.
The 1-based column index.
The value to set in the cell.
setCellValue(worksheet, 2, 4, 'Done'); // sets D2 to 'Done' Copy
setCellValue(worksheet, 2, 4, 'Done'); // sets D2 to 'Done'
Sets the value of a cell in the worksheet by row and column index.