How do I force Excel to download http://api.eve-central.com/api/evemon, parse it and format the values in a table every time the .xlsx file is opened?
I tried importing the XML and it worked, but I don't know what to do from here.
Thanks!
|
How do I force Excel to download http://api.eve-central.com/api/evemon, parse it and format the values in a table every time the .xlsx file is opened? I tried importing the XML and it worked, but I don't know what to do from here. Thanks!
| |||
feedback
|
|
If you are using Data|Import External Query|New Web Query, there is a param, RefreshOnFileOpen, that you can just set to True. Here is a snip that gets the data from the net, but doesn't format it (since you said you already got that working).
| |||
|
feedback
|