Auto-generated documentation for ocs_ci.utility.spreadsheet.spreadsheet_api module.
API module to interact with Google spreadsheets In order to create a new spreadsheet, share the spreadsheet with the 'client_email' in your credentials json file with write permissions.
- Ocs-ci / Modules / Ocs Ci / Utility / Spreadsheet / Spreadsheet Api
class GoogleSpreadSheetAPI(object):
def __init__(sheet_name, sheet_index):
A class to interact with Google Spreadsheet
def get_cell_value(row, col):
def insert_row(value, row_index=2):
def print_sheet():
def update_sheet(row, col, value):
Updates a row:col in a given spreadsheet