The easiest way would be to have a script download the quotes (using libwww)
and format them into a tab separated field file and load that file into
Excel. After you have that working, you might try using Win32::OLE (part of
libwin32) or something similar from the Perl script to drive Excel.
--
Mac :})
----- Original Message -----
From: "Rajesh Kirpalani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, April 02, 2000 7:08 AM
Subject: How can I use libwww with MSExcel ??
> I want to use MS Excel to get real-time stock quotes. I wanted
> to use libwww to do the back-end work, such as interfacing with
> the Web site to get the latest quotes.
>
> What I need help on: Is how can I interface MS Excel with libwww?
> Is this libwww the best tool to use? Or should I try an alternative
> technology?