mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-21 02:33:22 +00:00
Update readme
This commit is contained in:
18
README.md
18
README.md
@@ -52,6 +52,24 @@ Install-Module ImportExcel -scope CurrentUser
|
|||||||
```PowerShell
|
```PowerShell
|
||||||
Install-Module ImportExcel
|
Install-Module ImportExcel
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# What's new 6.2.4
|
||||||
|
|
||||||
|
Sensible parameter defaults, make your life easier and gets things done faster.
|
||||||
|
|
||||||
|
- Thank you to [DomRRuggeri](https://github.com/DomRRuggeri) for the initial Out-Excel PR and kicking off the conversation on the improvements.
|
||||||
|
- Thank you to [ili101](https://github.com/ili101) for refactoring and improving the defaults, and adding the tests for parameters.
|
||||||
|
|
||||||
|
- Creates a table, with filtering
|
||||||
|
- Chooses a `TableStyle`
|
||||||
|
- Displays the Excel spreadsheet automatically
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
Get-Process | select Company, Name, Handles | Export-Excel
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
# What's new 6.2.3
|
# What's new 6.2.3
|
||||||
|
|
||||||
Thank you [jhoneill](https://github.com/jhoneill).
|
Thank you [jhoneill](https://github.com/jhoneill).
|
||||||
|
|||||||
Reference in New Issue
Block a user