Taking more time to open
HI..In my one of application am getting lot excel files so i need to open and read the data.
For open exel am using below code
Excell.Application excelApp = new Excell.Application();
But sometime it takes more time to pass this line.
IS there any way to speedup the process...