This commit is contained in:
dfinke
2016-03-26 13:57:33 -04:00
parent 5b0a528711
commit 8d17ef2e8a

View File

@@ -18,6 +18,16 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi
# What's new
#### 3/26/2016
* Added `NumberFormat` parameter
```
$data |
Export-Excel -Path $file -Show -NumberFormat '[Blue]$#,##0.00;[Red]-$#,##0.00'
```
#### 3/18/2016
* Added `Get-Range`, `New-Plot` and Plot Cos example
* Updated EPPlus DLL. Allows markers to be changed and colored