LHansoon / bill-calculator

GNU General Public License v3.0
0 stars 0 forks source link

update the implementation of updating the google sheet #5

Closed LHansoon closed 1 year ago

LHansoon commented 1 year ago

currently, the code logic is:

  1. grab the sheet in a data frame
  2. update the data frame with new data
  3. push and overwrite the original sheet with updated data frame

this will cause problems since rewriting the entire sheet doesn't make sense and it is dangerous