Update changes

This commit is contained in:
dfinke
2022-04-30 07:05:10 -04:00
parent 59e40d62d0
commit e55dfdd10e

View File

@@ -1,3 +1,9 @@
# v7.5.0
## Fixes
- Importing multiple files with Import-Excel by pipeline uses only the first file for the row count https://github.com/dfinke/ImportExcel/issues/1172
# v7.4.2
- Thank you [James Mueller](https://github.com/jamesmmueller) Updated `ConvertFrom-ExcelToSQLInsert` to handle single quotes in the SQL statement.