Support Adding Table with Merged Cell and Colors to Presentation in C#

image.png (7.3 KB)

Can you help me to create table as per attached image using aspose slides APIs? Also adding new row should maintain this table formatting.

Thanks

@snehalg,

Thanks for the screenshot.

See the documents with examples on how to create a table, add formatting to table cells (apply borders, background colors to cells, apply style preset theme, apply fonts, merge cells, etc.) for your complete reference.
https://docs.aspose.com/slides/net/manage-table/
https://docs.aspose.com/slides/net/manage-cells/

Please refer to the documents above and then write your own code to accomplish your task. If you encounter any issues while trying to achieve your desired outcome, please share your sample (runnable) code and the output PowerPoint presentation file. Additionally, share the expected PPT/PPTX file containing your desired table as it should appear (you may create the table in MS PowerPoint manually). We will then review how to achieve this using the Aspose.Slides API.

Thank you @amjad.sahi . Links are useful.

@snehalg,

You are welcome.