First time poster.
I'm trying to code in PowerShell a script on my server that will do the following:
Loop through csvs all located in a single directory Create a single Excel Workbook with each csv as a worksheet (Worksheet name as file name) Save the Workbook in a specified directory ***Microsoft Office (hence Excel) does not exist on the Server
Any help would be greatly apprecited.
I've found below but it does not accomodate multiple csvs. How to export a CSV to Excel using Powershell
Any help would be greatly apprecited.