Dinosaur has asked for the wisdom of the Perl Monks concerning the following question:
I process a lot of system instrumentation data with perl, to generate reports containing summaries, trends, errors and so on. I'm happy enough scanning columns of numbers, but a lot of my audience favour graphs of some of that data. At present I output .csv files and import them into Excel, but the report structures are getting a bit complex, and I prefer to do the heavy lifting in perl, rather than on the Excel side.
I've rummaged about CPAN looking for a module which gives me hands-on control of the contents of a spreadsheet, but found nothing.
I'd like to be able to create the whole spreadsheet from scratch starting from open/new, lay out its internal structures, then populate it with my data.
Any pointers would be warmly received.
--Dinosaur
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl to Excel?
by Beatnik (Parson) on Dec 13, 2001 at 22:45 UTC | |
Re: Perl to Excel?
by cacharbe (Curate) on Dec 13, 2001 at 22:52 UTC | |
Re: Perl to Excel?
by jmcnamara (Monsignor) on Dec 13, 2001 at 23:06 UTC | |
Re: Perl to Excel?
by dragonchild (Archbishop) on Dec 13, 2001 at 22:53 UTC | |
Re: Perl to Excel?
by ryddler (Monk) on Dec 14, 2001 at 03:43 UTC | |
Re: Perl to Excel?
by strat (Canon) on Dec 14, 2001 at 14:56 UTC | |
Re: Perl to Excel?
by strat (Canon) on Dec 14, 2001 at 15:30 UTC | |
Re: Perl to Excel?
by Dinosaur (Beadle) on Dec 14, 2001 at 02:27 UTC | |
by sparkyichi (Deacon) on Dec 14, 2001 at 02:46 UTC |