mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-05 10:03:30 +00:00
Call .NET for temp files
This commit is contained in:
@@ -5,7 +5,7 @@ function Get-HtmlTable {
|
||||
$tableIndex=0
|
||||
)
|
||||
|
||||
$r = (Invoke-WebRequest $url)
|
||||
$r = Invoke-WebRequest $url
|
||||
$table = $r.ParsedHtml.getElementsByTagName("table")[$tableIndex]
|
||||
$propertyNames = @()
|
||||
$totalRows=@($table.rows).count-1
|
||||
|
||||
Reference in New Issue
Block a user