|
 |
asp_components thread: using Excel sheet in ASP
Message #1 by "Rajiv Anand" <anandrajiv@h...> on Wed, 11 Jul 2001 12:28:14
|
|
hi,
can anyone give me the code for opening an existing excel sheet using ASP
and performing actions such as write,save,.........
Message #2 by Hal Levy <hal.levy@s...> on Wed, 11 Jul 2001 08:21:58 -0400
|
|
Where is the Excel sheet? On the server or the client?
Client side- you can't use ASP to modify an existing Excel Sheet.
Server side- you can either install office and try to use the Excel
Objects
(something MS says is unsupported and I have found less than good in
performance and stability) or you can get a third-party tool that lets
you
work with Excel Files - Like Excel Writer from Software Artisans
(http://www.softwareartisans.com).
Hal Levy
StarMedia Network, Inc.
Intranet Development Manager
P.S. I find it funny that the advertisement WROX attached to your
posting is
for this very object. (Though it's currently Version 2.0 not 1.1).
> -----Original Message-----
> From: Rajiv Anand [mailto:anandrajiv@h...]
> Sent: Wednesday, July 11, 2001 8:28 AM
> To: ASP components
> Subject: [asp_components] using Excel sheet in ASP
>
>
> hi,
> can anyone give me the code for opening an existing excel
> sheet using ASP
> and performing actions such as write,save,.........
>
>
|
|
 |