hi. i need to read one excel file with 4 sheets then get specific cell data in each sheet and store the data in specific cell that i get in my 2nd excel.
this is the sheets
and this is where i want to store it
hi. i need to read one excel file with 4 sheets then get specific cell data in each sheet and store the data in specific cell that i get in my 2nd excel.
this is the sheets
and this is where i want to store it
Hi @ldiaz ,
Maybe you could try Exploring with the below Activities /Steps :
If the Cell Addresses are the same for each sheet, we could avoid the above config and go for a shorter approach within the Studio itself.
Having the config created would help us use Workbook Read Cell
Activity in a Loop fetching the data in the config created as above. To Store the cell values we could use a Dictionary(of String, String) where the key would be the sheet name and the value would be the cell value.
Now, we have the cell values that we need to input in another Excel. But we still don’t have the full details as to which cell or where exactly to store it.
A Similar mapping would be needed like the config mentioned above if there are specific cell address to be used.
Do Note that the “where i want to store” is not completely specified.
Let us know if the above suggestions help you and provide us with a feedback if you were able to proceed further.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.