Pman.Gnumeric.js
authorAlan Knowles <alan@roojs.com>
Tue, 21 Apr 2015 06:31:52 +0000 (14:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Apr 2015 06:31:52 +0000 (14:31 +0800)
Pman.Gnumeric.js

index ffa4c72..b0b31d8 100644 (file)
@@ -311,8 +311,10 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
 
         Roo.each(merge, function(c) {
             var rc = _t.rangeToRC(c.textContent);
-            //Roo.log(JSON.stringify(rc))
+            Roo.log(JSON.stringify(rc));
             if (typeof(_t.grid[rc[0].r][rc[0].c]) == 'undefined') {
+                
+                
                 _t.grid[rc[0].r][rc[0].c] =  Roo.applyIf({ r : rc[0].r, c : rc[0].c }, _t.defaultCell);
             }