From 950b9ab0787734064b2e0b6af0c1ea3bb4513e09 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 16 Jul 2022 12:19:23 -0400 Subject: [PATCH] update with examples that were added --- changelog.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 1f85a4e..883d5d0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,13 +1,15 @@ -# 7.7.0 - -- Fix a bug with `-UnderLineType parameter is ignored in Set-ExcelColumn` [#1204](https://github.com/dfinke/ImportExcel/issues/1204) - # Example added Thank you [@kkazala](https://github.com/kkazala) + +- Added an example reading a sheet, extracting the `ConditionalFormatting` and generating the PowerShell statements so you can re-create them. - Added an example showing `ConditionalFormatting` using the `RuleType` `Expression` with a formula - [Highlight-DiffCells.ps1](https://github.dev/kkazala/ImportExcel/blob/b53881fd023c052da1acc7812511da223bb2e40c/Examples/ConditionalFormatting/Highlight-DiffCells.ps1) +# 7.7.0 + +- Fix a bug with `-UnderLineType parameter is ignored in Set-ExcelColumn` [#1204](https://github.com/dfinke/ImportExcel/issues/1204) + # 7.6.0 - **_[Under investigation]_** Fix -StartRow and -StartColumn being ignored.