logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Packager - A class for creating the Excel XLSX package.

Author

       John McNamara jmcnamara@cpan.org

Description

       This module is used in conjunction with Excel::Writer::XLSX to create an Excel XLSX container file.

       From Wikipedia: TheOpenPackagingConventions(OPC)isacontainer-filetechnologyinitiallycreatedbyMicrosofttostoreacombinationofXMLandnon-XMLfilesthattogetherformasingleentitysuchasanOpenXMLPaperSpecification(OpenXPS)document.
       <http://en.wikipedia.org/wiki/Open_Packaging_Conventions>.

       At its simplest an Excel XLSX 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 "Excel::Writer::XLSX::Package::Packager" class co-ordinates the classes that represent the elements
       of the package and writes them into the XLSX file.

Disclaimer Of Warranty

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

perl v5.36.0                                       2023-04-12             Excel::Writer::...ckage::Packager(3pm)

License

Name

       Packager - A class for creating the Excel XLSX package.

Synopsis

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

See Also