I'm trying to import a simple HTML table from a website into EXCEL on an iMac
I wrote a text file saved as .iqy
WEB
1
https://english.mubasher.info/countries/kw/stock-prices
Selection=1
Formatting=None
PreFormattedTextToColumns=True
ConsecutiveDelimitersAsOne=True
SingleBlockTextImport=False
DisableDateRecognition=False
DisableRedirections=False
What I get is this:
Stock Price Change % Change Turnover Volume Open High Low
{{row.name | limitTo : 20}} {{row.value}} {{row.changePercentage}} {{row.change}} {{row.turnover}} {{row.volume}} {{row.open}} {{row.high}} {{row.low}}
How do I get it to fetch the actual data? (entire table)