@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-microsoft-excel-365",
3
- "version": "0.0.14",
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.19.0",
16
+ "@activepieces/shared": "0.20.0",
17
17
  "tslib": "2.8.1"
18
18
  },
19
19
  "overrides": {
package/src/i18n/ja.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "Lookup Column": "検索列",
56
56
  "Lookup Value": "ルックアップの値",
57
57
  "Return All Matches": "すべての一致を返す",
58
- "Name": "Name",
58
+ "Name": "名前",
59
59
  "Parent Folder": "親フォルダ",
60
60
  "Method": "方法",
61
61
  "Headers": "ヘッダー",
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": "自定義 API 呼叫",
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": "將自定義 API 調用到特定的終點",
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)": "要檢索的行範圍(例如,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 表示法(例如 A2:B2)標示的範圍以清除工作表,如果未提供則清除整個工作表",
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 表示法的單元格範圍(例如 A2:B2)轉換為表格",
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": "GET",
91
- "POST": "POST",
90
+ "GET": "获取",
91
+ "POST": "帖子",
92
92
  "PATCH": "PATCH",
93
- "PUT": "PUT",
94
- "DELETE": "DELETE",
95
- "HEAD": "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
  }