NAME

Data::XLSX::Parser::Relationships - Relationships class of Data::XLSX::Parser

DESCRIPTION

Data::XLSX::Parser::Relationships parses the Relationships of the workbook and provides methods to check whether the relation of the passed relation id exists and to return the target path stored in the relation.

METHODS

relation

checks whether passed relation id exists in relationships.

relation_target

returns the target path of the passed relation id.

AUTHOR

Daisuke Murase <typester@cpan.org>