roo-rb / roo-xls

Roo::Xls add support for legacy Excel file standards to Roo.
MIT License
82 stars 82 forks source link

read fields as text #5

Closed lluis closed 6 years ago

lluis commented 9 years ago

like in roo-rb/roo#139 I need to read values from an xls as strings

on issuecomment-49214362 there's a way to do it:

cell = s.cell(row,col)
cell = s.excelx_value(row,col) if s.excelx_type(row,col) == [:numeric_or_formula, "General"]

can I do the same in roo-xls?

thanks!

stevendaniels commented 9 years ago

No. :cry: