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