| CPAN Ratings (Gamma) XLSperl reviews | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of XLSperl
1 out of 1 found this review helpful:
The XLSperl command line program provides a very convenient way to process Excel spreadsheets using a similar approach to standard Perl one liners.
Tom Hukins - 2009-08-20 05:56:38
Was this review helpful to you?
Yes
No
An excellent idea and implementation.
XLSperl basically allows you to process a binary Excel file as if it was a text file using standard Perl syntax. For example you can do things like the following:
XLSperl -lne 'print if /foo/ and $COL eq "C"' file.xls
Very cool.
John.
--
John McNamara - 2009-01-14 04:29:18
Was this review helpful to you?
Yes
No
|
|
|