in reply to Formatting the column of a CSV file using perl

A CSV file is plain text. Either write the data to the file exactly as you want it displayed or actually create an Excel file (Spreadsheet::WriteExcel) and apply whatever formatting you want.

  • Comment on Re: Formatting the column of a CSV file using perl