Hi,
This post is related to performance in inserting columns or rows in Aspose workbook.
I am using Aspose.Cells.1.9.4.13 for Java.
In my scenario, I am inserting rows or columns one by one in a 'for' loop e.g. if I have 10 columns to insert I will call insertColumn(....,1), 10 times.
Can there any performance improvement if I do insertColumns(...,10) only once instead of 10 different times?
More suggestions are appreciated.
Thank You.
Regards,
Kailas