From cd147aad0f9074f5851f5868670f550e7547ac70 Mon Sep 17 00:00:00 2001 From: Miguel Sozinho Ramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:27:25 +0000 Subject: [PATCH] Update README.md --- gsheets-helper/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gsheets-helper/README.md b/gsheets-helper/README.md index 2a2539c..3010d3e 100644 --- a/gsheets-helper/README.md +++ b/gsheets-helper/README.md @@ -2,9 +2,10 @@ This class makes it easy to read/write from a google sheet instance via an API, it's aimed at tabular data that has a header row with names. ### Features: -* back up any google file -* choose a custom backup schedule per file(s) -* optionally: delete backups older than `X` days +* read/write tabular data as cell/column +* lock/unlock sheet +* read and handle sheet protections +* find next empty row in table ### How