We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Saving takes a very long time (gridexport)

With the latest version the Save function is ery slow :

GridExcelConverterControl grConv = new GridExcelConverterControl();
IWorkbook mainBook = ExcelUtils.Open(fileName);
IWorksheet mainsheet = mainBook.Worksheets[0];
mainsheet.RemovePanes();
for(int i = rowsToDelete.Length-1; i>=0; i--)
{
mainsheet.DeleteRow(rowsToDelete[i]);
}
for (int i = colsToDelete.Length - 1; i >= 0; i--)
{
mainsheet.DeleteColumn(colsToDelete[i]);
}
mainBook.Save();

4 Replies

CP Chella Pandian B Syncfusion Team December 9, 2006 01:50 AM UTC

Hi Werner Plumot ,

We are extremely Sorry for the inconvenience. I need 2 more days to discuss this issue with my team an get back to you.

Thanks for using Syncfusion XlsIO.

With regards,
Chella.


CP Chella Pandian B Syncfusion Team December 11, 2006 10:48 PM UTC

Hi Werner Plumot ,

I seriously regret for the delay. Can you please create a Direct-Trac incident for this issue so that I can give you some samples to test the performance?

We are extremely sorry for the inconvenience.
Thanks for your interest in Syncfusion Essentials XlsIO.

With regards,
Chella.


WP Werner Plumot December 12, 2006 11:12 AM UTC

I placed it on the Direct Trac but It seems that it is slow in debug mode.


MW Melba Winshia Syncfusion Team December 15, 2006 04:50 AM UTC

Hi Werner,

The performance issue is something we are working on currently. However, since there are major changes being made to the code it can also take a little bit more time to get a stable version out, but its something we are looking into very seriously. We regret for the inconvenience caused. Please let me know if you have any concerns regarding this issue.

Thanks,
Melba

Loader.
Live Chat Icon For mobile
Up arrow icon