Update gsheet.py
Adding a cancel and replace feature to the send method in order to clear the Sheet before sending data.
default behaviour is append through the new argument append with a default value : True.
if True: nothing changes
if False: clear the Sheet before sending (use of the delete API method see documentation)