Method: Xlsxtream::Row#initialize
- Defined in:
- lib/xlsxtream/row.rb
#initialize(row, rownum, options = {}) ⇒ Row
Returns a new instance of Row.
22 23 24 25 26 27 |
# File 'lib/xlsxtream/row.rb', line 22 def initialize(row, rownum, = {}) @row = row @rownum = rownum @sst = [:sst] @auto_format = [:auto_format] end |