This plugin connects applications to Google Sheets using the Google Sheets API.
It allows you to read, write, and update spreadsheet data dynamically from your app.
- Authenticate with Google OAuth2
- Read data from Google Sheets
- Write or append rows into Sheets
- Update existing cells
- Secure and CORS-enabled API
Clone the repository:
git clone https://github.com/Operations-Rushlake/google-sheets-plugin.git
cd google-sheets-plugin
npm install