lihao has asked for the wisdom of the Perl Monks concerning the following question:
Hi, folks:
I have a Perl data structure, say an array of hashes, and I want to generate a Excel file based on such data under a web environment, i.e. mod_perl + HTML::Mason
What is the most light-weight and reliable Perl module to properly build Excel files from a table on the webpage [on the back-end an array of hashes] so that users can download the Excel file directly from my webpage (i.e. a link)?
Any experienced suggestion is appreciated.
many thanks
lihao
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Quick question: Perl Module to generate Excel files
by Tanktalus (Canon) on Aug 20, 2009 at 21:20 UTC | |
by lihao (Monk) on Aug 20, 2009 at 21:40 UTC | |
|
Re: Quick question: generate Excel files on the web
by VinsWorldcom (Prior) on Aug 21, 2009 at 12:07 UTC |