Spreadsheet::ParseODS(3pm) | User Contributed Perl Documentation | Spreadsheet::ParseODS(3pm) |
Spreadsheet::ParseODS - read SXC and ODS files
my $parser = Spreadsheet::ParseODS->new( line_separator => "\n", # for multiline values ); my $workbook = $parser->parse("$d/$file"); my $sheet = $workbook->worksheet('Sheet1');
This 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.
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.
The public repository of this module is <https://github.com/Corion/Spreadsheet-ReadSXC>.
The public support forum of this module is <https://perlmonks.org/>.
Please report bugs in this module via the Github bug queue at <https://github.com/Corion/Spreadsheet-ReadSXC/issues>
Max Maischein "corion@cpan.org"
H. Merijn Brand "hmbrand@cpan.org" Mohammad S Anwar "manwar@cpan.org"
Copyright 2019-2020 by Max Maischein "corion@cpan.org".
This module is released under the same terms as Perl itself.
2021-09-13 | perl v5.32.1 |