How to populate data in existing powerpoint template File

I have to do a POC for following :

  1. To read the manual created table in the PowerPoint template slide
  2. The PowerPoint Slide has 3 rows and 3 coloums
  3. Reading the data from db and populating the data on the rows of the manual created table
    Is it possible to achieve the above use case,if Yes , Please provide me with the code snippet for the same .
    Thanks

@Vivu1610,

I have observed the requirements shared by you and like to share that Aspose.Slides provides the programmable interface to load the presentation files and shapes inside slides including tables. You can then populate the data inside tables from which ever source DataTable or database. I suggest you to please visit table section for your kind reference.