Pman.Gnumeric.js
authoredward <edward@roojs.com>
Tue, 5 Sep 2017 10:30:45 +0000 (18:30 +0800)
committeredward <edward@roojs.com>
Tue, 5 Sep 2017 10:30:45 +0000 (18:30 +0800)
Pman.Gnumeric.js

index be30c5e..61486cf 100644 (file)
@@ -714,7 +714,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
                         || !this.grid[r][c].value.match(/\{/)) {
                     continue;
                 }
-                
+                Roo.log(this.grid[r][c].value);
                 var x = new Roo.Template({ html: this.grid[r][c].value });
                 try {
                     var res = x.applyTemplate(data);