|
Well you could have an html link to a Word or Excel document - if that, when someone clicks your link they'll be prompted to download your file and view it on their end. If they have Office and use Internet Explorer, it can host Word or Excel in a browser window.
Next step up, you could tell Word or Excel to save your document for the web, as html. This really isn't a very good solution, because Microsoft laughs in the face of web standards. One page written in MS Word can take longer than the entire rest of your site to download.
But it's easier than our next step, which is to use a programming language, like memberpro suggests. If that's the case, you're better off with ASP if you want to use Excel, or even Word, because ASP can easily talk to Word and Excel files.
|