Is there any existing software that allows the creation of a website with all of a store's retail products and supplies (with prices, description, etc.) from an excel sheet that anyone can edit and update?
excel sheet -> webpage ?
Collapse
X
-
There are some excel to html converters around.. not sure how it turns out..
Just a quick google search
http://www.livewebs.com/lwebsprod.htm
http://www.web100.com/sib/excel-to-html.html
http://users.aol.com/ksayward/XTML/Comment
-
Just export it to a some kind of delimited text format and instruct the user to open it with xls.Originally posted by HQ
Is there any existing software that allows the creation of a website with all of a store's retail products and supplies (with prices, description, etc.) from an excel sheet that anyone can edit and update?
This way they could probably make sense out of it even if they do not have xls installed or have some other program close to it.Comment
-
Comment
-
You're missing the point. The webpage should not look like an excel worksheet, but instead a well formatted website for a retial outlet store.
Somehow someone out there updates an excel worksheet of their inventory and in turn automatically updates their webpage. I'm just wondering what the most common and practical method is.Comment
-
i'd probably use mysql, and have a php interface or something that would all be taken care of real-time online.
i think a lot of people do it that way, at least using mysql. never heard of doing it with excel ;)<a href="http://www.iroc409.com/"><img src="http://www.iroc409.com/adv/120x60.gif" border=0></a>
icq: 1 7 6 4 2 0 9 6 0
Gallery templates for ONLY $25! w00t!Comment
-
If you mean taking an excel database and then being able to search/display the results it in html, it is possible through active server pages. I don't know how to do it directly with straight html but its pretty easy through frontpage (ack i know :P), had to do it for a computer class last year. Search online for it, pretty easy to do.Comment
-
We can have one of our programmers do you a .php script that can format the text you give it from either excel or tab deliminated be shown on a html page if you are interested drop an email to [email protected]
Regards,
LeeComment
-
This is probably the best solution... my servers are not Windows so I can't do this.Originally posted by bawdy
hmmm shouldnt be too hard under windows/asp as you can create a connection to an xls and access it like any other datasource.
No big deal.Comment

Comment