From: Edward Date: Wed, 27 Mar 2019 08:35:02 +0000 (+0800) Subject: Pman.Gnumeric.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=4924e0be9a393621403e8e679311714278a426b2;p=Pman.Core Pman.Gnumeric.js --- 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;