Read Range (Sheet: YourSheetName) Output: excelDataTable
Assign nextRow = excelDataTable.Rows.Count + 2 // Add 1 to the last row to find the next available row
Write Range (Sheet: YourSheetName, Range: “A” + nextRow.ToString + “:A” + (nextRow + 4)ToString) // Paste 5 rows of data starting from the next available row