class RubyXL::CalculationChain
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