load excel sheet using ADO

  • Thread starter Thread starter soler
  • Start date Start date
S

soler

Is there a way to load an excel spreadsshet using ADO without first uploading
file to server. The spreadsheet is being loaded from clietn workstation.

Ant hel[p greately appreciated.
 
Firstly, are you talking about ADO (an pre-.NET technology) or ADO.NET?
Secondly, if the Excel sheet sits in client computer, whatever you want to
do with it will have nothing (or very little) to do with ASP.NET code, you
need to use client side code/technology to get data in the sheet. If you
need to do it with ASP.NET code, you need to upload it to web server side.

soler said:
I should have mentioned that I am trying to do this from a asp.net 2.0 web
page.
--
soler


soler said:
Is there a way to load an excel spreadsshet using ADO without first
uploading
file to server. The spreadsheet is being loaded from clietn workstation.

Ant hel[p greately appreciated.
 
Back
Top