You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Julia package for working with Google Sheets. You can perform expected actions such as adding sheets,
10
+
removing sheets, reading from sheets, writing to sheets, and formatting sheets.
4
11
5
12
Key types:
6
-
* GoogleSheetsClient
7
-
* Spreadsheet
8
-
* Sheet
9
-
* CellRange
10
-
* CellRanges
11
-
* CellRangeValues
12
-
* UpdateSummary
13
-
* CellIndexRange1D
14
-
* CellIndexRange2D
15
-
* CellFormat
16
-
* DataFrame
13
+
*`GoogleSheetsClient`
14
+
*`Spreadsheet`
15
+
*`Sheet`
16
+
*`CellRange`
17
+
*`CellRanges`
18
+
*`CellRangeValues`
19
+
*`UpdateSummary`
20
+
*`CellIndexRange1D`
21
+
*`CellIndexRange2D`
22
+
*`CellFormat`
23
+
*`DataFrame`
17
24
18
25
Key functions:
19
-
* sheets_client
20
-
* sheet_names
21
-
* sheets
22
-
* batch_update!
23
-
* add_sheet!
24
-
* delete_sheet!
25
-
* freeze!
26
-
* append!
27
-
* insert_rows!
28
-
* insert_cols!
29
-
* delete_rows!
30
-
* delete_cols!
31
-
* meta
32
-
* show
33
-
* get
34
-
* update!
35
-
* clear!
36
-
* format!
37
-
* format_conditional!
38
-
* format_color_gradient!
26
+
*`sheets_client`
27
+
*`sheet_names`
28
+
*`sheets`
29
+
*`batch_update!`
30
+
*`add_sheet!`
31
+
*`delete_sheet!`
32
+
*`freeze!`
33
+
*`append!`
34
+
*`insert_rows!`
35
+
*`insert_cols!`
36
+
*`delete_rows!`
37
+
*`delete_cols!`
38
+
*`meta`
39
+
*`show`
40
+
*`get`
41
+
*`update!`
42
+
*`clear!`
43
+
*`format!`
44
+
*`format_conditional!`
45
+
*`format_color_gradient!`
39
46
40
47
To use:
41
48
1. Create a Google Sheets API token from either the [python quick start reference](https://developers.google.com/sheets/api/quickstart/python) or the [developers console](https://console.developers.google.com/apis/credentials).
0 commit comments