Power point slide header

Does anyone know how to give slide header using UI path? I have list of headers in excel and there are slides in powerpoint. I want to pick each cell from the excel and give it as header to the slide. how should I automate this using UIpath?

Since there is no PowerPoint integration in UiPath, this will have to be done using an Open Application activity and writing process steps to build the PowerPoint. General steps for initialization will be opening the PowerPoint application and creating a new file. The process steps will be to create a new slide (you’ll have to have exception handling for the first slide, since it will have already been created), and use Set Text and Click activities in the application to build the slides.