Displaying an Excel File

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

Hi,
I dabble with FP, and manage a small site. Currently, I
have a link to an Excel file. The problem is that this
link actually opens the file in Excel. What I would like
to do is just display the information from the file. I
know that I could convert it to HTML and display it that
way, but this file is dynamic and changes a lot. Thus,
whenthe Excel file gets changed, the data in the web link
would need to be updated as well. Is there a way to do
this?

TIA,
Jon
 
You would have to save the Excel as HTML to avoid this issue.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
You can use an excel file as a data source on the page, and then use
server-scripting to pull the data from the excel file and display it on the
page. Wouldn't that do what you want?

Be aware that using an XLS file as a data source is not very robust and is
definitely not scalable, so if you are expecting that page to have even
moderate traffic, you may need to seek other options.
 
Murray,
This sounds like exactly what I need to do. I have never set anything like
this up before. Can you direct me to so info on how to do this?

TIA,
Jon
 
See http://support.microsoft.com/default.aspx?scid=268948

--




| Murray,
| This sounds like exactly what I need to do. I have never set anything like
| this up before. Can you direct me to so info on how to do this?
|
| TIA,
| Jon
|
| "Murray" wrote:
|
| > You can use an excel file as a data source on the page, and then use
| > server-scripting to pull the data from the excel file and display it on the
| > page. Wouldn't that do what you want?
| >
| > Be aware that using an XLS file as a data source is not very robust and is
| > definitely not scalable, so if you are expecting that page to have even
| > moderate traffic, you may need to seek other options.
| >
| > --
| > Murray
| >
| > | > > Hi,
| > > I dabble with FP, and manage a small site. Currently, I
| > > have a link to an Excel file. The problem is that this
| > > link actually opens the file in Excel. What I would like
| > > to do is just display the information from the file. I
| > > know that I could convert it to HTML and display it that
| > > way, but this file is dynamic and changes a lot. Thus,
| > > whenthe Excel file gets changed, the data in the web link
| > > would need to be updated as well. Is there a way to do
| > > this?
| > >
| > > TIA,
| > > Jon
| >
| >
| >
 

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