Click to See Complete Forum and Search --> : Excel


Ritz
07-04-2003, 06:22 AM
A quick question:

I have a table in an MS Excel document.
This table changes every so often (so I do not want to make a JavaScript spreadsheet).

I want to present this Excel table on my web page. How does one do that? How do I let JavaScript read the data from an Excel file?

Alien Man
07-04-2003, 07:36 AM
Server side code is the way to go. I know that Java can be used to do it and maybe .Net. I would also think about putting it into an XML layout.