class RubyXL::OOXMLTopLevelObject

def xlsx_path

is located within the .xslx zip container.
Prototype method. For top-level OOXML object, returns the path at which the current object's XML file
def xlsx_path
  raise 'Subclass responsebility'
end