[PerlChina] Want to get a module

Jeff Pang pangj at earthlink.net
Mon Jan 29 05:41:50 PST 2007


Hello,

One of my friends asked the helps from me and hope I could write a Perl module for handling Excel file for him.

He would like to call the module's function like this:

&export_to_excel($filename, $location, \@data_array);

$location is, for example, "B2",which means  Column B, Row 2.
@data_array looks like:
@AoA = (
           [ "fred", "barney" ],
           [ "george", "jane", "elroy" ],
           [ "homer", "marge", "bart" ],
    );

I'm not familiar with Windows and Excel at all.So I ask the helps here.I'd like to pay RMB 100 for the function.
I think if there is some a guy who is familiar with them,he could spend about 1 hour to finish it.
Anyone who is interested in it,please contact with me.

Thanks!


--
Books below translated by me to Chinese.
Practical mod_perl: http://home.earthlink.net/~pangj/mod_perl/
Squid the Definitive Guide: http://home.earthlink.net/~pangj/squid/


More information about the China-pm mailing list