lib/axlsx/workbook/worksheet/row.rb in axlsx-1.1.8 vs lib/axlsx/workbook/worksheet/row.rb in axlsx-1.2.0

- old
+ new

@@ -132,10 +132,10 @@ # Adds a singel sell to the row based on the data provided and updates the worksheet's autofit data. # @return [Cell] def add_cell(value="", options={}) c = Cell.new(self, value, options) - worksheet.send(:update_column_info, self.cells, [], self.cells.map(&:style)) + worksheet.send(:update_column_info, self.cells, []) c end # sets the style for every cell in this row def style=(style)