Method: Roo::Excelx#excelx_value

Defined in:
lib/roo/excelx.rb

#excelx_value(row, col, sheet = nil) ⇒ Object

returns the internal value of an excelx cell Note: this is only available within the Excelx class



199
200
201
202
# File 'lib/roo/excelx.rb', line 199

def excelx_value(row, col, sheet = nil)
  key = normalize(row, col)
  safe_send(sheet_for(sheet).cells[key], :cell_value)
end