Method: Writexlsx::Formats#initialize
- Defined in:
- lib/write_xlsx/formats.rb
#initialize ⇒ Formats
Returns a new instance of Formats.
12 13 14 15 16 |
# File 'lib/write_xlsx/formats.rb', line 12 def initialize @formats = [] @xf_format_indices = {} @dxf_format_indices = {} end |