Hi,
We are facing performance issue from your Aspose Slides API while placing the more cells in single slide
For example,
The time consuming has been taken to place 50 cells in single slide and another 50 cells in another single slide is less than to place 100 cells in one single slide.
Please let us know whether this is the known performance issue from Aspose end and if so ,is there any way to resolve this issue.i have given below about the over all flow in our design to generate the PPT slide.
We are using following methods from Aspose slides Table to fix the cell into PPT table.
Cell = pptTable.GetCell() and Cell = pptTable.MergeCells(). this "Cell' is Aspose.Slides.Cell.
After getting the cell, we are using the TextFrame , Paragraph ,Portion to place the text into that cell.
Please let me know if you need more information.
Thanks,
Priya