Thanks to Bob Rogers, Spreadsheet::Read now supports Gnumeric using Spreadsheet::ReadGnumeric as parsing backend.
my $book = ReadData ("test.gnumeric"); # function my $book = Spreadsheet::Read->new ("test.gnumeric"); # OO
Bob has taken Spreadsheet::Read as API definition, so integration should be smooth!
Most attributes are supported.
Version 0.87 has just been released. Get it while it is hot.
|
|---|