The append in the sense of not trivially using append_row
in which it will write at the end of the spreadsheet itself but at the end of contents that potentially could be appended by other users (from google drive for example).
Is it possible? Does gspread support say lock the file (or lock certain rows to be non-editable). I scanned through their doc but didn't find any interface seems relevant.
If not, are there any library that could do it?