Load sensor data from remote file

I am able to load sensor data from a local CSV file, but is it possible to load data from a remote (cloud based eg. Google Sheets) file?

This will allow myself and a few colleagues to use the data simultaneously and in real time.

Any suggestions?

If’ it’s accessible as a response to a normal HTTP GET request, yes. How difficult it is to pull data from depends on the format of that response.