Read dataset to excel
Read excel to dataset activity is used for converting the desired Excel file will be processed into dataset.
| * Excel name | The reference name of the excel file which has already been opened or created is chosen in the dropdown. |
| *New dataset name | The reference name is given to the dataset which will create in this field. |
| Sheet name | The name of the sheet to work in Excel can be added. If not added, it is accepted as the first sheet by default. |
| Range | Excel sheet range from which to received data is written. |
| Has header | If the dataset has column headings, true is selected . |
| Include Formatted Text | If it is desired to include formatted text in a new column, true is selected. |
Note: * Fields selected with are required, others are optional.
Excel name example
You can use the Excel name as shown in the example.
${newExcel}
New dataset name example
You can use the New dataset name as shown in the example.
newDataset
Sheet name example
You can use the Sheet name as shown in the example.
Sheet1
Range example
You can use the Range as shown in the example .
A1:C5
Note
Sheet name field can be left blank if it is desired to operate on the first page of the Excel file. Otherwise, it has to be filled.
If the Range field is not filled, all of the data in the excel file constitutes the dataset range.
If no Destination is given, it is copied to cell A1.