|
Posted by H.Merijn Brand on July 4, 2006, 7:01 am
Please log in for more thread options
The URL
http://www.xs4all.nl/~hmbrand/Spreadsheet-Read-0.16.tgz
has entered CPAN as
file: $CPAN/authors/id/H/HM/HMBRAND/Spreadsheet-Read-0.16.tgz
size: 42789 bytes
md5: 87f9a96182b71d195bc6b1fede03b495
This is a quickened release for Jim Ford, as he reads his spreadsheets
with Perl and Spreadsheet::Read, and wanted color support. Enjoy!
NAME
Spreadsheet::Read $,1x2(B Read the data from a spreadsheet
SYNOPSYS
use Spreadsheet::Read;
my $ref = ReadData ("test.csv", sep => ";");
my $ref = ReadData ("test.sxc");
my $ref = ReadData ("test.ods");
my $ref = ReadData ("test.xls");
my $a3 = $ref$,1rp(B>[1], "\n"; # content of field A3 of sheet 1
DESCRIPTION
Spreadsheet::Read tries to transparantly read *any* spreadsheet and
return its content in a universal manner independent of the parsing
module that does the actual spreadsheet scanning.
0.16 Tue 04 Jul 2006
- xlscat new option: --in-sep-char to force-define input sep-char for CSV
- More debug lines
- Parser name info in $ref->[0]
- SquirrelCalc now reports Spreadsheet::Read and its version for parser
info
- Most of the attributes for Excel now implemented. Tested, but no test
case
0.15 Wed 21 Jun 2006
- Small doc change from AnnoCPAN
- Sheets with undefined labels might cause havoc
- Clip now skips empty xls sheets (TODO: sxc)
- xlscat clips by default
- xlscat new options -d and --noclip
- xlscat usage () from -?/--help to STDOUT from fault to STDERR
0.14 Fri 20 Jan 2006
- maxrow and maxcol were swapped in csv sheets
- promoted internal debug flag to option
- small doc changes
|