Pman.Gnumeric.js
[Pman.Core] / Pman.Gnumeric.js
index b230704..dcd7fa6 100644 (file)
@@ -697,9 +697,9 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
      
     applyData : function(data)
     {
-        Roo.log('data');
-        Roo.log(data);
+        
         data = data || this.data;
+        
         for (var r = 0; r < this.rmax;r++) {
             if (typeof(this.grid[r]) == 'undefined') {
                 continue;
@@ -712,7 +712,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);