This is used to read the value up to the specified range. If the range parameter is not specified, it will read the entire Excel file:
- Drag and drop a Flowchart activity on the main Designer panel. Also, drag and drop an Excel application scope inside the Flowchart activity. Connect it to the Start node.
- Drag and drop a Read Range activity inside the Excel application scope activity. The Read Range activity produces a data table. We have to receive this data table in order to consume it. We need to create a data table variable and specify it in the Output property of the Read Range activity.
- Drag and drop an Output Data Table activity inside the Excel application scope activity. Now, we have to specify two properties of the ...