Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 27 Oct 2010 08:51:49 +0000 (16:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 27 Oct 2010 08:51:49 +0000 (16:51 +0800)
Pman.Gnumeric.js

index 0ae8635..604a101 100644 (file)
@@ -538,7 +538,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
     createCell: function(r,c)
     {
         //<gnm:Cell Row="6" Col="5" ValueType="60">Updated</gnm:Cell>    
-        var nc = this.doc.createElement('gnm:Cell');
+        var nc = this.doc.createElementNS('gnm:Cell');
         this.cellholder.appendChild(nc);
         nc.setAttribute('Row', r);
         nc.setAttribute('Col', c);