Method: RubyXL::CommentsFile#xlsx_path
- Defined in:
- lib/rubyXL/objects/comments.rb
permalink #xlsx_path ⇒ Object
[View source]
40 41 42 |
# File 'lib/rubyXL/objects/comments.rb', line 40 def xlsx_path ROOT.join('xl', "comments#{file_index}.xml") end |