lib/rubyXL/objects/worksheet.rb in rubyXL-2.4.2 vs lib/rubyXL/objects/worksheet.rb in rubyXL-2.4.3

- old
+ new

@@ -86,10 +86,10 @@ define_attribute(:'r:id', :string) define_element_name 'pageSetup' end class TableParts < OOXMLContainerObject - define_child_node(RubyXL::RID, :collection => :with_count, :node_name => :table_part) + define_child_node(RubyXL::RID, :collection => :with_count, :node_name => :tablePart) define_element_name 'tableParts' end # http://www.schemacentral.com/sc/ooxml/e-ssml_mergeCell-1.html class MergedCell < OOXMLObject