mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-06 10:33:19 +00:00
Updated
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user