XLSperl
view release on metacpan or search on metacpan
bin/XLSperl view on Meta::CPAN
=item $COLNUM
Current column number (1 .. x)
=item $CELL
Current cell (A1 .. ZZx)
=item @F
Array of cell values (in autosplit mode)
=item %F
Hash of cell values (in autosplit mode). Entries in %F are aliases
for the corresponding elements of @F, so modifying $F{A} will also
update the value of $F[0] and vice-versa.
=back
=head2 Exported functions
XLSperl adds the following new functions for use in your Perl code:
=over
( run in 1.527 second using v1.01-cache-2.11-cpan-71847e10f99 )