Merge branch 'master' of https://github.com/dfinke/ImportExcel into adding-to-import-excel

This commit is contained in:
dfinke
2022-04-30 07:25:58 -04:00
10 changed files with 187 additions and 4 deletions

View File

@@ -233,6 +233,8 @@
}
catch { throw "Failed importing the Excel workbook '$Path' with worksheet '$WorksheetName': $_"; return }
finally {
$EndRow = 0
$EndColumn = 0
if ($Path) { $stream.close(); $ExcelPackage.Dispose() }
if ($NotAsDictionary) {