+ 1
Is it possible to write data into google sheet from a java swing application in realtime?
I have a java swing window which reads the realtime sensor data. I want to write the sensor data into a google sheet by using google sheet api online.
3 Antworten
+ 7
Using the API is a method ;)
https://developers.google.com/sheets/api/quickstart/java
+ 9
If you mean realtime like to write it in a nano second, I tend to say: nope (or not yet).
+ 1
so, any other method?