diff --git a/changelog.md b/changelog.md index 07edfd1..5942899 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +# 7.8.7 + +- Thanks to [Phil Bossman](https://github.com/pbossman) for the PR and fixing this. + + Now, back again, you can type `Import-Excel .\yearlySales.xlsx`, press and get a list of the worksheets in the Excel file + + ![alt text](images/AutoCompleteSheetNames.png) + # Infrastructure change - Thank you to [RipFence](https://github.com/RipFence) who asked how to place a chart on a different sheet from the data and then did a PR adding the example. diff --git a/images/AutoCompleteSheetNames.png b/images/AutoCompleteSheetNames.png new file mode 100644 index 0000000..59b4cbd Binary files /dev/null and b/images/AutoCompleteSheetNames.png differ