class

SheetsApiClient

Inherits Reference < Object

Constructors

new(sheet_id : String, start_col : String, end_col : String, sheet_name : String)
Source

Instance methods

add_row(values : Array(Bool | Int32 | String | Nil)) : HTTP::Client::Response | Nil
Source
all_rows
Source
delete_row(row_index : Int32) : HTTP::Client::Response | Nil
Source
end_col
Source
sheet_id
Source
sheet_name
Source
start_col
Source
update_row(row_index : Int32, values : Array(Bool | Int32 | String | Nil)) : HTTP::Client::Response | Nil
Source