|
 |
javascript_howto thread: Reading an ExcelSheet from JavaScript.
Message #1 by "Escalante Velasquez, Alvaro, SYNAPSIS" <aev@s...> on Tue, 27 Aug 2002 16:59:40 -0400
|
|
I am using the JavaScript code showed in a HTML page.
function prueba()
{
var obj =3D new ActiveXObject("Excel.application");
=09
}
Alvaro.
-----Mensaje original-----
De: Greg Griffiths [mailto:greg2@s...]
Enviado el: Mi=E9rcoles 28 de Agosto de 2002 2:59 PM
Para: JavaScript HowTo
Asunto: [javascript_howto] Re: Reading an ExcelSheet from JavaScript.
can you post some code and the error ?
At 16:59 27/08/02 -0400, you wrote:
>Hi, I have a problem trying to read an ExcelSheet from JavaScript on
the
>client-side. I have excel installed on this but i get a message error
when
i
>try to see the page bellow. In fact i have installed Personal Web
Server
>because i could not do it on the web server.
>
>I will appreciate if somebody can help me.
>
>
>Thanks in advance.
>
> > Alvaro.
> >
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogra
mme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogra
mme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogra
mme
>r-20
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogram
me
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogram
me
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogram
me
r-20
|
|
 |