mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-11 05:43:17 +00:00
Update Get-HtmlTable.ps1
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# https://www.leeholmes.com/blog/2015/01/05/extracting-tables-from-powershells-invoke-webrequest/
|
||||||
|
# tweaked from the above code
|
||||||
function Get-HtmlTable {
|
function Get-HtmlTable {
|
||||||
param(
|
param(
|
||||||
[Parameter(Mandatory=$true)]
|
[Parameter(Mandatory=$true)]
|
||||||
@@ -39,4 +41,4 @@ function Get-HtmlTable {
|
|||||||
|
|
||||||
[PSCustomObject]$result
|
[PSCustomObject]$result
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user