lib/axlsx/workbook/worksheet/row.rb in axlsx-1.3.6 vs lib/axlsx/workbook/worksheet/row.rb in axlsx-2.0.0

- old
+ new

@@ -95,10 +95,10 @@ str << '>' @cells.each_with_index { |cell, c_index| cell.to_xml_string(r_index, c_index, str) } str << '</row>' end - # Adds a singel sell to the row based on the data provided and updates the worksheet's autofit data. + # Adds a single 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, []) c