I have two excels, the first excel is “Listaccount” which is fixed data. then I have a folder containing a CSV file with the file name taken from excel “Listaccount”. now i want to insert CSV data into excel template. In CSV, I will later take my particular data and insert it into the excel template column that has been set and then save. Finally, the robot will repeat according to the data in “Listaccount”
I have tried using Excel like this, but I am confused when I want to save the Excel template to a certain folder and then name the Excel template file with the data in “Listaccount”
Sorry, I’m still a beginner regarding UiPath Studio
FILE CSV.zip (2.2 KB)
The columns that are only taken are “Service description”, “Service ID”, “Subtotal (Rp)” which will be copied to column A8:C1000 in the excel template.
I gave the name “Subaccount ID” not “Subaccount Name”
but can I insert the successful excel file into an empty folder? because the resulting file is saved to the project folder.
Sorry to ask again, I have an image folder and a graph pivot VBA file, I will copy this image file in column E1 and the graph pivot will be placed in column E12. The pivot data is obtained from the data “Service description”, “Service ID”, and “Subtotal( Rp)”. then the image and pivot are copied according to the excel data in “List accounts”
Can I create a workflow like the CSV you provided for images and pivots or maybe it’s easier to add a workflow after the IF activity for CSV?
Can image files use the “Write dataTable to Excel” activity?
Sorry to ask again, I have an image folder and a graph pivot VBA file, I will copy this image file in column E1 and the graph pivot will be placed in column E12. The pivot data is obtained from the data “Service description”, “Service ID”, and “Subtotal( Rp)”. then the image and pivot are copied according to the excel data in “List accounts”
Can I create a workflow like the CSV you provided for images and pivots or maybe it’s easier to add a workflow after the IF activity for CSV?
Can image files use the “Write dataTable to Excel” activity?
Perhaps you should raise a new topic for these because it’s apart from title of this topic.
And it will help those who face same issue.