Class: CSVPlusPlus::Reader::Reader
- Inherits:
-
Object
- Object
- CSVPlusPlus::Reader::Reader
- Extended by:
- T::Generic, T::Helpers, T::Sig
- Defined in:
- lib/csv_plus_plus/reader/reader.rb
Overview
Readers are used to complement Writer instances by reading in the existing spreadsheet and providing a way to merge in results.
Direct Known Subclasses
Constant Summary collapse
- CellValue =
type_member
Instance Method Summary collapse
-
#value_at(cell) ⇒ CellValue?
Get the current value at the
cell‘s location.
Instance Method Details
#value_at(cell) ⇒ CellValue?
Get the current value at the cell‘s location.
24 |
# File 'lib/csv_plus_plus/reader/reader.rb', line 24 def value_at(cell); end |