153a154,161 > > //adjust the column widths > int colCount = 0; > while(colCount <= colNum) > { > sheet.autoSizeColumn((short)colCount++); > } >