@activepieces/piece-microsoft-excel-365 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -10
- package/src/i18n/de.json +90 -90
- package/src/i18n/es.json +93 -93
- package/src/i18n/ja.json +92 -92
- package/src/i18n/nl.json +94 -94
- package/src/i18n/pt.json +95 -95
- package/src/i18n/zh.json +85 -85
package/src/i18n/ja.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
-
"Spreadsheet software by Microsoft": "Microsoft
|
|
4
|
-
"Authentication for Microsoft Excel 365": "Microsoft Excel 365
|
|
5
|
-
"Append Row to Worksheet": "
|
|
6
|
-
"Get Worksheets": "
|
|
7
|
-
"Get Worksheet Rows": "
|
|
8
|
-
"Update Worksheet Rows": "
|
|
9
|
-
"Clear Worksheet": "
|
|
10
|
-
"Delete Worksheet": "
|
|
11
|
-
"Get Workbooks": "
|
|
12
|
-
"Delete Workbook": "
|
|
13
|
-
"Add a Worksheet to a Workbook": "
|
|
14
|
-
"Get Table Rows": "
|
|
15
|
-
"Get Table Columns": "
|
|
16
|
-
"Create Table": "
|
|
17
|
-
"Delete Table": "
|
|
18
|
-
"Lookup Table Column": "
|
|
19
|
-
"Append Rows to a Table": "
|
|
20
|
-
"Convert to Range": "
|
|
21
|
-
"Create Workbook": "
|
|
22
|
-
"Custom API Call": "
|
|
23
|
-
"Append row of values to a worksheet": "
|
|
24
|
-
"Retrieve worksheets from a workbook": "
|
|
25
|
-
"Retrieve rows from a worksheet": "
|
|
26
|
-
"Update a row in a worksheet": "
|
|
27
|
-
"Clear a worksheet": "
|
|
28
|
-
"Delete a worksheet in a workbook": "
|
|
29
|
-
"Retrieve a list of workbooks": "
|
|
30
|
-
"Delete a workbook": "
|
|
31
|
-
"Add a worksheet to a workbook": "
|
|
32
|
-
"List rows of a table in a worksheet": "
|
|
33
|
-
"List columns of a table in a worksheet": "
|
|
34
|
-
"Create a table in a worksheet": "
|
|
35
|
-
"Delete a table from a worksheet": "
|
|
36
|
-
"Lookup a value in a table column in a worksheet": "
|
|
37
|
-
"Append rows to a table": "
|
|
38
|
-
"Converts a table to a range": "
|
|
39
|
-
"Create a new workbook at the specified location": "
|
|
40
|
-
"Make a custom API call to a specific endpoint": "
|
|
41
|
-
"Workbook": "
|
|
42
|
-
"Worksheet": "
|
|
43
|
-
"Does the first row contain headers?": "
|
|
44
|
-
"Values": "
|
|
45
|
-
"Return All": "
|
|
46
|
-
"Limit": "
|
|
3
|
+
"Spreadsheet software by Microsoft": "Spreadsheet software by Microsoft",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Authentication for Microsoft Excel 365",
|
|
5
|
+
"Append Row to Worksheet": "Append Row to Worksheet",
|
|
6
|
+
"Get Worksheets": "Get Worksheets",
|
|
7
|
+
"Get Worksheet Rows": "Get Worksheet Rows",
|
|
8
|
+
"Update Worksheet Rows": "Update Worksheet Rows",
|
|
9
|
+
"Clear Worksheet": "Clear Worksheet",
|
|
10
|
+
"Delete Worksheet": "Delete Worksheet",
|
|
11
|
+
"Get Workbooks": "Get Workbooks",
|
|
12
|
+
"Delete Workbook": "Delete Workbook",
|
|
13
|
+
"Add a Worksheet to a Workbook": "Add a Worksheet to a Workbook",
|
|
14
|
+
"Get Table Rows": "Get Table Rows",
|
|
15
|
+
"Get Table Columns": "Get Table Columns",
|
|
16
|
+
"Create Table": "Create Table",
|
|
17
|
+
"Delete Table": "Delete Table",
|
|
18
|
+
"Lookup Table Column": "Lookup Table Column",
|
|
19
|
+
"Append Rows to a Table": "Append Rows to a Table",
|
|
20
|
+
"Convert to Range": "Convert to Range",
|
|
21
|
+
"Create Workbook": "Create Workbook",
|
|
22
|
+
"Custom API Call": "Custom API Call",
|
|
23
|
+
"Append row of values to a worksheet": "Append row of values to a worksheet",
|
|
24
|
+
"Retrieve worksheets from a workbook": "Retrieve worksheets from a workbook",
|
|
25
|
+
"Retrieve rows from a worksheet": "Retrieve rows from a worksheet",
|
|
26
|
+
"Update a row in a worksheet": "Update a row in a worksheet",
|
|
27
|
+
"Clear a worksheet": "Clear a worksheet",
|
|
28
|
+
"Delete a worksheet in a workbook": "Delete a worksheet in a workbook",
|
|
29
|
+
"Retrieve a list of workbooks": "Retrieve a list of workbooks",
|
|
30
|
+
"Delete a workbook": "Delete a workbook",
|
|
31
|
+
"Add a worksheet to a workbook": "Add a worksheet to a workbook",
|
|
32
|
+
"List rows of a table in a worksheet": "List rows of a table in a worksheet",
|
|
33
|
+
"List columns of a table in a worksheet": "List columns of a table in a worksheet",
|
|
34
|
+
"Create a table in a worksheet": "Create a table in a worksheet",
|
|
35
|
+
"Delete a table from a worksheet": "Delete a table from a worksheet",
|
|
36
|
+
"Lookup a value in a table column in a worksheet": "Lookup a value in a table column in a worksheet",
|
|
37
|
+
"Append rows to a table": "Append rows to a table",
|
|
38
|
+
"Converts a table to a range": "Converts a table to a range",
|
|
39
|
+
"Create a new workbook at the specified location": "Create a new workbook at the specified location",
|
|
40
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
41
|
+
"Workbook": "Workbook",
|
|
42
|
+
"Worksheet": "Worksheet",
|
|
43
|
+
"Does the first row contain headers?": "Does the first row contain headers?",
|
|
44
|
+
"Values": "Values",
|
|
45
|
+
"Return All": "Return All",
|
|
46
|
+
"Limit": "Limit",
|
|
47
47
|
"Range": "Range",
|
|
48
|
-
"Header Row": "
|
|
49
|
-
"First Data Row": "
|
|
50
|
-
"Row number": "
|
|
51
|
-
"Worksheet Name": "
|
|
52
|
-
"Table": "
|
|
53
|
-
"Select Range": "
|
|
54
|
-
"Has Headers": "
|
|
55
|
-
"Lookup Column": "
|
|
56
|
-
"Lookup Value": "
|
|
57
|
-
"Return All Matches": "
|
|
48
|
+
"Header Row": "Header Row",
|
|
49
|
+
"First Data Row": "First Data Row",
|
|
50
|
+
"Row number": "Row number",
|
|
51
|
+
"Worksheet Name": "Worksheet Name",
|
|
52
|
+
"Table": "Table",
|
|
53
|
+
"Select Range": "Select Range",
|
|
54
|
+
"Has Headers": "Has Headers",
|
|
55
|
+
"Lookup Column": "Lookup Column",
|
|
56
|
+
"Lookup Value": "Lookup Value",
|
|
57
|
+
"Return All Matches": "Return All Matches",
|
|
58
58
|
"Name": "Name",
|
|
59
|
-
"Parent Folder": "
|
|
60
|
-
"Method": "
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "
|
|
63
|
-
"Body": "
|
|
64
|
-
"Response is Binary ?": "
|
|
65
|
-
"No Error on Failure": "
|
|
66
|
-
"Timeout (in seconds)": "
|
|
67
|
-
"If the first row is headers": "
|
|
68
|
-
"The values to insert": "
|
|
69
|
-
"If checked, all worksheets will be returned": "
|
|
70
|
-
"Limit the number of worksheets returned": "
|
|
71
|
-
"Range of the rows to retrieve (e.g., A2:B2)": "
|
|
72
|
-
"Row number of the header": "
|
|
73
|
-
"Row number of the first data row": "
|
|
74
|
-
"The row number to update": "
|
|
75
|
-
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "A1
|
|
76
|
-
"Limits the number of workbooks returned, returns all workbooks if empty": "
|
|
77
|
-
"The name of the new worksheet": "
|
|
78
|
-
"Limit the number of rows retrieved": "
|
|
79
|
-
"Limit the number of columns retrieved": "
|
|
80
|
-
"How to select the range for the table": "
|
|
81
|
-
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "A1
|
|
82
|
-
"Whether the range has column labels": "
|
|
83
|
-
"The column name to lookup the value in": "
|
|
84
|
-
"The value to lookup": "
|
|
85
|
-
"If checked, all matching rows will be returned": "
|
|
86
|
-
"The name of the new workbook": "
|
|
87
|
-
"The parent folder to use": "
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
89
|
-
"Enable for files like PDFs, images, etc..": "
|
|
90
|
-
"GET": "
|
|
59
|
+
"Parent Folder": "Parent Folder",
|
|
60
|
+
"Method": "Method",
|
|
61
|
+
"Headers": "Headers",
|
|
62
|
+
"Query Parameters": "Query Parameters",
|
|
63
|
+
"Body": "Body",
|
|
64
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
65
|
+
"No Error on Failure": "No Error on Failure",
|
|
66
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
67
|
+
"If the first row is headers": "If the first row is headers",
|
|
68
|
+
"The values to insert": "The values to insert",
|
|
69
|
+
"If checked, all worksheets will be returned": "If checked, all worksheets will be returned",
|
|
70
|
+
"Limit the number of worksheets returned": "Limit the number of worksheets returned",
|
|
71
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Range of the rows to retrieve (e.g., A2:B2)",
|
|
72
|
+
"Row number of the header": "Row number of the header",
|
|
73
|
+
"Row number of the first data row": "Row number of the first data row",
|
|
74
|
+
"The row number to update": "The row number to update",
|
|
75
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet",
|
|
76
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limits the number of workbooks returned, returns all workbooks if empty",
|
|
77
|
+
"The name of the new worksheet": "The name of the new worksheet",
|
|
78
|
+
"Limit the number of rows retrieved": "Limit the number of rows retrieved",
|
|
79
|
+
"Limit the number of columns retrieved": "Limit the number of columns retrieved",
|
|
80
|
+
"How to select the range for the table": "How to select the range for the table",
|
|
81
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table",
|
|
82
|
+
"Whether the range has column labels": "Whether the range has column labels",
|
|
83
|
+
"The column name to lookup the value in": "The column name to lookup the value in",
|
|
84
|
+
"The value to lookup": "The value to lookup",
|
|
85
|
+
"If checked, all matching rows will be returned": "If checked, all matching rows will be returned",
|
|
86
|
+
"The name of the new workbook": "The name of the new workbook",
|
|
87
|
+
"The parent folder to use": "The parent folder to use",
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
89
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
90
|
+
"GET": "GET",
|
|
91
91
|
"POST": "POST",
|
|
92
92
|
"PATCH": "PATCH",
|
|
93
93
|
"PUT": "PUT",
|
|
94
|
-
"DELETE": "
|
|
95
|
-
"HEAD": "
|
|
96
|
-
"New Row": "
|
|
97
|
-
"Trigger when a new row is added, and it can include existing rows as well.": "
|
|
98
|
-
"Max Rows to Poll": "
|
|
99
|
-
"The maximum number of rows to poll, the rest will be polled on the next run.": "
|
|
94
|
+
"DELETE": "DELETE",
|
|
95
|
+
"HEAD": "HEAD",
|
|
96
|
+
"New Row": "New Row",
|
|
97
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "Trigger when a new row is added, and it can include existing rows as well.",
|
|
98
|
+
"Max Rows to Poll": "Max Rows to Poll",
|
|
99
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "The maximum number of rows to poll, the rest will be polled on the next run."
|
|
100
100
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
-
"Spreadsheet software by Microsoft": "Spreadsheet software
|
|
4
|
-
"Authentication for Microsoft Excel 365": "
|
|
5
|
-
"Append Row to Worksheet": "
|
|
6
|
-
"Get Worksheets": "
|
|
7
|
-
"Get Worksheet Rows": "
|
|
8
|
-
"Update Worksheet Rows": "
|
|
9
|
-
"Clear Worksheet": "
|
|
10
|
-
"Delete Worksheet": "
|
|
11
|
-
"Get Workbooks": "
|
|
12
|
-
"Delete Workbook": "
|
|
13
|
-
"Add a Worksheet to a Workbook": "
|
|
14
|
-
"Get Table Rows": "
|
|
15
|
-
"Get Table Columns": "
|
|
16
|
-
"Create Table": "
|
|
17
|
-
"Delete Table": "
|
|
18
|
-
"Lookup Table Column": "
|
|
19
|
-
"Append Rows to a Table": "
|
|
20
|
-
"Convert to Range": "
|
|
21
|
-
"Create Workbook": "
|
|
3
|
+
"Spreadsheet software by Microsoft": "Spreadsheet software by Microsoft",
|
|
4
|
+
"Authentication for Microsoft Excel 365": "Authentication for Microsoft Excel 365",
|
|
5
|
+
"Append Row to Worksheet": "Append Row to Worksheet",
|
|
6
|
+
"Get Worksheets": "Get Worksheets",
|
|
7
|
+
"Get Worksheet Rows": "Get Worksheet Rows",
|
|
8
|
+
"Update Worksheet Rows": "Update Worksheet Rows",
|
|
9
|
+
"Clear Worksheet": "Clear Worksheet",
|
|
10
|
+
"Delete Worksheet": "Delete Worksheet",
|
|
11
|
+
"Get Workbooks": "Get Workbooks",
|
|
12
|
+
"Delete Workbook": "Delete Workbook",
|
|
13
|
+
"Add a Worksheet to a Workbook": "Add a Worksheet to a Workbook",
|
|
14
|
+
"Get Table Rows": "Get Table Rows",
|
|
15
|
+
"Get Table Columns": "Get Table Columns",
|
|
16
|
+
"Create Table": "Create Table",
|
|
17
|
+
"Delete Table": "Delete Table",
|
|
18
|
+
"Lookup Table Column": "Lookup Table Column",
|
|
19
|
+
"Append Rows to a Table": "Append Rows to a Table",
|
|
20
|
+
"Convert to Range": "Convert to Range",
|
|
21
|
+
"Create Workbook": "Create Workbook",
|
|
22
22
|
"Custom API Call": "Custom API Call",
|
|
23
|
-
"Append row of values to a worksheet": "
|
|
24
|
-
"Retrieve worksheets from a workbook": "
|
|
25
|
-
"Retrieve rows from a worksheet": "
|
|
26
|
-
"Update a row in a worksheet": "
|
|
27
|
-
"Clear a worksheet": "
|
|
28
|
-
"Delete a worksheet in a workbook": "
|
|
29
|
-
"Retrieve a list of workbooks": "
|
|
30
|
-
"Delete a workbook": "
|
|
31
|
-
"Add a worksheet to a workbook": "
|
|
32
|
-
"List rows of a table in a worksheet": "
|
|
33
|
-
"List columns of a table in a worksheet": "
|
|
34
|
-
"Create a table in a worksheet": "
|
|
35
|
-
"Delete a table from a worksheet": "
|
|
36
|
-
"Lookup a value in a table column in a worksheet": "
|
|
37
|
-
"Append rows to a table": "
|
|
38
|
-
"Converts a table to a range": "
|
|
39
|
-
"Create a new workbook at the specified location": "
|
|
40
|
-
"Make a custom API call to a specific endpoint": "
|
|
41
|
-
"Workbook": "
|
|
42
|
-
"Worksheet": "
|
|
43
|
-
"Does the first row contain headers?": "
|
|
44
|
-
"Values": "
|
|
45
|
-
"Return All": "
|
|
46
|
-
"Limit": "
|
|
23
|
+
"Append row of values to a worksheet": "Append row of values to a worksheet",
|
|
24
|
+
"Retrieve worksheets from a workbook": "Retrieve worksheets from a workbook",
|
|
25
|
+
"Retrieve rows from a worksheet": "Retrieve rows from a worksheet",
|
|
26
|
+
"Update a row in a worksheet": "Update a row in a worksheet",
|
|
27
|
+
"Clear a worksheet": "Clear a worksheet",
|
|
28
|
+
"Delete a worksheet in a workbook": "Delete a worksheet in a workbook",
|
|
29
|
+
"Retrieve a list of workbooks": "Retrieve a list of workbooks",
|
|
30
|
+
"Delete a workbook": "Delete a workbook",
|
|
31
|
+
"Add a worksheet to a workbook": "Add a worksheet to a workbook",
|
|
32
|
+
"List rows of a table in a worksheet": "List rows of a table in a worksheet",
|
|
33
|
+
"List columns of a table in a worksheet": "List columns of a table in a worksheet",
|
|
34
|
+
"Create a table in a worksheet": "Create a table in a worksheet",
|
|
35
|
+
"Delete a table from a worksheet": "Delete a table from a worksheet",
|
|
36
|
+
"Lookup a value in a table column in a worksheet": "Lookup a value in a table column in a worksheet",
|
|
37
|
+
"Append rows to a table": "Append rows to a table",
|
|
38
|
+
"Converts a table to a range": "Converts a table to a range",
|
|
39
|
+
"Create a new workbook at the specified location": "Create a new workbook at the specified location",
|
|
40
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
41
|
+
"Workbook": "Workbook",
|
|
42
|
+
"Worksheet": "Worksheet",
|
|
43
|
+
"Does the first row contain headers?": "Does the first row contain headers?",
|
|
44
|
+
"Values": "Values",
|
|
45
|
+
"Return All": "Return All",
|
|
46
|
+
"Limit": "Limit",
|
|
47
47
|
"Range": "Range",
|
|
48
|
-
"Header Row": "
|
|
49
|
-
"First Data Row": "
|
|
50
|
-
"Row number": "
|
|
51
|
-
"Worksheet Name": "
|
|
52
|
-
"Table": "
|
|
53
|
-
"Select Range": "
|
|
54
|
-
"Has Headers": "
|
|
55
|
-
"Lookup Column": "
|
|
56
|
-
"Lookup Value": "
|
|
57
|
-
"Return All Matches": "
|
|
58
|
-
"Name": "
|
|
59
|
-
"Parent Folder": "
|
|
60
|
-
"Method": "
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "Query
|
|
63
|
-
"Body": "
|
|
64
|
-
"Response is Binary ?": "
|
|
65
|
-
"No Error on Failure": "
|
|
66
|
-
"Timeout (in seconds)": "
|
|
67
|
-
"If the first row is headers": "
|
|
68
|
-
"The values to insert": "
|
|
69
|
-
"If checked, all worksheets will be returned": "
|
|
70
|
-
"Limit the number of worksheets returned": "
|
|
71
|
-
"Range of the rows to retrieve (e.g., A2:B2)": "
|
|
72
|
-
"Row number of the header": "
|
|
73
|
-
"Row number of the first data row": "
|
|
74
|
-
"The row number to update": "
|
|
75
|
-
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "
|
|
76
|
-
"Limits the number of workbooks returned, returns all workbooks if empty": "
|
|
77
|
-
"The name of the new worksheet": "
|
|
78
|
-
"Limit the number of rows retrieved": "
|
|
79
|
-
"Limit the number of columns retrieved": "
|
|
80
|
-
"How to select the range for the table": "
|
|
81
|
-
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "
|
|
82
|
-
"Whether the range has column labels": "
|
|
83
|
-
"The column name to lookup the value in": "
|
|
84
|
-
"The value to lookup": "
|
|
85
|
-
"If checked, all matching rows will be returned": "
|
|
86
|
-
"The name of the new workbook": "
|
|
87
|
-
"The parent folder to use": "
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
89
|
-
"Enable for files like PDFs, images, etc..": "
|
|
90
|
-
"GET": "
|
|
91
|
-
"POST": "
|
|
92
|
-
"PATCH": "
|
|
48
|
+
"Header Row": "Header Row",
|
|
49
|
+
"First Data Row": "First Data Row",
|
|
50
|
+
"Row number": "Row number",
|
|
51
|
+
"Worksheet Name": "Worksheet Name",
|
|
52
|
+
"Table": "Table",
|
|
53
|
+
"Select Range": "Select Range",
|
|
54
|
+
"Has Headers": "Has Headers",
|
|
55
|
+
"Lookup Column": "Lookup Column",
|
|
56
|
+
"Lookup Value": "Lookup Value",
|
|
57
|
+
"Return All Matches": "Return All Matches",
|
|
58
|
+
"Name": "Name",
|
|
59
|
+
"Parent Folder": "Parent Folder",
|
|
60
|
+
"Method": "Method",
|
|
61
|
+
"Headers": "Headers",
|
|
62
|
+
"Query Parameters": "Query Parameters",
|
|
63
|
+
"Body": "Body",
|
|
64
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
65
|
+
"No Error on Failure": "No Error on Failure",
|
|
66
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
67
|
+
"If the first row is headers": "If the first row is headers",
|
|
68
|
+
"The values to insert": "The values to insert",
|
|
69
|
+
"If checked, all worksheets will be returned": "If checked, all worksheets will be returned",
|
|
70
|
+
"Limit the number of worksheets returned": "Limit the number of worksheets returned",
|
|
71
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Range of the rows to retrieve (e.g., A2:B2)",
|
|
72
|
+
"Row number of the header": "Row number of the header",
|
|
73
|
+
"Row number of the first data row": "Row number of the first data row",
|
|
74
|
+
"The row number to update": "The row number to update",
|
|
75
|
+
"The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet": "The range in A1 notation (e.g., A2:B2) to clear in the worksheet, if not provided, clear the entire worksheet",
|
|
76
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limits the number of workbooks returned, returns all workbooks if empty",
|
|
77
|
+
"The name of the new worksheet": "The name of the new worksheet",
|
|
78
|
+
"Limit the number of rows retrieved": "Limit the number of rows retrieved",
|
|
79
|
+
"Limit the number of columns retrieved": "Limit the number of columns retrieved",
|
|
80
|
+
"How to select the range for the table": "How to select the range for the table",
|
|
81
|
+
"The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table": "The range of cells in A1 notation (e.g., A2:B2) that will be converted to a table",
|
|
82
|
+
"Whether the range has column labels": "Whether the range has column labels",
|
|
83
|
+
"The column name to lookup the value in": "The column name to lookup the value in",
|
|
84
|
+
"The value to lookup": "The value to lookup",
|
|
85
|
+
"If checked, all matching rows will be returned": "If checked, all matching rows will be returned",
|
|
86
|
+
"The name of the new workbook": "The name of the new workbook",
|
|
87
|
+
"The parent folder to use": "The parent folder to use",
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
89
|
+
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
90
|
+
"GET": "GET",
|
|
91
|
+
"POST": "POST",
|
|
92
|
+
"PATCH": "PATCH",
|
|
93
93
|
"PUT": "PUT",
|
|
94
|
-
"DELETE": "
|
|
95
|
-
"HEAD": "
|
|
96
|
-
"New Row": "
|
|
97
|
-
"Trigger when a new row is added, and it can include existing rows as well.": "Trigger
|
|
98
|
-
"Max Rows to Poll": "
|
|
99
|
-
"The maximum number of rows to poll, the rest will be polled on the next run.": "
|
|
94
|
+
"DELETE": "DELETE",
|
|
95
|
+
"HEAD": "HEAD",
|
|
96
|
+
"New Row": "New Row",
|
|
97
|
+
"Trigger when a new row is added, and it can include existing rows as well.": "Trigger when a new row is added, and it can include existing rows as well.",
|
|
98
|
+
"Max Rows to Poll": "Max Rows to Poll",
|
|
99
|
+
"The maximum number of rows to poll, the rest will be polled on the next run.": "The maximum number of rows to poll, the rest will be polled on the next run."
|
|
100
100
|
}
|