#Convert Excel(multiple sheets) to CSV using powershell.
$a=gci nba*
$xls=new-object -comobject excel.application
$sheets=$xls.workbooks.open($a.fullname).worksheets
$xls.displayalerts=$false
$foreach($sheet in $sheets){$sheet.saveas($a.directoryname + "\" + $sheet.name + ".csv",6)}
import-csv(gci *.csv)|export-csv all.csv
On this page of the site you can watch the video online Convert Excel(multiple sheets) to CSV using powershell. with a duration of hours minute second in good quality, which was uploaded by the user general nerdy 19 February 2020, share the link with friends and acquaintances, this video has already been watched 2,335 times on youtube and it was liked by 17 viewers. Enjoy your viewing!