class RubyXL::ExternalLinksFile

Constants

CONTENT_TYPE
REL_TYPE

Public Instance Methods

xlsx_path() click to toggle source
# File lib/rubyXL/objects/external_links.rb, line 80
def xlsx_path
  ROOT.join('xl', 'externalLinks', "externalLink#{file_index}.xml")
end