Class: CSVPlusPlus::Reader::Reader

Inherits:
Object
  • Object
show all
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

CSV, GoogleSheets, RubyXL

Constant Summary collapse

CellValue =
type_member

Instance Method Summary collapse

Instance Method Details

#value_at(cell) ⇒ CellValue?

Get the current value at the cell‘s location.

Parameters:

Returns:



24
# File 'lib/csv_plus_plus/reader/reader.rb', line 24

def value_at(cell); end