Merge branch 'update-read-me' of https://github.com/dfinke/ImportExcel into update-read-me

This commit is contained in:
dfinke
2022-05-06 13:01:21 -04:00

View File

@@ -121,7 +121,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