Can I use excel to publish information to cells on a website?

S

Stephen M

I run a Racing league website on the xbox 360. I use excel spreadsheet to
enter things the race results. Then i have a totals page that list every
drivers wins totals, tops 5's and etc.

My question is this-
Is there a way i can publish this spreadsheet to my website, and then then
have my individual webpages pull information from the spread sheet. That way
i don't have to update every drivers information.

My website is Nuffracingleague.com you can go to
www.nuffracingleague.com/driverbustersnm.html to see the individual cells i
would like to have the information in.

Thanks, i hope i have explained this in a way to understand.

Stephen
 
T

Thomas A. Rowe

You would have to use ASP / ASP.net, but I would suggest that you use Access, as it's file format is
design for multi-users, whereas Excel file format is designed for single users.

You can use the FP database components.

Your site must be hosted on a Windows IIS web server to use ASP / ASP.net and Access / Excel.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
S

Stephen M

Is there a how-to-guide to do this sort of thing. I have just made my data
base but i have no idea what to do in access. or how to get it to a mdb
 
D

Dan L

As long as you're using Excel, save the pages as web pages (.htm/.html) and
place them in an Iframe on each driver's page.
 
M

Mike Mueller

DON'T DO IT!

The only component of the Office Suite that is capable of decent html is
FrontPage.

Using Excel, Word, Publisher, et al will bloat markup considerably, and may
introduce components that only render in IE
 
S

Stephen M

The inline frame wouldn't work.....

I guess i need to hire someone to do this for me.
 
T

Thomas A. Rowe

If site hosted on a Windows IIS web server, convert the Excel data to Access and the use the FP
Database component to retrieve and display the content.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
S

Stephen M

Yeah i guess i will have to try that. Not really good with either of those
programs. but its worth a try
 

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

Top