Read Excel
This adds the first worksheet to an ExcelWorksheet variable, creates a loop based on the number of written rows in the excel document, getting the values and adding them to a list (List<string> in the snipped below) with each iteration.
This script will require adding using OfficeOpenXml; to the namespaces section.
Last updated
Was this helpful?