Forum Discussion
edouardhardy
8 years agoRegular Visitor
Get data from web with login
Hello, I would like to get data from this website : https://products.markit.com/indices/data/Indices.asp?menuID=796 This website require login and I tried to put my identification information but...
BlueTiger
5 years agoHelper I
Not a solution, but a work around. Save the web page to file from your browser, then import the data using web anonymous mode. The URL will look something like this:
file:///C:/temp/yourwebsite.html
Obviously not ideal as the data won't refresh automatically, but hopefully helpful to someone who just wants a piece of static data.
- Anonymous5 years agoNot applicable
Best solution i've found so far 🙂 thanks.