mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-18 01:03:48 +00:00
Layout example better
This commit is contained in:
@@ -10,4 +10,11 @@ $header = echo `
|
|||||||
'Total Radiated Energy (J)' `
|
'Total Radiated Energy (J)' `
|
||||||
'Calculated Total Impact Energy (kt)'
|
'Calculated Total Impact Energy (kt)'
|
||||||
|
|
||||||
Import-Html http://neo.jpl.nasa.gov/fireballs/ 5 -Header $header -FirstDataRow 1
|
$splat=@{
|
||||||
|
url='http://neo.jpl.nasa.gov/fireballs/'
|
||||||
|
index=5
|
||||||
|
Header=$header
|
||||||
|
FirstDataRow=1
|
||||||
|
}
|
||||||
|
|
||||||
|
Import-Html @splat
|
||||||
Reference in New Issue
Block a user