class Array

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

2020-12-31

Public Instance Methods

to_spread(options = {}) click to toggle source
# File lib/rubypivot/spread_table.rb, line 9
def to_spread(options = {})
  spread_array = SpreadTable.new(self, options)
end