Class: RubyXL::CalculationChain
- Inherits:
- 
      OOXMLTopLevelObject
      
        - Object
- OOXMLObject
- OOXMLTopLevelObject
- RubyXL::CalculationChain
 
- Defined in:
- lib/rubyXL/objects/calculation_chain.rb
Overview
Constant Summary collapse
- CONTENT_TYPE =
- 'application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml'
- REL_TYPE =
- 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/calcChain'
Instance Method Summary collapse
Methods inherited from OOXMLTopLevelObject
#add_to_zip, #attach_relationship, define_relationship, #file_index, parse_file, save_order, set_namespaces
Methods included from OOXMLObjectClassMethods
#define_attribute, #define_child_node, #define_element_name, #obtain_class_variable, #parse
Methods included from OOXMLObjectInstanceMethods
#before_write_xml, #dup, #index_in_collection, #initialize, #write_xml
Instance Method Details
#xlsx_path ⇒ Object
| 27 28 29 | # File 'lib/rubyXL/objects/calculation_chain.rb', line 27 def xlsx_path File.join('xl', 'calcChain.xml') end |