Class: RubyXL::CalculationChain

Inherits:
OOXMLTopLevelObject show all
Defined in:
lib/rubyXL/objects/calculation_chain.rb

Overview

Class Method Summary collapse

Methods inherited from OOXMLTopLevelObject

#add_to_zip, parse_file, set_namespaces, #xlsx_path

Methods included from OOXMLObjectClassMethods

#define_attribute, #define_child_node, #define_element_name, #obtain_class_variable, #parse, #set_countable

Methods included from OOXMLObjectInstanceMethods

#before_write_xml, #dup, #index_in_collection, #initialize, #write_xml

Class Method Details

.content_typeObject



28
29
30
# File 'lib/rubyXL/objects/calculation_chain.rb', line 28

def self.content_type
  'application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml'
end

.xlsx_pathObject



24
25
26
# File 'lib/rubyXL/objects/calculation_chain.rb', line 24

def self.xlsx_path
  File.join('xl', 'calcChain.xml')
end