Class: Roo::Excelx::Extractor
- Inherits:
-
Object
- Object
- Roo::Excelx::Extractor
- Includes:
- Helpers::WeakInstanceCache
- Defined in:
- lib/roo/excelx/extractor.rb
Direct Known Subclasses
Comments, Images, Relationships, SharedStrings, SheetDoc, Styles, Workbook
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
-
#initialize(path, options = {}) ⇒ Extractor
constructor
A new instance of Extractor.
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, = {}) @path = path @options = end |