mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-18 01:03:48 +00:00
Update Import-Html with better defaults
This commit is contained in:
@@ -3,7 +3,7 @@ function Import-Html {
|
|||||||
[CmdletBinding()]
|
[CmdletBinding()]
|
||||||
param(
|
param(
|
||||||
$Url,
|
$Url,
|
||||||
$Index,
|
[int]$Index = 0,
|
||||||
$Header,
|
$Header,
|
||||||
[int]$FirstDataRow = 0,
|
[int]$FirstDataRow = 0,
|
||||||
[Switch]$UseDefaultCredentials
|
[Switch]$UseDefaultCredentials
|
||||||
|
|||||||
Reference in New Issue
Block a user