Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2170
Faster way to create workshhet
posted

I have a dataset with 10,000 records and I am using the Infragistics.Excel to create a worksheet to present the data. I am looping through the records and write the values to each cell but this is taking 10 minutes for 10,000 rows. Is there a quicker/better way to do this?

Parents
No Data
Reply
  • 44743
    posted

    There have been many performance and memory enhancements recently, so try upgrading the latest SR and see if you still have the problem. That is even truer with the 11.1 release, so when that is released, upgrading to that version will also help.

    Can I see how you are populating the data? It is possible there are ways to make improvements to your performance by changing the way you set the data.

Children