NAME
Data::XLSX::Parser::DocumentArchive - DocumentArchive class of Data::XLSX::Parser
DESCRIPTION
Data::XLSX::Parser::DocumentArchive reads the xlsx archive file and provides getter methods to the most relevant parts of the archive.
METHODS
workbook
get workbook file from archive.
sheet
get named sheet file from archive.
shared_strings
get sharedStrings file from archive.
styles
get styles file from archive.
relationships
get main relationships file from archive.
AUTHOR
Daisuke Murase <typester@cpan.org>