Hello Guys,
I have a CSV file with multiple sheet, i want to get a particular sheet for some process.
so how can i get that.
Please help me on this.
Hello Guys,
I have a CSV file with multiple sheet, i want to get a particular sheet for some process.
so how can i get that.
Please help me on this.
@Gokul_Murali
Convert that CSV file to excel and then read the specific sheet using read range activity
So i have 3 processes
2 processes is running in Excel and one is running in csv file.
now i want to combine the input of those 3 process into csv file with input for process 1 is in sheet 1 input for process 2 in sheet 2 and input for process 3 in sheet 3.
Is there any way to do the process.
The two possible way is adding each process data in separate CSV file or append the datatable in single CSV file