mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-14 23:33:18 +00:00
Added to the readme
This commit is contained in:
@@ -53,7 +53,9 @@ Install-Module ImportExcel -scope CurrentUser
|
|||||||
Install-Module ImportExcel
|
Install-Module ImportExcel
|
||||||
```
|
```
|
||||||
|
|
||||||
# What's new
|
# What's new 5.3.3
|
||||||
|
|
||||||
|
- Thank you to (lazywinadmin)[https://github.com/lazywinadmin] - Expand aliases in examples and elsewhere
|
||||||
- In Export-Excel fixed a bug where -AutoNameRange on pre-existing data included the header in the range.
|
- In Export-Excel fixed a bug where -AutoNameRange on pre-existing data included the header in the range.
|
||||||
- In Export-Excel fixed a bug which caused a zero, null, or empty string in a list of simple objects to be skipped.
|
- In Export-Excel fixed a bug which caused a zero, null, or empty string in a list of simple objects to be skipped.
|
||||||
- In Export-Excel improved the behaviour when a new worksheet is created without data, and Tables etc are added to it.
|
- In Export-Excel improved the behaviour when a new worksheet is created without data, and Tables etc are added to it.
|
||||||
@@ -64,6 +66,10 @@ Install-Module ImportExcel
|
|||||||
- Improved test coverage (back over 80%).
|
- Improved test coverage (back over 80%).
|
||||||
- Help and example improvements. In "Index - music.ps1" the module for querying the index can be downloaded from PowerShell gallery #requires set to demand it. In SQL+FillColumns+Pivot\example2.ps1 the GetSQL module can be downloaded and #Requires has been set. The F1 results spreadsheet is available from one drive and a link is provided.
|
- Help and example improvements. In "Index - music.ps1" the module for querying the index can be downloaded from PowerShell gallery #requires set to demand it. In SQL+FillColumns+Pivot\example2.ps1 the GetSQL module can be downloaded and #Requires has been set. The F1 results spreadsheet is available from one drive and a link is provided.
|
||||||
|
|
||||||
|
- Added Azure DevOps continuous integration and badges <a href="https://dougfinke.visualstudio.com/ImportExcel/_build?definitionId=10"><img src="https://dougfinke.visualstudio.com/ImportExcel/_apis/build/status/ImportExcel-CI?branchName=master"></a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# What's new in Release 5.3
|
# What's new in Release 5.3
|
||||||
|
|
||||||
- Help improvements and tidying up of examples and extra examples
|
- Help improvements and tidying up of examples and extra examples
|
||||||
|
|||||||
Reference in New Issue
Block a user