To read from an Excel sheet using simple ASP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have an Excel sheet which resides in my D: drive. I have to access
this excel sheet and read the data from it and print it on an ASP page.This
all should be done using simple ASP.Please help me.
Thank You.
 
If the data is arranged in a tabular format you can use ADO and the
Excel driver to query it as if it were a database table.
Plenty of references on the web - google for Excel+ADO+ASP
Eg: http://support.microsoft.com/kb/q195951/

If the data format is irregular then you'l have to use ASP to automate
excel and extract the data cell by cell

Tim.
 

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