Hi. ----- Original Message ----- From: "perl is" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 1:58 AM Subject: Excel format <=> Web page
> Thanks all for your help, especially Ilya Sterin and > Tigran. (snip) > 2. How could perl code talk to Excel format file? for > example, read Excel file as an input file and display > at browser or send data from web page to Excel file? > I know we have communicate through ODBC for Excel, so > I believe it should work. I recommend you to read Spreadsheet::WriteExcel document, especially "WRITING EXCEL FILES" and "READING EXCEL FILES" ex. http://theoryx5.uwinnipeg.ca/CPAN/data/Spreadsheet-WriteExcel/WriteExcel.htm l The document will tell you that you can use Win32::OLE, DBD::ADO, DBD::ODBC, DBD::Excel, Spreasheet::*, XML::Excel and so on. ============================================== Kawai, Takanori(Hippo2000) Mail: [EMAIL PROTECTED] [EMAIL PROTECTED] http://member.nifty.ne.jp/hippo2000 ==============================================
