Class: FruitToLime::ExcelHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/fruit_to_lime/excel_helper.rb

Overview

The ExcelHelper just makes it a little bit easier to open an excel file in the imports. With ExcelHelper you don’t need to know anything about Roo and RooHelper.

Class Method Summary collapse

Class Method Details

.Open(excel_filename) ⇒ Object



6
7
8
# File 'lib/fruit_to_lime/excel_helper.rb', line 6

def self.Open(excel_filename)
    return RooHelper.new(Roo::Excelx.new(excel_filename))
end