Write Excel
This adds the first worksheet to an ExcelWorksheet variable, creates a loop based on the number of rows given to it, inserting the values with each iteration.
This script will require adding using OfficeOpenXml; to the namespaces section.
Last updated
Was this helpful?