Hello
We have hit a case where we need to insert around 200 rows into a spire table.
We have made logic to automatically expand a table onto new slides if it's too big for the current slide.
When we try to insert these amounts of data, we can see that spire is steadily eating more and more memory until an eventual our of memory exception.
We have tried to aggressively dispose of Spire.presentation objects, but have seen no difference in the amount of memory used.
Example project attached. Spire references will need to be fixed, as the dll's are not in the upload.
Simply run the "SpireTest" project and select "Template.pptx" in the file popup.
This should take a while, where you will be able to see memory being eaten up steadily, and depending on your setup, probably get an out of memory crash.