This commit is contained in:
Doug Finke
2022-05-05 21:19:24 -04:00
committed by GitHub
parent aa0f0cf4e2
commit 8ae92fba54

View File

@@ -118,7 +118,7 @@ $data | Export-Excel .\salesData.xlsx -AutoNameRange -Show -PivotRows Region -Pi
## Create a separate CSV file for each Excel sheet
Do you have a Excel file with multiple sheets and you need to convert each sheet to CSV file?
Do you have an Excel file with multiple sheets and you need to convert each sheet to CSV file?
### Problem Solved