Click to See Complete Forum and Search --> : Exel and the web


unigasus
04-22-2005, 04:41 PM
Busy with a web site that consist of prices that gets updated weekly.
Pricelist is presented in exel file. How do I Get the Prices on the site to update as I update the exel file (Sheet). Very Irritating Little problem.

toicontien
04-22-2005, 05:03 PM
I'm sure you can export the excel file as XML, then using a server-side scripting language like PHP or ASP, read the XML file and generate the HTML pages to send to readers using the data harvested from the XML file.