Hi all.
I have difficult sample , pls kindly support me resolve it.
I have a excel file & PowerPoint file as attached.Code.xlsx (8.1 KB)
I want to push data from Excel File into PowerPoint File base on condition :
The A column has Code information of products in excel file are same with name of items in PowerPoint’s TextBox as below picture. Then the Textbox with name " Name " & " Quantity " in PowerPoint will be assigned from " B " & " C " columns in excel file. Sorry but I could not uploaded pptx file.
How to do that ?
Pls kindly support me do XAML file. Thanks you so much!
Theepan
(Theepan)
February 26, 2019, 4:18pm
2
ExceltoPowerPoint.zip (317.4 KB)
I have tried with Computer Vision Activities. Please check. (almost working)
We don’t have PPT Activities other than Create Slide, Delete Slide, and Insert Image even in UiPath Third-party activities.
I have used Code 1, Name 1, Quantity 1 for naming Text Boxes to do anchoring in CV Type into Activities.
1 Like
Hi @Theepan
Thanks you so much. Might I have any missing package in this case?
I have tried to repair but could not opened.
Theepan
(Theepan)
February 27, 2019, 5:25am
4
Yes Computer Vision Activities package
Please follow these to get those dependent packages
@Athrix05 ,
Was successfully able to install computer vision activities by following the below steps
Uninstalled UiPath.UIAutomation.Activities.
Installed again Uipath UIAutomation Activities v19.2.0
Added the beta feed https://www.myget.org/F/uipath in Package Manager > Settings >User defined packag
After adding the above feed in User Defined Package, the feed name will be displayed under All Packages
Go to the Feed name, that was recently created and check IncludePrerelease and install U…
Hi @Theepan
Thanks you so much.
But with Excel file have many data, I want to get some information which I want and push to PPT file only.
how to do that ?
As Excel file and below picture, I want to get S1, S2, S4 and push them into PPT file.
Pls kindly check and support to me this sample.Code.xlsx (8.2 KB)
Thanks you!
@vvaidya I have in this link
File comparison - Generic solution - #5 by Dilli
You have any solution for my case?