Method: ReadXls::Type::ExtendedFormat#initialize

Defined in:
lib/read_xls/type/extended_format.rb

#initialize(options) ⇒ ExtendedFormat

Returns a new instance of ExtendedFormat.



10
11
12
# File 'lib/read_xls/type/extended_format.rb', line 10

def initialize(options)
  self.format_string = options.fetch(:format_string)
end