Method: Roo::Excelx::Sheet#first_column

Defined in:
lib/roo/excelx/sheet.rb

#first_columnObject

returns the number of the first non-empty column



73
74
75
# File 'lib/roo/excelx/sheet.rb', line 73

def first_column
  @first_column ||= first_last_row_col[:first_column]
end