The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>