Skip to content
PowerShell logo

Merge multiple CSVs with PowerShell

Posted 28th June 2016

11 comments

Use this simple PowerShell script to merge multiple CSV/TSV/TXT files into one.

Read the full story...

PowerShell logo

Combine multiple CSVs into one XLSX via PowerShell

Posted 25th November 2015

19 comments

A convenient PowerShell script that will detect all of the CSV files in a directory and merge them into a single XLSX file. Each CSV becomes a worksheet in the XLSX.

Read the full story...