if (cell) {
            cell.set(attribute, data, options);
            var cellView = this.paper.findViewByModel(cell);
            if (cellView) {
              cellView.apply({undo: true, attribute: attribute});