Importing EXCEL FROM WEB

Hello everybody,

Could you please let me know how can import excel file from web into my view or could you suggest same in client.

Thanks

Dev

Subject: Importing EXCEL FROM WEB

You will have to write code to parse it or if your server has excel installed on it use OLE to open an instance of excel and read the cells that way. Have a look in excel visual basic help for the code to do that.

Subject: Importing EXCEL FROM WEB

Could you please portray somewhat?

Dev