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