Commit d6fdace8 authored by Boris Kocherov's avatar Boris Kocherov

improve getId on cell, needs for logging

parent dbae09fa
......@@ -5412,7 +5412,7 @@
}
Cell.prototype.getId = function () {
return [this.ws.getId(), this.nRow, this.nCol].join(",");
return [this.ws.getId(), this.getName()].join(",");
};
Cell.prototype.getStyle=function(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment