Tag Archives: CSV

Converting Excel to CSV using PowerShell

Quick Script: Converting Excel[.xls] to Comma Separated Value[.csv] Many times my data is in .xls format and I really need it in .csv to leverage the accessibility of the Import-CSV cmdlet. I found this code on the ‘PowerShellCommunity.org’ web forum: … Continue reading

Posted in PowerShell | Tagged , , | Leave a comment