Convert Excel to PPT

Hi Everyone,

Please help me with PowerPoint Automation. I want to dump excel sheet data into PPT.

Thanks in Advance
Excel_Example_1

  1. Please install the Balareva.easyexcel An activity library:
    UiPath Go ! BalaReva EasyExcel Activities
    Attached below you cand find a sample for you.
    EasyExcel.zip (18.6 KB)
    image
    Output:
    image

Hope it helps you!

1 Like

@dfd2e18560c138cb7425711f7 ,

Use following approach:

  1. Use Read Range activity to read your excel file into DataTable.
  2. Install UiPath.Presentations.Activities package
  3. Use Use PowerPoint Presentation activity scope
  4. Use Add Data Table to Slide inside the scope & Pass the DataTable from Step 1

You can use this as per your requirement. No Custom package required.

Thanks,
Ashok :slight_smile: