Class: ChupaText::Decomposers::OpenDocumentSpreadsheet

Inherits:
OpenDocument show all
Defined in:
lib/chupa-text/decomposers/opendocument-spreadsheet.rb

Defined Under Namespace

Classes: SheetsListener

Instance Method Summary collapse

Methods inherited from OpenDocument

#decompose, #target?, #target_score

Methods inherited from ChupaText::Decomposer

#decompose, registry, #target?, #target_score

Constructor Details

#initialize(options = {}) ⇒ OpenDocumentSpreadsheet

Returns a new instance of OpenDocumentSpreadsheet.



24
25
26
27
28
# File 'lib/chupa-text/decomposers/opendocument-spreadsheet.rb', line 24

def initialize(options={})
  super
  @extension = "ods"
  @mime_type = "application/vnd.oasis.opendocument.spreadsheet"
end