NAME
Data::XLSX::Parser::SharedStrings - SharedStrings class of Data::XLSX::Parser
DESCRIPTION
Data::XLSX::Parser::SharedStrings parses the SharedStrings of the workbook and provides methods to get the shared string by the passed index and the count of contained shared strings.
METHODS
get
get the shared string by the passed index
count
get the count of contained shared strings.
AUTHOR
Daisuke Murase <typester@cpan.org>