From 4924e0be9a393621403e8e679311714278a426b2 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 27 Mar 2019 16:35:02 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 1ebd463b..111b2849 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -837,6 +837,11 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { for(var col=0;col < cols.length; col++) { + if (rows[row].getAttribute('xls:width')) { + this.setColumnWidth(col, 1 * rows[row].getAttribute('xls:width')); + console.log('setting column width!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); + } + var colspan = cols[col].getAttribute('colspan'); colspan = colspan ? colspan *1 : 1; -- 2.39.2