ReadTillEnd
When to use the ReadTillEnd activity
This activity helps you read the content of an entire worksheet from a specified starting range.
Figure 1
Activity Name |
Picture |
ReadTillEnd |
Figure 1.1
|
S.no |
Description |
1 |
Check this box if the data contain headers and include it as column headers for the Datatable |
|
2 |
Specify the password string if the sheet is password protected |
|
3 |
Specify the sheet name from which you are required to read the data |
|
4 |
Specify the column number from where you are required to start reading the data |
|
5 |
Specify the row number from where you are required to start reading the data |
|
6 |
Displays the action that the activity performs in the workflow |
|
7 |
Specify whether to continue executing the workflow even if the activity fails |
|
8 |
Specify the Datatable variable which holds the data returned, after reading the specified range. |
IncludeColumnHeaders should be checked if you require the header column for processing.
Password: to be provided only if the worksheet is password protected.
Activity: The ReadTillEnd activity helps you read the entire data from worksheet and it also helps to read the data from a specified starting row and column for further processing.