class XlsxParser::Styles::Converter

Defined in:

xlsx-parser/styles/converter.cr

Constant Summary

DATE_TYPES = [:date, :time, :date_time] of ::Symbol

Class Method Summary

Class Method Detail

def self.call(value : String, type : String | Nil, style : Symbol | Nil, book : Book) #

ameba:disable Metrics/CyclomaticComplexity


[View source]