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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top