Changed Pman.Gnumeric.js
[Pman.Core] / Pman.Gnumeric.js
index d7755d0..18efc51 100644 (file)
@@ -839,7 +839,9 @@ 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'));
+                }
                
                 
                 var colspan = cols[col].getAttribute('colspan');