mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-10 05:13:49 +00:00
Update sample
This commit is contained in:
@@ -7,11 +7,13 @@ $ExportOptions = @{
|
||||
Show=$true
|
||||
IncludePivotTable=$true
|
||||
IncludePivotChart=$true
|
||||
PivotRows="Company"
|
||||
PivotRows=echo Company Name
|
||||
PivotData="PM"
|
||||
ChartType="PieExploded3D"
|
||||
ChartType="BarClustered3D"
|
||||
Password="Test"
|
||||
}
|
||||
|
||||
Get-Process |
|
||||
Where Company |
|
||||
Select Company, Name, Handles, PM |
|
||||
Export-Excel @ExportOptions
|
||||
Reference in New Issue
Block a user