This commit is contained in:
dfinke
2016-03-26 13:58:35 -04:00
parent 8d17ef2e8a
commit d343cd3b8a

View File

@@ -21,12 +21,12 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi
#### 3/26/2016
* Added `NumberFormat` parameter
```
$data |
Export-Excel -Path $file -Show -NumberFormat '[Blue]$#,##0.00;[Red]-$#,##0.00'
```
![](https://raw.githubusercontent.com/dfinke/ImportExcel/master/images/Formatting.png)
#### 3/18/2016
* Added `Get-Range`, `New-Plot` and Plot Cos example