Method: Roo::Excelx::Format#to_type
- Defined in:
- lib/roo/excelx/format.rb
#to_type(format) ⇒ Object
43 44 45 46 |
# File 'lib/roo/excelx/format.rb', line 43 def to_type(format) @to_type ||= {} @to_type[format] ||= _to_type(format) end |