diff --git a/cell/model/WorkbookElems.js b/cell/model/WorkbookElems.js index d45850af5f..9910243402 100644 --- a/cell/model/WorkbookElems.js +++ b/cell/model/WorkbookElems.js @@ -14719,7 +14719,7 @@ QueryTableField.prototype.clone = function() { } }; ExternalCell.prototype.clone = function () { - var newObj = new ExternalRow(); + var newObj = new ExternalCell(); newObj.Ref = this.Ref; newObj.CellType = this.CellType;