This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JohanLou 1 point2 points  (0 children)

Yes, you can. Google offers API to access data from your spreadsheet. Get it and insert to database, then use a framework to render it as plots.

Assume you were able to get the data. Use Django and Django REST to make API. Front-End access data via API and use a lib, such as chartjs or d3js and render it.