-->times16formatNormal.setAlignment(jxl.format.Alignment.LEFT);
-->Label label1 = new Label(0,4, "Organisation Name ",times16format);
-->sheet.addCell(label1);
how to set the column width for the column i know with this code.
I am using JXL api to generate the excel sheet.