From c1cbb7ef62f76f0c38d40971f63260e86589e286 Mon Sep 17 00:00:00 2001 From: Doug Finke Date: Mon, 13 Apr 2015 10:22:25 -0400 Subject: [PATCH] Tweak --- TryEPPlus.ps1 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/TryEPPlus.ps1 b/TryEPPlus.ps1 index f636e5c..3c903ee 100644 --- a/TryEPPlus.ps1 +++ b/TryEPPlus.ps1 @@ -3,14 +3,14 @@ $xlFile = ".\testExport.xlsx" Remove-Item -ErrorAction Ignore $xlFile $ExportOptions = @{ - Path = $xlFile - Show=$true - IncludePivotTable=$true - IncludePivotChart=$true - PivotRows=echo Company Name - PivotData="PM" - ChartType="BarClustered3D" - Password="Test" + Path = $xlFile + Show = $true + IncludePivotTable = $true + IncludePivotChart = $true + PivotRows = echo Company Name + PivotData = "PM" + ChartType = "BarClustered3D" + #Password = "Test" } Get-Process |