Method: RubyXL::Worksheet#xlsx_path

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

#xlsx_pathObject

[View source]

732
733
734
# File 'lib/rubyXL/objects/worksheet.rb', line 732

def xlsx_path
  ROOT.join('xl', 'worksheets', "sheet#{file_index}.xml")
end