Method: RubyXL::OOXMLTopLevelObject#xlsx_path
- Defined in:
- lib/rubyXL/objects/ooxml_object.rb
permalink #xlsx_path ⇒ Object
Prototype method. For top-level OOXML object, returns the path at which the current object’s XML file is located within the .xlsx
zip container.
430 431 432 |
# File 'lib/rubyXL/objects/ooxml_object.rb', line 430 def xlsx_path raise 'Subclass responsebility' end |