Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Perl Program to load set of columns of table into excel

by soonix (Canon)
on Aug 27, 2013 at 09:02 UTC ( [id://1051093]=note: print w/replies, xml ) Need Help??


in reply to Perl Program to load set of columns of table into excel

Seconding code-ninja's comment, but perhaps this brings a little more help :-)

If it is not absolutely necessary to create native Excel files, Excel will happily accept CSV files. These are much easier to handle (plaintext, makes debugging much easier). As you seem to use DBI, perhaps DBD::CSV might come to your rescue, otherwise you could use e.g. Text::CSV.

  • Comment on Re: Perl Program to load set of columns of table into excel

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1051093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-26 00:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found