Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Mon, 15 Apr 2019 03:42:58 +0000 (11:42 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Apr 2019 03:42:58 +0000 (11:42 +0800)
Pman.Gnumeric.js

index c53a69e..e318f3c 100644 (file)
@@ -1244,6 +1244,15 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
 
     },
     
+    /**
+     * writeFixedImageOld:
+     * write an image in old gnumberic format (needs base64 data to write it)
+     */
+    writeFixedImageOld : function (startCol, startRow, endCol, endRow, type, data, width, height) 
+    {
+        
+    },
+    
     writeFixedImage : function (startCol, startRow, endCol, endRow, type, data, width, height) 
     {
         if (!data) {