From 3056205ab9fe9d9a65c675c1f5f4ffcf515117a1 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 15 Apr 2019 11:42:58 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index c53a69eb..e318f3c0 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -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) { -- 2.39.2