Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/rubypivot/spread_table.rb

Overview

Create spread sheet array of row objects (SpreadTableLine) from array having row (tr) and cell (td) attributes to help HTML table

2020-12-31

Instance Method Summary collapse

Instance Method Details

#to_spread(options = {}) ⇒ Object



9
10
11
# File 'lib/rubypivot/spread_table.rb', line 9

def to_spread(options = {})
  spread_array = SpreadTable.new(self, options)
end