class RubyXL::NumberFormats

def find_by_format_id(format_id)

def find_by_format_id(format_id)
  self.find { |fmt| fmt.num_fmt_id == format_id }
end