From 088dd6ec7087c18bc1d29eef1dff1e99e056b44a Mon Sep 17 00:00:00 2001 From: edward Date: Wed, 6 Sep 2017 12:28:09 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 25575c6e..bf83f827 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -1217,7 +1217,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { soi.appendChild(content); objs.appendChild(soi); - + var worksheet = this.sheet.getElementsByTagNameNS('*','Objects')[0]; + var soi = this.doc.createElementNS('http://www.gnumeric.org/v10.dtd', 'gnm:SheetObjectImage'); content.setAttribute('size-bytes',data.length); content.textContent = data; -- 2.39.2