Duplicates a row by inserting a new row at the target position with the same values and styles.
The worksheet containing the rows.
The number of the row to copy from.
The number where the new row should be inserted.
duplicateRow(worksheet, 1, 5); Copy
duplicateRow(worksheet, 1, 5);
Duplicates a row by inserting a new row at the target position with the same values and styles.