Releases: PerfecXX/MicroPython-GoogleSheet
Releases · PerfecXX/MicroPython-GoogleSheet
V0.0.5
v.0.04
V0.0.3
Version 0.0.3
Fix issue provided by KorkhovPavel
ggsheet.py
- Improve the start_index and end_index finders in getCell(), getColumn(), and getRow().
- Fix the index range of the returned data from getCell(), getColumn(), and getRow().
- Sync the gen_scriptFile() to script.gs version 0.0.3.
script.gs
- Add "start" and "finish" to the getCell, getColumn, and getRow HTML headers.
- Fix the html title name from "Get Row Data" to "Get Column Data" in get column data mode.
0.0.2
Version 0.0.2
The sync version between GitHub and PyPi
Connect to your Google Sheet by using Google App Script and MicroPython.
Feature
- create the Google App Script file
- Update the data to a specific cell
- Get the data from a specific cell
- Delete the data from a specific cell
- Append the data to a specific row
- Update the data in a specific row
- Get all of the data from a specific row
- Delete the data in a specific row
- Append the data to a specific column
- Update the data to a specific column
- Get all of the data from a specific column
- Delete the data in a specific column