class RubyXL::CalculationChain

www.schemacentral.com/sc/ooxml/e-ssml_calcChain.html

Public Class Methods

content_type() click to toggle source
# File lib/rubyXL/objects/calculation_chain.rb, line 28
def self.content_type
  'application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml'
end
xlsx_path() click to toggle source
# File lib/rubyXL/objects/calculation_chain.rb, line 24
def self.xlsx_path
  File.join('xl', 'calcChain.xml')
end