Spreadsheet::ODS

Work with Open Document (ODS) spreadsheets.

NAME

Spreadsheet::ODS - Work with Open Document (ODS) spreadsheets.

SYNOPSIS

use Spreadsheet::ODS;

DESCRIPTION

Spreadsheet::ODS is ...

AUTHOR

Stefan Seifert [email protected]

has Hash $!archive

Map of files in the decompressed archive we read from, if any.

multi method load

multi method load(
    Str $file
) returns Spreadsheet::ODS

Load an ODS workbook from the file path identified by the given string.

multi method load

multi method load(
    IO::Path $file
) returns Spreadsheet::ODS

Load an ODS workbook in the specified file.

multi method load

multi method load(
    Blob $content
) returns Spreadsheet::ODS

Load an ODS workbook from the specified blob. This is useful in the case it was sent over the network, and so never written to disk.

COPYRIGHT AND LICENSE

Copyright 2022 Stefan Seifert

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

Spreadsheet::ODS v0.1

Work with Open Document (ODS) spreadsheets.

Authors

  • Stefan Seifert

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Spreadsheet::ODS

Documentation

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.