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
195 196 197 198 |
# File 'lib/roo/excelx.rb', line 195 def excelx_value(row, col, sheet = nil) key = normalize(row, col) safe_send(sheet_for(sheet).cells[key], :cell_value) end |