NAME

Spreadsheet::XLSX::Reader::LibXML::WorkbookPropsInterface - Workbook docProps interface

SYNOPSIS

DESCRIPTION

NOT WRITTEN YET!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

SUPPORT

github Spreadsheet::XLSX::Reader::LibXML/issues

1. Add the workbook attributute to the documentation

TODO

1. Possibly add caching? This would only be valuable for non-sequential reads

AUTHOR

Jed Lund
jandrew@cpan.org

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

This software is copyrighted (c) 2014, 2015 by Jed Lund

DEPENDENCIES

version - 0.77

perl 5.010

Moose

MooseX::StrictConstructor

MooseX::HasDefaults::RO

Carp - confess

Type::Tiny - 1.000

Clone - clone

MooseX::ShortCut::BuildInstance - build_instance should_re_use_classes

Spreadsheet::XLSX::Reader::LibXML - which has it's own dependancies

Spreadsheet::XLSX::Reader::LibXML::XMLReader

Spreadsheet::XLSX::Reader::LibXML::WorksheetToRow

Spreadsheet::XLSX::Reader::LibXML::Row

Spreadsheet::XLSX::Reader::LibXML::Cell

Spreadsheet::XLSX::Reader::LibXML::Types

Spreadsheet::XLSX::Reader::LibXML::CellToColumnRow

Spreadsheet::XLSX::Reader::LibXML::XMLToPerlData

Moose::Role

requires

any re-use of this role (Interface) requires the following methods. Links are provided to the existing package implementation for study.

_min_row

_max_row

_min_col

_max_col

_get_col_row

_get_next_value_cell

_get_row_all

_get_merge_map

is_sheet_hidden

SEE ALSO

Spreadsheet::ParseExcel - Excel 2003 and earlier

Spreadsheet::ParseXLSX - 2007+

Spreadsheet::Read - Generic

Spreadsheet::XLSX - 2007+

Log::Shiras

All lines in this package that use Log::Shiras are commented out