SpreadSheetsViewer Extension - Load Spreadsheets from Google Sheets API
Greetings Kodular Community!
I am excited to share my latest extension, SpreadSheetsViewer, which enables you to effortlessly load spreadsheets from the Google Sheets API directly into your application.
Key Features:
- Loads spreadsheet data from the Google Sheets API.
- Can dynamically specify document ID and sheet name.
- Provides two events:
SpreadsheetsLoaded
(when data is successfully loaded) andSpreadsheetsLoadFailed
(when data loading fails).
How To Get Document Id & SheetsName:
https://docs.google.com/spreadsheets/d/<DOC ID>/edit#gid=<Sheet Name>
How to Use:
- Add the SpreadSheetsViewer extension to your Kodular project.
- Call the
LoadSpreadsheets
function by including the document ID and sheet name as parameters. - Respond to the
SpreadsheetsLoaded
andSpreadsheetsLoadFailed
events to handle the operation’s outcome.
Sample Code:
Note: make sure the spreadsheets are public
Download the Extension:
com.rasitech.spreadsheets.aix (8.2 KB)
Feel free to provide feedback or ask if you have any questions! I hope this extension proves useful to the Kodular community.