Skip to content

0.0.2

Compare
Choose a tag to compare
@PerfecXX PerfecXX released this 20 Sep 18:57
· 14 commits to main since this release
b58b064

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