mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 13:23:29 +00:00
Tweak
This commit is contained in:
@@ -4,13 +4,13 @@ Remove-Item -ErrorAction Ignore $xlFile
|
||||
|
||||
$ExportOptions = @{
|
||||
Path = $xlFile
|
||||
Show=$true
|
||||
IncludePivotTable=$true
|
||||
IncludePivotChart=$true
|
||||
PivotRows=echo Company Name
|
||||
PivotData="PM"
|
||||
ChartType="BarClustered3D"
|
||||
Password="Test"
|
||||
Show = $true
|
||||
IncludePivotTable = $true
|
||||
IncludePivotChart = $true
|
||||
PivotRows = echo Company Name
|
||||
PivotData = "PM"
|
||||
ChartType = "BarClustered3D"
|
||||
#Password = "Test"
|
||||
}
|
||||
|
||||
Get-Process |
|
||||
|
||||
Reference in New Issue
Block a user