|
NAMESpreadsheet::ParseODS - read SXC and ODS filesSYNOPSISmy $parser = Spreadsheet::ParseODS->new( line_separator => "\n", # for multiline values ); my $workbook = $parser->parse("$d/$file"); my $sheet = $workbook->worksheet('Sheet1'); WARNINGThis module is not yet API-compatible with Spreadsheet::ParseXLSX and Spreadsheet::ParseXLS. Method-level compatibility is planned, but there always be differences in the values returned, for example for the cell types.METHODS"->new"Options
"->parse( %options )"my $workbook = Spreadsheet::ParseODS->new()->parse( 'example.ods' ); Reads the spreadsheet into memory and returns the data as a Spreadsheet::ParseODS::Workbook object. Options
This method also takes the same options as the constructor. REPOSITORYThe public repository of this module is <https://github.com/Corion/Spreadsheet-ReadSXC>.SUPPORTThe public support forum of this module is <https://perlmonks.org/>.BUG TRACKERPlease report bugs in this module via the Github bug queue at <https://github.com/Corion/Spreadsheet-ReadSXC/issues>AUTHORMax Maischein "corion@cpan.org"CONTRIBUTORSH. Merijn Brand "hmbrand@cpan.org" Mohammad S Anwar "manwar@cpan.org"COPYRIGHT (c)Copyright 2019-2020 by Max Maischein "corion@cpan.org".LICENSEThis module is released under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |