mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-16 00:04:24 +00:00
Merge branch 'master' of https://github.com/dfinke/ImportExcel into adding-to-import-excel
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user