Skip to content

Supercode function for getting spreadsheet list of sheets.

Notifications You must be signed in to change notification settings

johnreyev/supercode-get-sheets-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Spreadsheet List of Sheets

A Supercode function that gets spreadsheet list of sheets information.

Sample Usage

Supercode SDK will be available after the launch.

import json
import pprint
import supercode

response = supercode.call(
    "super-code-function",
    "your-supercode-api-key",
    spreadsheet_id="SPREADSHEET_ID",
    google_key="GOOGLE_KEY_HERE"
)

    
pprint(response)

Note: Supercode has not been launched yet. This is for internal testing only.

About

Supercode function for getting spreadsheet list of sheets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages