class RubyXL::QueryTable

www.datypic.com/sc/ooxml/e-ssml_queryTable.html

Constants

CONTENT_TYPE
REL_TYPE

Public Instance Methods

xlsx_path() click to toggle source
# File lib/rubyXL/objects/query_table.rb, line 100
def xlsx_path
  ROOT.join('xl', 'queryTables', "queryTable#{file_index}.xml")
end