Method: ReadXls::WorkbookBuilder#add_format

Defined in:
lib/read_xls/workbook_builder.rb

#add_format(format_index, format_string) ⇒ Object



16
17
18
# File 'lib/read_xls/workbook_builder.rb', line 16

def add_format(format_index, format_string)
  self.formats[format_index] = format_string
end