# File lib/spreadsheet/worksheet.rb, line 201 def insert_row idx, cells=[] res = @rows.insert idx, Row.new(self, idx, cells) updated_from idx res end