http://www.perlmonks.org?node_id=843734


in reply to Re: CSV to Excel
in thread CSV to Excel

I would rather automate the process.

Replies are listed 'Best First'.
Re^3: CSV to Excel
by Herkum (Parson) on Jun 08, 2010 at 22:18 UTC

    I find it ironic that you say you want to automate the process but you haven't presented any code saying what you have tried. Perhaps you should make an effort to write something and I am sure someone would be willing to help from there.

Re^3: CSV to Excel
by trwww (Priest) on Jun 09, 2010 at 01:45 UTC

    You are asking how to convert a csv file to an excel file. The point that is being made is that a csv file is an excel file. MS Excel opens CSV files with no intermediate processing needed.

      Like has been said you can open csv native in excel, or if you actually want to do anything else with the data, better off not converting into .xls...a quote comes to mind: "this is a dead end". Keeping the data in text or at least database format allows for transformations/munging. Excel can provide..uhm..pie chart. Avoid Excel (especially) for any number work where dollar amounts (or jobs) are at stake, as it's the only (supposedly serious) spreadsheet that uses floating point math for calculations.
      the hardest line to type correctly is: stty erase ^H