Some minor spelling changes to the awesome help.

This commit is contained in:
Wes Stahler
2018-05-09 20:50:56 -04:00
committed by GitHub
parent 5d2520d8e3
commit 152627298a

View File

@@ -18,7 +18,7 @@
.PARAMETER TargetData .PARAMETER TargetData
Data to insert onto the worksheet - this is often provided from the pipeline. Data to insert onto the worksheet - this is often provided from the pipeline.
.PARAMETER ExcludeProperty .PARAMETER ExcludeProperty
Speficies properties which may exist in the target data but should not be placed on the worksheet Specifies properties which may exist in the target data but should not be placed on the worksheet
.PARAMETER Title .PARAMETER Title
Text of a title to be placed in Cell A1 Text of a title to be placed in Cell A1
.PARAMETER TitleBold .PARAMETER TitleBold
@@ -32,9 +32,9 @@
.PARAMETER IncludePivotTable .PARAMETER IncludePivotTable
Adds a Pivot table using the data in the worksheet Adds a Pivot table using the data in the worksheet
.PARAMETER PivotRows .PARAMETER PivotRows
Name(s) columns from the spreadhseet which will prvoide the row name(s) in the pivot table Name(s) columns from the spreadhseet which will provide the row name(s) in the pivot table
.PARAMETER PivotColumns .PARAMETER PivotColumns
Name(s) columns from the spreadhseet which will prvoide the Column name(s) in the pivot table Name(s) columns from the spreadhseet which will provide the Column name(s) in the pivot table
.PARAMETER PivotData .PARAMETER PivotData
Hash table in the form ColumnName = Average|Count|CountNums|Max|Min|Product|None|StdDev|StdDevP|Sum|Var|VarP to provide the data in the Pivot table Hash table in the form ColumnName = Average|Count|CountNums|Max|Min|Product|None|StdDev|StdDevP|Sum|Var|VarP to provide the data in the Pivot table
.PARAMETER PivotTableDefinition, .PARAMETER PivotTableDefinition,
@@ -62,7 +62,7 @@
.PARAMETER TableStyle .PARAMETER TableStyle
Selects the style for the named table - defaults to 'Medium6' Selects the style for the named table - defaults to 'Medium6'
.PARAMETER ExcelChartDefinition .PARAMETER ExcelChartDefinition
A hash table containing ChartType, Title, NoLegend, ShowCategory, ShowPecent, Yrange, Xrange and SeriesHeader for one or more [non-pivot] charts A hash table containing ChartType, Title, NoLegend, ShowCategory, ShowPercent, Yrange, Xrange and SeriesHeader for one or more [non-pivot] charts
.PARAMETER HideSheet .PARAMETER HideSheet
Name(s) of Sheet(s) to hide in the workbook Name(s) of Sheet(s) to hide in the workbook
.PARAMETER KillExcel .PARAMETER KillExcel