public void setColumnView(int col,int width)
Sets the width of the column on this sheet, in characters. This causes Excel to resize the entire column. If the columns specified already has view information associated with it, then it is replaced by the new data
Parameters:
col - the column to be formatted
width - the width of the column //注意这里的宽度是按字符数来算的