Three extra lines in readme.md

This commit is contained in:
jhoneill
2018-10-03 10:55:54 +01:00

View File

@@ -58,7 +58,10 @@ Install-Module ImportExcel
- 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 Join-Worksheet: added argument completer to -TitleBackgroundColor and set default for -TitleBackgroundStyle to 'Solid'.
<<<<<<< HEAD
- In Add-Excel chart fixed mis-spelling of "Position"
=======
>>>>>>> 46de6c593471e9fe03cb7f92d77dbac261a3c439
- In Send-SqlDataToExcel: improved robustness of check for no data returned.
- In Set-ExcelColumn: -column can come from the pipeline (supporting an array introduces complications for supporting script blocks); -AutoNameRange no longer requires heading to specified (so you can do 1..10 | Set-ExcelColumn -AutoNameRange ); In Set-ExcelRow: -Row can come from the pipeline
- Improved test coverage (back over 80%).