lib/roo/google.rb in roo-1.13.0 vs lib/roo/google.rb in roo-1.13.1

- old
+ new

@@ -136,11 +136,11 @@ add_to_cell_roo(row,col,value,sheet_no) # re-read the portion of the document that has changed if @cells_read[sheet] value, value_type = determine_datatype(value.to_s) - _set_value(col,row,value,sheet) - set_type(col,row,value_type,sheet) + _set_value(row,col,value,sheet) + set_type(row,col,value_type,sheet) end end # *DEPRECATED*: Use Roo::Google#set instead def set_value(row,col,value,sheet=nil)