Class: RubyXL::PivotTableFile

Inherits:
GenericStorageObject show all
Includes:
RelationshipSupport
Defined in:
lib/rubyXL/objects/storage.rb

Constant Summary collapse

CONTENT_TYPE =
'application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml'
REL_TYPE =
'http://schemas.openxmlformats.org/officeDocument/2006/relationships/pivotTable'

Constants inherited from GenericStorageObject

GenericStorageObject::SAVE_ORDER

Instance Attribute Summary

Attributes included from RelationshipSupport

#generic_storage, #relationship_container

Attributes inherited from GenericStorageObject

#data, #generic_storage, #xlsx_path

Method Summary

Methods included from RelationshipSupport

#attach_relationship, #collect_related_objects, included, #load_relationships, #related_objects, #store_relationship

Methods inherited from GenericStorageObject

#add_to_zip, #initialize, parse_file

Constructor Details

This class inherits a constructor from RubyXL::GenericStorageObject