Method: RubyExcel::Sheet#summarise
- Defined in:
- lib/rubyexcel/sheet.rb
#summarise(header) ⇒ Hash Also known as: summarize
Return a Hash containing the Column values and the number of times each appears.
598 599 600 |
# File 'lib/rubyexcel/sheet.rb', line 598 def summarise( header ) ch( header ).summarise end |