lib/osheet/xmlss_writer/elements.rb in osheet-0.5.0 vs lib/osheet/xmlss_writer/elements.rb in osheet-0.6.0

- old
+ new

@@ -51,9 +51,10 @@ end def cell(ocell) ::Xmlss::Cell.new({ :style_id => style_id(ocell.attributes[:style_class], ocell.attributes[:format]), :href => ocell.attributes[:href], + :index => ocell.attributes[:index], :merge_across => cell_merge(ocell.attributes[:colspan]), :merge_down => cell_merge(ocell.attributes[:rowspan]), :data => data(ocell.attributes[:data]) }) end