Method: RubyXL::CommentsFile#xlsx_path

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

#xlsx_pathObject

[View source]

40
41
42
# File 'lib/rubyXL/objects/comments.rb', line 40

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