SYNOPSIS

See the documentation for Excel::Writer::XLSX.

DESCRIPTION

This module is used in conjunction with Excel::Writer::XLSX to create an Excel \s-1XLSX\s0 container file.

From Wikipedia: The Open Packaging Conventions (\s-1OPC\s0) is a container-file technology initially created by Microsoft to store a combination of \s-1XML\s0 and non-XML files that together form a single entity such as an Open \s-1XML\s0 Paper Specification (OpenXPS) document. <http://en.wikipedia.org/wiki/Open_Packaging_Conventions>.

At its simplest an Excel \s-1XLSX\s0 file contains the following elements:

     _\|_\|_\|_ [Content_Types].xml
    |
    |_\|_\|_\|_ docProps
    | |_\|_\|_\|_ app.xml
    | |_\|_\|_\|_ core.xml
    |
    |_\|_\|_\|_ xl
    | |_\|_\|_\|_ workbook.xml
    | |_\|_\|_\|_ worksheets
    | | |_\|_\|_\|_ sheet1.xml
    | |
    | |_\|_\|_\|_ styles.xml
    | |
    | |_\|_\|_\|_ theme
    | | |_\|_\|_\|_ theme1.xml
    | |
    | |_\|_\|_\|_\|_rels
    |   |_\|_\|_\|_ workbook.xml.rels
    |
    |_\|_\|_\|_\|_rels
      |_\|_\|_\|_ .rels

The \*(C`Excel::Writer::XLSX::Package::Packager\*(C' class co-ordinates the classes that represent the elements of the package and writes them into the \s-1XLSX\s0 file.

AUTHOR

John McNamara [email protected]

COPYRIGHT

(c) MM-MMXIIII, John McNamara.

All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.

LICENSE

Either the Perl Artistic Licence <http://dev.perl.org/licenses/artistic.html> or the \s-1GPL\s0 http://www.opensource.org/licenses/gpl-license.php <http://www.opensource.org/licenses/gpl-license.php>.

DISCLAIMER OF WARRANTY

See the documentation for Excel::Writer::XLSX.