mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-22 19:23:24 +00:00
fixes to casing, and some basic functions changed to advanced
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function Add-PivotTable {
|
||||
[cmdletbinding(defaultParameterSetName = 'ChartbyParams')]
|
||||
[CmdletBinding(defaultParameterSetName = 'ChartbyParams')]
|
||||
[OutputType([OfficeOpenXml.Table.PivotTable.ExcelPivotTable])]
|
||||
param (
|
||||
[Parameter(Mandatory = $true)]
|
||||
|
||||
Reference in New Issue
Block a user