Class: Roo::Excelx::Extractor

Inherits:
Object
  • Object
show all
Includes:
Helpers::WeakInstanceCache
Defined in:
lib/roo/excelx/extractor.rb

Constant Summary collapse

COMMON_STRINGS =
{
  t: "t",
  r: "r",
  s: "s",
  ref: "ref",
  html_tag_open: "<html>",
  html_tag_closed: "</html>"
}

Instance Method Summary collapse

Constructor Details

#initialize(path, options = {}) ⇒ Extractor

Returns a new instance of Extractor.



19
20
21
22
# File 'lib/roo/excelx/extractor.rb', line 19

def initialize(path, options = {})
  @path = path
  @options = options
end