Method: RubyXL::OOXMLTopLevelObject#xlsx_path

Defined in:
lib/rubyXL/objects/ooxml_object.rb

#xlsx_pathObject

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.

[View source]

430
431
432
# File 'lib/rubyXL/objects/ooxml_object.rb', line 430

def xlsx_path
  raise 'Subclass responsebility'
end