From 8d17ef2e8aa97a14015e42d39147e9c1ab8da99f Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 26 Mar 2016 13:57:33 -0400 Subject: [PATCH] Updated --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 8c91f42..cca6601 100644 --- a/README.md +++ b/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