Pman.Gnumeric.js
authorEdward <edward@roojs.com>
Wed, 27 Mar 2019 08:31:52 +0000 (16:31 +0800)
committerEdward <edward@roojs.com>
Wed, 27 Mar 2019 08:31:52 +0000 (16:31 +0800)
Pman.Gnumeric.js

index 18efc51..9e4af0a 100644 (file)
@@ -840,7 +840,7 @@ 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:height'));
+                    this.setColumnWidth(col, 1 * rows[row].getAttribute('xls:width'));
                 }