Params Parameter (Invoke-ExcelOnline Cmdlet)
The parameters that will be used for the query.
Syntax
Invoke-ExcelOnline -Params Hashtable
Remarks
The parameters to use for a query, in hashtable format. The hashtable keys must match the parameter names used in the query. Use the format @ParameterName to specify parameter names.
Note that to mitigate SQL injection, all statements executed by the cmdlets are prepared statements.