I have generated the excel sheet using set of csv files using perl script.In that i need to set width of the column as auto-fit.What \'m suppose to do i\'ve got
You could generate your Excel file with Excel::Writer::XLSX module, and adjust the column width with set_column method