in reply to Excel automatically pulling data from Perl?
You can then (obviously) get to the MySQL views as tables from Access and Excel via the ODBC connector for MySQL.
This means that you're writing the 'report' in SQL rather than perl, but it might give you most of what you need. You can always use perl to populate some of the tables which the view references, if you need to get data from perl-accessible places.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Excel automatically pulling data from Perl?
by tilly (Archbishop) on Jun 28, 2007 at 15:24 UTC | |
by jbert (Priest) on Jun 28, 2007 at 15:54 UTC | |
by tilly (Archbishop) on Jun 29, 2007 at 00:52 UTC | |
by jbert (Priest) on Jun 29, 2007 at 06:07 UTC | |
by tilly (Archbishop) on Jun 29, 2007 at 16:54 UTC | |
| |
|
Re^2: Excel automatically pulling data from Perl?
by runrig (Abbot) on Jun 28, 2007 at 15:03 UTC |