From 4acec7769aa5b902330172947899e2116f5a20e0 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 27 Mar 2019 16:36:00 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index 8d451caa..21df21c8 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -838,7 +838,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { for(var col=0;col < cols.length; col++) { if (cols[col].getAttribute('xls:width')) { - this.setColumnWidth(col, 1 * rows[row].getAttribute('xls:width')); + this.setColumnWidth(col, 1 * cols[col].getAttribute('xls:width')); console.log('setting column width!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); } -- 2.39.2