When using gspread with python3 it seems like its not possible to make a cell value blank, is this really the case? Everytime I try updating a cell with value "" the cell then looks blank but formulas arent working. Even when using
sheet.clear()
it doesnt make the cells blank. Is there any workaround? Its irritating when
ISBLANK(cell)
doesnt get triggered due to some weird values from gspread. Please help me!