Load xls file problem

Hello!

I load a xls file on web application,but it costs 70 second.
this is unacceptable.
is there any method to resolve?

here is the detail:
xls file size:292KB

the code :
GridWeb1.WebWorksheets.Clear();
GridWeb1.WebWorksheets.ImportExcelFile(“d:/10868.xls”);

and attach the xls file.

Thanks very much!

Hi,

Thanks for providing us the template file.

Yes, we noticed. Since, your excel file contains lots of formulas and style formattings, so it takes more time to load the file into the gridweb. We will soon look into the issue if we can enhance it more.

Thank you.

ok,thanks very much!