UiPath Go ! Edp PowerPoint Activities

Hi
I have successfully published the PowerPoint activities in UiPath Go.

https://go.uipath.com/component/edp-powerpoint-activities

The package has many activities to help making the PowerPoint automation activities easier

The following activities are included:

  1. PowerPoint Scope - opens a PowerPoint and keeps the instance with it.

It will be used by child activities. When the execution of this activity ends, the specified PowerPoint is closed. This will happen after the execution of all child activities This activity can only be used if the Microsoft PowerPoint application is installed on the machine.

  1. Insert Picture – insert a picture in a specific slide and specific position with height and width.

It can only be used together with the PowerPoint Scope activity.

  1. Find & Replace - activates the Find and Replace functionality in a specified slide.

It can only be used together with the PowerPoint Scope activity.

  1. Find & Replace Dictionary - activates the Find and Replace text from the dictionary functionality in a specified slide. This single functionality can replace more words at a time.

  2. Refresh Data - refresh the chart data.

It can only be used together with the PowerPoint Scope activity.

  1. Save As - activates the Save as functionality.

  2. Slide Count - counts the slides available in the PowerPoint file.

  3. Insert Text Box – inserts a text box in a specified position within the slide.

  4. Slide Copy - copies the slide to the clipboard.

  5. Slide Paste - pasts the slide to the clipboard.

  6. Delete Images - deletes all the images from a specified slide.

Latest Version : Edp.PowerPoint.Activities.2.0.1.nupkg (38.2 KB)

3 Likes

Here is the namespace screen shots.

Regards
Balamurugan.S

3 Likes

Hi
One of the user @RAMESH_REDDY (User from YouTube.). He asked that how to insert multiple images inside powerpoint.

Here you have PowerPoint Scope Activity. Inside you can use the Insert Picture Activity in multiple times or get the slide count(Using Slide Count activity).Do the loop and insert the images.

Regards
Balamurugan.S

Hi,

Can I get a chart for generic column , “A:B”?
For now I can see that “A1:B4” is the valid way of generating a chart, but I want to generate a chart for all the data present under the column A and B(which can be of variable length).

Also if I want to generate a chart between only two columns A and C, how can I generate chart for those rows .

Thanks

1 Like

Hi @balupad14, thank you so much for these activities. I am using the insert textbook activity to add some text to a bunch of slides, I am able to pass the text with the correct font, size, and position on the slides. Is there any way to change the color of the text getting sent to PowerPoint?

1 Like

Hi @Alopez

Welcome to UiPath Community !

I am developing the activity . I will upload it this week end.

Regards
Balamurugan.S

1 Like

Hi @Alopez,

I have uploaded the new version that has the feature to change the font color . I have added new property called “RGB Font Color” . It is an integer one. you can able to get more site that to search in google that to convert the RGB to integer. I found one in the below . Using this can able to convert the RGB to integer.

https://www.shodor.org/stella2java/rgbint.html

Note :
I have attached the latest package in the beginning of the thread (Which i have uploaded into the UiPath Go.)

Thank you
Balamurugan.S

1 Like

Thank you @balupad14, it worked great. Thank you very much again.

1 Like

I am not able to install this package. Is it still working or its obsolete. Can you please guide.

1 Like

Hi @Rajeev1,

Enable the following things.

image

Regards
Balamurugan.S

Thanks Bala. I tried this, but still getting the same error. As soon as i click install and then save, it gives a notification that the package can’t be installed.
image

1 Like

Hi I was playing around with the activity and I noticed that for the Find & Replace function, it will only replace the first instance of the Find word in each object.

Will there be a potential update so that all instances of the find word is replaced?

1 Like

Thanks for your contribution! When trying to Find & Replace it gives me the error:

“Find&Replace: Presentation (unknown member): This presentation is read-only and must be saved with a different name.” But it is not an read-only file.

When I try “Refresh Data” it gives me the following exception:
“Refresh Data: Exception from HRESULT: 0x800AC472” And for some weird reason it opens Excel.

Can you help me?

The Find&Replace works fine if I dont use Refresh Data before hand.
I want to refresh my Pivot-Tables from Excel on slide one and two.

Hi @Treena_Dutta,

Welcome UiPath Community !

Can you please elaborate your issue ?

Regards
Balamurugan.S

Hi forum,
facing issues with the find and replace…it is showing element not found exception. Any idea how do I solve this issue
Thanks in advance

1 Like