Class: Spreadsheet::ParseExcel::Worksheet

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/roo/excel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_colObject (readonly)

Returns the value of attribute max_col.



11
12
13
# File 'lib/roo/excel.rb', line 11

def max_col
  @max_col
end

#max_rowObject (readonly)

Returns the value of attribute max_row.



11
12
13
# File 'lib/roo/excel.rb', line 11

def max_row
  @max_row
end

#min_colObject (readonly)

Returns the value of attribute min_col.



11
12
13
# File 'lib/roo/excel.rb', line 11

def min_col
  @min_col
end

#min_rowObject (readonly)

Returns the value of attribute min_row.



11
12
13
# File 'lib/roo/excel.rb', line 11

def min_row
  @min_row
end