Pman.Gnumeric.js wip_edward_T5852_images_not_showing_on_excel
authorEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:52:23 +0000 (12:52 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:52:23 +0000 (12:52 +0800)
Pman.Gnumeric.js

index 131904b..2574bd2 100644 (file)
@@ -1197,6 +1197,12 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         this.grid[row][col].width = width;
         this.grid[row][col].height = height;
         
+        var godoc = this.doc.getElementsByTagNameNS('*','GODoc')[0];
+        
+        if(godoc && godoc.parentNode) {
+            godoc.parentNode.removeChild(godoc);
+        }
+        
         return true;
     },