From: edward Date: Wed, 6 Sep 2017 05:21:31 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=98a429ee531c027f8ab17acdc994ef8bb18b9785 Pman.Gnumeric.js --- diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 2f2efef4..e54d6573 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1251,9 +1251,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { var objs = this.sheet.getElementsByTagNameNS('*','Objects')[0]; var soi = this.doc.createElementNS('http://www.gnumeric.org/v10.dtd', 'gnm:SheetObjectImage'); - soi.setAttribute('ObjectBound', - //gnumeric_colRowToName(row,col) + ':' + gnumeric_colRowToName(row+1,col+1)); - this.RCtoCell(startRow,col) + ':' + this.RCtoCell(row,endcol)); + soi.setAttribute('ObjectBound',this.RCtoCell(startRow, startCol) + ':' + this.RCtoCell(endRow, endCol)); var ww = 0.01; // offset a bit... var hh = 0.01; //