class OpenofficeReader

Public Class Methods

new(file) click to toggle source
Calls superclass method GenericSheet::new
# File lib/simple-spreadsheet/readers/openoffice_reader.rb, line 3
def initialize(file)
  super
  @engine = Roo::OpenOffice.new(@path) # Roo
end