Does anyone know if it is possible to access an Excel spreadsheet from an ASP page and display data or draw graphs etc. etc.?
Printable View
Does anyone know if it is possible to access an Excel spreadsheet from an ASP page and display data or draw graphs etc. etc.?
So long as the user has a sufficient version of Office installed (Or just Excel), you can set it up like any other page in a link:
<A href="myExcelDoc.xls">Click here for Excel Doc</A>
Assuming they have Excel installed, it will load the document and Excel will open inside of the IE shell.
Not to open the sheets, but to draw data from the sheet to be used in a query
Hi Julie: This is a seven year old thread, so I'm wondering if your post is because you were offering an answer, or indicating you have a similiar problem?
Julie, if you have a question about this that's related, please make your own thread and add a link to this thread from yours if you need to.