From 42cb5a316a112156145973f932f21b7ae3ea4233 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 20 Nov 2021 16:18:05 -0500 Subject: [PATCH] update changelog --- changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 7507581..e504eda 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,12 @@ +# v7.4.0 + +- Thank you to [Max Goczall](https://github.com/muschebubusche) for this contribution! + - `ImportColumns` parameter added to `ImportExcel`. It is used to define which columns of the ExcelPackage should be imported. + +```powershell +Import-Excel -Path $xlFile -ImportColumns @(6,7,12,25,46) +``` + # v7.3.1 - Added query Excel spreadsheets, with SQL queries!