Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
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