Yes, but DBD::Excel allows you to query Excel files, not dump them. Ilya
-----Original Message----- From: Jeff Zucker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 11:37 AM To: dbi-users Subject: Re: Database to Excel script... Sterin, Ilya wrote: > You can easily accomplish that by dumpin into a CSV (comma separated file) > with .csv extension which will open in excel as you want. Here's one for the FAQ: How do I use DBI with Excel? With Kawai Takanori's DBD::Excel (on CPAN). It provides a DBI interface on top of Spreadsheet::ParseExcel, SpreadSheet::WriteExcel and SQL::Statement. -- Jeff
