Column Width autofit functionality using perl

前端 未结 3 528
梦如初夏
梦如初夏 2021-01-22 21:06

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

3条回答
  •  甜味超标
    2021-01-22 21:29

    You could generate your Excel file with Excel::Writer::XLSX module, and adjust the column width with set_column method

提交回复
热议问题