Update website with live Excel data

  • Thread starter Thread starter jeffbg123
  • Start date Start date
J

jeffbg123

Hey,

I have a spreadsheet that I want to share with people across the
country. The spreadsheet updates live. Is there a way I can
automatically update a website to show the values? It doesnt have to
be fancy or anything, I just want 5 values automatically updated on a
website. Preferably live updates, but if I need to refresh that is ok.

What is the easiest and simplest way to design this?

Thanks
-Jeff
 
Hey,

I have a spreadsheet that I want to share with people across the
country. The spreadsheet updates live. Is there a way I can
automatically update a website to show the values? It doesnt have to
be fancy or anything, I just want 5 values automatically updated on a
website. Preferably live updates, but if I need to refresh that is ok.

What is the easiest and simplest way to design this?

Thanks
-Jeff

I use VBA to write a small javascript file (.js) containing the updated
variables and then ftp it up to my web server. My web page then gets the
new variables from the javascript file.
 
Back
Top