NAME
Data::XLSX::Parser::Styles - Styles class of Data::XLSX::Parser
DESCRIPTION
Data::XLSX::Parser::Styles parses the styles of the workbook and provides methods to get the cell style from the passed style id, convert the style to a type (float, int, datetime.date, etc.) and convert the style to a format string.
METHODS
cell_style
get the cell style from the current cell's style id.
cell_type_from_style
convert the style to a type (float, int, datetime.date, etc.).
cell_format_from_style
convert the style to a builtin format string.
AUTHOR
Daisuke Murase <typester@cpan.org>