In excel if we press ctrl+t then the data will change as datatable format how can we do that in UiPath
1.Use the “Excel Application Scope” activity to open your Excel file.
2.Inside the “Excel Application Scope,” use the “Read Range” activity to read the data from the Excel worksheet.
3.Create a variable of type DataTable to store the data.
4.After reading the data, use the “Add Data Table” activity. This activity allows you to convert the data into a table format.
5.Configure the “Add Data Table” activity as follows:
Input: Use the DataTable variable created in step 3
Worksheet: Specify the Excel worksheet where you want to add the table.
Table Name: Provide a name for the table.
send me the code
Fid you try with create table activity under excel activities?
The same is provided in another thread aswell
Cheers
Can you send me the code
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.