@activepieces/piece-microsoft-excel-365 0.0.14 → 0.0.16
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 +2 -2
- package/src/i18n/ja.json +1 -1
- package/src/i18n/zh.json +85 -85
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-microsoft-excel-365",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@sinclair/typebox": "0.34.11",
|
|
6
6
|
"axios": "1.8.3",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "3.25.76",
|
|
14
14
|
"@activepieces/pieces-common": "0.7.0",
|
|
15
15
|
"@activepieces/pieces-framework": "0.18.4",
|
|
16
|
-
"@activepieces/shared": "0.
|
|
16
|
+
"@activepieces/shared": "0.20.0",
|
|
17
17
|
"tslib": "2.8.1"
|
|
18
18
|
},
|
|
19
19
|
"overrides": {
|
package/src/i18n/ja.json
CHANGED
package/src/i18n/zh.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
3
|
-
"Spreadsheet software by 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": "
|
|
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
21
|
"Create Workbook": "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": "
|
|
22
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
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
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": "
|
|
41
|
-
"Workbook": "
|
|
42
|
-
"Worksheet": "
|
|
43
|
-
"Does the first row contain headers?": "
|
|
40
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
41
|
+
"Workbook": "Workbook",
|
|
42
|
+
"Worksheet": "Worksheet",
|
|
43
|
+
"Does the first row contain headers?": "第一行是否包含标题?",
|
|
44
44
|
"Values": "值",
|
|
45
|
-
"Return All": "
|
|
46
|
-
"Limit": "
|
|
47
|
-
"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": "
|
|
45
|
+
"Return All": "Return All",
|
|
46
|
+
"Limit": "Limit",
|
|
47
|
+
"Range": "Range",
|
|
48
|
+
"Header Row": "Header Row",
|
|
49
|
+
"First Data Row": "First Data Row",
|
|
50
|
+
"Row number": "Row number",
|
|
51
|
+
"Worksheet Name": "Worksheet Name",
|
|
52
|
+
"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": "名称",
|
|
59
59
|
"Parent Folder": "父文件夹",
|
|
60
60
|
"Method": "方法",
|
|
61
|
-
"Headers": "
|
|
62
|
-
"Query Parameters": "
|
|
63
|
-
"Body": "
|
|
61
|
+
"Headers": "信头",
|
|
62
|
+
"Query Parameters": "查询参数",
|
|
63
|
+
"Body": "正文内容",
|
|
64
64
|
"Response is Binary ?": "Response is Binary ?",
|
|
65
|
-
"No Error on Failure": "
|
|
66
|
-
"Timeout (in seconds)": "
|
|
67
|
-
"If the first row is headers": "
|
|
65
|
+
"No Error on Failure": "失败时没有错误",
|
|
66
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
67
|
+
"If the first row is headers": "如果第一行是头部",
|
|
68
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": "
|
|
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": "要更新的行数",
|
|
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
86
|
"The name of the new workbook": "The name of the new workbook",
|
|
87
87
|
"The parent folder to use": "The parent folder to use",
|
|
88
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
88
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
89
89
|
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
|
|
90
|
-
"GET": "
|
|
91
|
-
"POST": "
|
|
90
|
+
"GET": "获取",
|
|
91
|
+
"POST": "帖子",
|
|
92
92
|
"PATCH": "PATCH",
|
|
93
|
-
"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.": "
|
|
93
|
+
"PUT": "弹出",
|
|
94
|
+
"DELETE": "删除",
|
|
95
|
+
"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
|
}
|