Hi Everyone,
Please help me with PowerPoint Automation. I want to dump excel sheet data into PPT.
Thanks in Advance
Hi Everyone,
Please help me with PowerPoint Automation. I want to dump excel sheet data into PPT.
Thanks in Advance
Hope it helps you!
Use following approach:
Read Range
activity to read your excel file into DataTable
.UiPath.Presentations.Activities
packageUse PowerPoint Presentation
activity scopeAdd Data Table to Slide
inside the scope & Pass the DataTable from Step 1You can use this as per your requirement. No Custom package required.
Thanks,
Ashok