@activepieces/piece-microsoft-excel-365 0.5.1 → 0.5.3
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 -4
- package/src/i18n/ca.json +92 -0
- package/src/i18n/de.json +178 -0
- package/src/i18n/es.json +178 -0
- package/src/i18n/fr.json +178 -0
- package/src/i18n/hi.json +92 -0
- package/src/i18n/id.json +92 -0
- package/src/i18n/ja.json +178 -0
- package/src/i18n/nl.json +178 -0
- package/src/i18n/pt.json +178 -0
- package/src/i18n/ru.json +98 -0
- package/src/i18n/translation.json +186 -0
- package/src/i18n/vi.json +98 -0
- package/src/i18n/zh.json +178 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -0
- package/src/index.js +2 -0
- package/src/index.js.map +1 -1
- package/src/lib/actions/add-worksheet.d.ts +1 -0
- package/src/lib/actions/add-worksheet.d.ts.map +1 -0
- package/src/lib/actions/append-multiple-rows.d.ts +1 -0
- package/src/lib/actions/append-multiple-rows.d.ts.map +1 -0
- package/src/lib/actions/append-row.d.ts +1 -0
- package/src/lib/actions/append-row.d.ts.map +1 -0
- package/src/lib/actions/append-table-rows.d.ts +1 -0
- package/src/lib/actions/append-table-rows.d.ts.map +1 -0
- package/src/lib/actions/clear-cells-by-range.d.ts +1 -0
- package/src/lib/actions/clear-cells-by-range.d.ts.map +1 -0
- package/src/lib/actions/clear-column-by-index.d.ts +1 -0
- package/src/lib/actions/clear-column-by-index.d.ts.map +1 -0
- package/src/lib/actions/clear-row-by-id.d.ts +1 -0
- package/src/lib/actions/clear-row-by-id.d.ts.map +1 -0
- package/src/lib/actions/clear-worksheet.d.ts +1 -0
- package/src/lib/actions/clear-worksheet.d.ts.map +1 -0
- package/src/lib/actions/convert-to-range.d.ts +1 -0
- package/src/lib/actions/convert-to-range.d.ts.map +1 -0
- package/src/lib/actions/create-table.d.ts +1 -0
- package/src/lib/actions/create-table.d.ts.map +1 -0
- package/src/lib/actions/create-workbook.d.ts +1 -0
- package/src/lib/actions/create-workbook.d.ts.map +1 -0
- package/src/lib/actions/create-worksheet.d.ts +1 -0
- package/src/lib/actions/create-worksheet.d.ts.map +1 -0
- package/src/lib/actions/delete-row.d.ts +9 -0
- package/src/lib/actions/delete-row.d.ts.map +1 -0
- package/src/lib/actions/delete-row.js +46 -0
- package/src/lib/actions/delete-row.js.map +1 -0
- package/src/lib/actions/delete-table.d.ts +1 -0
- package/src/lib/actions/delete-table.d.ts.map +1 -0
- package/src/lib/actions/delete-workbook.d.ts +1 -0
- package/src/lib/actions/delete-workbook.d.ts.map +1 -0
- package/src/lib/actions/delete-worksheet.d.ts +1 -0
- package/src/lib/actions/delete-worksheet.d.ts.map +1 -0
- package/src/lib/actions/find-row.d.ts +1 -0
- package/src/lib/actions/find-row.d.ts.map +1 -0
- package/src/lib/actions/find-workbooks.d.ts +1 -0
- package/src/lib/actions/find-workbooks.d.ts.map +1 -0
- package/src/lib/actions/find-worksheets.d.ts +1 -0
- package/src/lib/actions/find-worksheets.d.ts.map +1 -0
- package/src/lib/actions/get-cells-in-range.d.ts +1 -0
- package/src/lib/actions/get-cells-in-range.d.ts.map +1 -0
- package/src/lib/actions/get-row-by-id.d.ts +1 -0
- package/src/lib/actions/get-row-by-id.d.ts.map +1 -0
- package/src/lib/actions/get-table-columns.d.ts +1 -0
- package/src/lib/actions/get-table-columns.d.ts.map +1 -0
- package/src/lib/actions/get-table-rows.d.ts +1 -0
- package/src/lib/actions/get-table-rows.d.ts.map +1 -0
- package/src/lib/actions/get-workbooks.d.ts +1 -0
- package/src/lib/actions/get-workbooks.d.ts.map +1 -0
- package/src/lib/actions/get-worksheet-by-id.d.ts +1 -0
- package/src/lib/actions/get-worksheet-by-id.d.ts.map +1 -0
- package/src/lib/actions/get-worksheet-rows.d.ts +1 -0
- package/src/lib/actions/get-worksheet-rows.d.ts.map +1 -0
- package/src/lib/actions/get-worksheets.d.ts +1 -0
- package/src/lib/actions/get-worksheets.d.ts.map +1 -0
- package/src/lib/actions/get-wroksheet-columns.d.ts +1 -0
- package/src/lib/actions/get-wroksheet-columns.d.ts.map +1 -0
- package/src/lib/actions/lookup-table-column.d.ts +1 -0
- package/src/lib/actions/lookup-table-column.d.ts.map +1 -0
- package/src/lib/actions/rename-worksheet.d.ts +1 -0
- package/src/lib/actions/rename-worksheet.d.ts.map +1 -0
- package/src/lib/actions/update-row.d.ts +1 -0
- package/src/lib/actions/update-row.d.ts.map +1 -0
- package/src/lib/auth.d.ts +1 -0
- package/src/lib/auth.d.ts.map +1 -0
- package/src/lib/common/common.d.ts +1 -0
- package/src/lib/common/common.d.ts.map +1 -0
- package/src/lib/common/constants.d.ts +1 -0
- package/src/lib/common/constants.d.ts.map +1 -0
- package/src/lib/common/helpers.d.ts +1 -0
- package/src/lib/common/helpers.d.ts.map +1 -0
- package/src/lib/common/props.d.ts +1 -0
- package/src/lib/common/props.d.ts.map +1 -0
- package/src/lib/trigger/new-row-added.d.ts +1 -0
- package/src/lib/trigger/new-row-added.d.ts.map +1 -0
- package/src/lib/trigger/new-row-in-table.d.ts +1 -0
- package/src/lib/trigger/new-row-in-table.d.ts.map +1 -0
- package/src/lib/trigger/new-worksheet.d.ts +1 -0
- package/src/lib/trigger/new-worksheet.d.ts.map +1 -0
- package/src/lib/trigger/updated-row.d.ts +1 -0
- package/src/lib/trigger/updated-row.d.ts.map +1 -0
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Spreadsheet software by Microsoft": "Spreadsheet software by Microsoft",
|
|
3
|
+
"\nIf you'd like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - Files.ReadWrite\n - Sites.ReadWrite.All\n - offline_access": "\nIf you'd like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - Files.ReadWrite\n - Sites.ReadWrite.All\n - offline_access",
|
|
4
|
+
"Append Row to Worksheet": "Append Row to Worksheet",
|
|
5
|
+
"Append Multiple Rows": "Append Multiple Rows",
|
|
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
|
+
"Get Worksheet Columns": "Get Worksheet Columns",
|
|
13
|
+
"Delete Workbook": "Delete Workbook",
|
|
14
|
+
"Add a Worksheet to a Workbook": "Add a Worksheet to a Workbook",
|
|
15
|
+
"Get Table Rows": "Get Table Rows",
|
|
16
|
+
"Get Table Columns": "Get Table Columns",
|
|
17
|
+
"Create Table": "Create Table",
|
|
18
|
+
"Delete Table": "Delete Table",
|
|
19
|
+
"Lookup Table Column": "Lookup Table Column",
|
|
20
|
+
"Append Rows to a Table": "Append Rows to a Table",
|
|
21
|
+
"Convert to Range": "Convert to Range",
|
|
22
|
+
"Create Workbook": "Create Workbook",
|
|
23
|
+
"Clear Column by Index": "Clear Column by Index",
|
|
24
|
+
"Clear Cells by Range": "Clear Cells by Range",
|
|
25
|
+
"Clear Row by ID": "Clear Row by ID",
|
|
26
|
+
"Delete Row": "Delete Row",
|
|
27
|
+
"Create Worksheet": "Create Worksheet",
|
|
28
|
+
"Find Row": "Find Row",
|
|
29
|
+
"Find Workbook": "Find Workbook",
|
|
30
|
+
"Find Worksheet": "Find Worksheet",
|
|
31
|
+
"Get Cells in Range": "Get Cells in Range",
|
|
32
|
+
"Get Row by ID": "Get Row by ID",
|
|
33
|
+
"Get Worksheet by ID": "Get Worksheet by ID",
|
|
34
|
+
"Rename Worksheet": "Rename Worksheet",
|
|
35
|
+
"Custom API Call": "Custom API Call",
|
|
36
|
+
"Append row of values to a worksheet": "Append row of values to a worksheet",
|
|
37
|
+
"Appends multiple row of values to a worksheet.": "Appends multiple row of values to a worksheet.",
|
|
38
|
+
"Retrieve worksheets from a workbook": "Retrieve worksheets from a workbook",
|
|
39
|
+
"Retrieve rows from a worksheet": "Retrieve rows from a worksheet",
|
|
40
|
+
"Update a row in a worksheet": "Update a row in a worksheet",
|
|
41
|
+
"Clear a worksheet": "Clear a worksheet",
|
|
42
|
+
"Delete a worksheet in a workbook": "Delete a worksheet in a workbook",
|
|
43
|
+
"Retrieve a list of workbooks": "Retrieve a list of workbooks",
|
|
44
|
+
"List columns of a worksheet.": "List columns of a worksheet.",
|
|
45
|
+
"Delete a workbook": "Delete a workbook",
|
|
46
|
+
"Add a worksheet to a workbook": "Add a worksheet to a workbook",
|
|
47
|
+
"List rows of a table in a worksheet": "List rows of a table in a worksheet",
|
|
48
|
+
"List columns of a table in a worksheet": "List columns of a table in a worksheet",
|
|
49
|
+
"Create a table in a worksheet": "Create a table in a worksheet",
|
|
50
|
+
"Delete a table from a worksheet": "Delete a table from a worksheet",
|
|
51
|
+
"Lookup a value in a table column in a worksheet": "Lookup a value in a table column in a worksheet",
|
|
52
|
+
"Append rows to a table": "Append rows to a table",
|
|
53
|
+
"Converts a table to a range": "Converts a table to a range",
|
|
54
|
+
"Create a new workbook at the specified location": "Create a new workbook at the specified location",
|
|
55
|
+
"Clear contents/formatting of a column by its index.": "Clear contents/formatting of a column by its index.",
|
|
56
|
+
"Clear a block of cells (range) content or formatting.": "Clear a block of cells (range) content or formatting.",
|
|
57
|
+
"Clear contents/formatting of an entire row by its ID.": "Clear contents/formatting of an entire row by its ID.",
|
|
58
|
+
"Delete an entire row from a worksheet by its row number.": "Delete an entire row from a worksheet by its row number.",
|
|
59
|
+
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Add a new worksheet (tab) to an existing workbook with optional default headers.",
|
|
60
|
+
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).",
|
|
61
|
+
"Finds an existing workbook by name.": "Finds an existing workbook by name.",
|
|
62
|
+
"Finds an existing worksheet by name.": "Finds an existing worksheet by name.",
|
|
63
|
+
"Retrieve the values in a given cell range (e.g., “A1:C10”).": "Retrieve the values in a given cell range (e.g., “A1:C10”).",
|
|
64
|
+
" Retrieve the entire content of a row by its row ID.": " Retrieve the entire content of a row by its row ID.",
|
|
65
|
+
"Retrieve metadata of a worksheet by its ID.": "Retrieve metadata of a worksheet by its ID.",
|
|
66
|
+
"Change the name of an existing worksheet.": "Change the name of an existing worksheet.",
|
|
67
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
68
|
+
"Excel File Source": "Excel File Source",
|
|
69
|
+
"Sharepoint Site": "Sharepoint Site",
|
|
70
|
+
"Sharepoint Document Library": "Sharepoint Document Library",
|
|
71
|
+
"Workbook": "Workbook",
|
|
72
|
+
"Worksheet": "Worksheet",
|
|
73
|
+
"Does the first row contain headers?": "Does the first row contain headers?",
|
|
74
|
+
"Values": "Values",
|
|
75
|
+
"Markdown": "Markdown",
|
|
76
|
+
"Filter Column": "Filter Column",
|
|
77
|
+
"Filter Type": "Filter Type",
|
|
78
|
+
"Filter Value": "Filter Value",
|
|
79
|
+
"Return All": "Return All",
|
|
80
|
+
"Limit": "Limit",
|
|
81
|
+
"Range": "Range",
|
|
82
|
+
"Header Row": "Header Row",
|
|
83
|
+
"First Data Row": "First Data Row",
|
|
84
|
+
"Use Filters ?": "Use Filters ?",
|
|
85
|
+
"Filter": "Filter",
|
|
86
|
+
"Row number": "Row number",
|
|
87
|
+
"Worksheet Name": "Worksheet Name",
|
|
88
|
+
"Table": "Table",
|
|
89
|
+
"Select Range": "Select Range",
|
|
90
|
+
"Has Headers": "Has Headers",
|
|
91
|
+
"Lookup Column": "Lookup Column",
|
|
92
|
+
"Lookup Value": "Lookup Value",
|
|
93
|
+
"Return All Matches": "Return All Matches",
|
|
94
|
+
"Name": "Name",
|
|
95
|
+
"Column Index": "Column Index",
|
|
96
|
+
"Clear Type": "Clear Type",
|
|
97
|
+
"Row Number": "Row Number",
|
|
98
|
+
"Headers": "Headers",
|
|
99
|
+
"File Name": "File Name",
|
|
100
|
+
"Exact Match": "Exact Match",
|
|
101
|
+
"Row ID (Index)": "Row ID (Index)",
|
|
102
|
+
"New Worksheet Name": "New Worksheet Name",
|
|
103
|
+
"Method": "Method",
|
|
104
|
+
"Query Parameters": "Query Parameters",
|
|
105
|
+
"Body Type": "Body Type",
|
|
106
|
+
"Body": "Body",
|
|
107
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
108
|
+
"No Error on Failure": "No Error on Failure",
|
|
109
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
110
|
+
"Follow redirects": "Follow redirects",
|
|
111
|
+
"If the first row is headers": "If the first row is headers",
|
|
112
|
+
"The values to insert": "The values to insert",
|
|
113
|
+
"Use below Filter properties to insert only the rows that meet your conditions.": "Use below Filter properties to insert only the rows that meet your conditions.",
|
|
114
|
+
"If checked, all worksheets will be returned": "If checked, all worksheets will be returned",
|
|
115
|
+
"Limit the number of worksheets returned": "Limit the number of worksheets returned",
|
|
116
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Range of the rows to retrieve (e.g., A2:B2)",
|
|
117
|
+
"Row number of the header": "Row number of the header",
|
|
118
|
+
"Row number of the first data row": "Row number of the first data row",
|
|
119
|
+
"Enables the column wise filter.": "Enables the column wise filter.",
|
|
120
|
+
"The row number to update": "The row number to update",
|
|
121
|
+
"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",
|
|
122
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limits the number of workbooks returned, returns all workbooks if empty",
|
|
123
|
+
"The name of the new worksheet": "The name of the new worksheet",
|
|
124
|
+
"Limit the number of rows retrieved": "Limit the number of rows retrieved",
|
|
125
|
+
"Limit the number of columns retrieved": "Limit the number of columns retrieved",
|
|
126
|
+
"How to select the range for the table": "How to select the range for the table",
|
|
127
|
+
"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",
|
|
128
|
+
"Whether the range has column labels": "Whether the range has column labels",
|
|
129
|
+
"The column name to lookup the value in": "The column name to lookup the value in",
|
|
130
|
+
"The value to lookup": "The value to lookup",
|
|
131
|
+
"If checked, all matching rows will be returned": "If checked, all matching rows will be returned",
|
|
132
|
+
"The name of the new workbook": "The name of the new workbook",
|
|
133
|
+
"The 1-based index of the column to be cleared (e.g., 1 for column A, 2 for column B).": "The 1-based index of the column to be cleared (e.g., 1 for column A, 2 for column B).",
|
|
134
|
+
"Specify what to clear from the column.": "Specify what to clear from the column.",
|
|
135
|
+
"The range of cells to clear, in A1 notation (e.g., \"A1:C5\").": "The range of cells to clear, in A1 notation (e.g., \"A1:C5\").",
|
|
136
|
+
"Specify what to clear from the range.": "Specify what to clear from the range.",
|
|
137
|
+
"The number of the row to be cleared (e.g., 5 for the 5th row).": "The number of the row to be cleared (e.g., 5 for the 5th row).",
|
|
138
|
+
"Specify what to clear from the row.": "Specify what to clear from the row.",
|
|
139
|
+
"The number of the row to delete (e.g., 5 to delete the 5th row). Rows below will shift up.": "The number of the row to delete (e.g., 5 to delete the 5th row). Rows below will shift up.",
|
|
140
|
+
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.",
|
|
141
|
+
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "Optional: A list of headers to add to the first row. A table will be created from these headers.",
|
|
142
|
+
"The column to search in.": "The column to search in.",
|
|
143
|
+
"The value to find in the lookup column.": "The value to find in the lookup column.",
|
|
144
|
+
"Excel File name to search for without extension.": "Excel File name to search for without extension.",
|
|
145
|
+
"If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.": "If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.",
|
|
146
|
+
"The range of cells to retrieve, in A1 notation (e.g., \"A1:C10\").": "The range of cells to retrieve, in A1 notation (e.g., \"A1:C10\").",
|
|
147
|
+
"The zero-based index of the row to retrieve (e.g., 0 for the first row, 1 for the second).": "The zero-based index of the row to retrieve (e.g., 0 for the first row, 1 for the second).",
|
|
148
|
+
"\nThe new name for the worksheet. The name must adhere to the following rules:\n- Cannot be blank.\n- Cannot exceed 31 characters.\n- Must not contain any of the following characters: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- The name \"History\" is reserved by Excel and cannot be used.\n": "\nThe new name for the worksheet. The name must adhere to the following rules:\n- Cannot be blank.\n- Cannot exceed 31 characters.\n- Must not contain any of the following characters: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- The name \"History\" is reserved by Excel and cannot be used.\n",
|
|
149
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
150
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
151
|
+
"OneDrive": "OneDrive",
|
|
152
|
+
"SharePoint": "SharePoint",
|
|
153
|
+
"(Text) Exactly matches": "(Text) Exactly matches",
|
|
154
|
+
"(Text) Does not exactly match": "(Text) Does not exactly match",
|
|
155
|
+
"(Text) Matches any of": "(Text) Matches any of",
|
|
156
|
+
"(Text) Matches none of": "(Text) Matches none of",
|
|
157
|
+
"Automatically": "Automatically",
|
|
158
|
+
"Manually": "Manually",
|
|
159
|
+
"All (Contents and Formatting)": "All (Contents and Formatting)",
|
|
160
|
+
"Contents Only": "Contents Only",
|
|
161
|
+
"Formats Only": "Formats Only",
|
|
162
|
+
"GET": "GET",
|
|
163
|
+
"POST": "POST",
|
|
164
|
+
"PATCH": "PATCH",
|
|
165
|
+
"PUT": "PUT",
|
|
166
|
+
"DELETE": "DELETE",
|
|
167
|
+
"HEAD": "HEAD",
|
|
168
|
+
"None": "None",
|
|
169
|
+
"JSON": "JSON",
|
|
170
|
+
"Form Data": "Form Data",
|
|
171
|
+
"Raw": "Raw",
|
|
172
|
+
"New Row": "New Row",
|
|
173
|
+
"New Row in Table": "New Row in Table",
|
|
174
|
+
"New Worksheet": "New Worksheet",
|
|
175
|
+
"Updated Row": "Updated Row",
|
|
176
|
+
"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.",
|
|
177
|
+
"Fires when a new row is added to a table within a worksheet.": "Fires when a new row is added to a table within a worksheet.",
|
|
178
|
+
"Fires when a new worksheet is created in a workbook.": "Fires when a new worksheet is created in a workbook.",
|
|
179
|
+
"Fires when a row (in a worksheet) is added or updated.": "Fires when a row (in a worksheet) is added or updated.",
|
|
180
|
+
"Max Rows to Poll": "Max Rows to Poll",
|
|
181
|
+
"My table has headers": "My table has headers",
|
|
182
|
+
"First row has headers": "First row has headers",
|
|
183
|
+
"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.",
|
|
184
|
+
"Enable this if the first row of your table is a header row.": "Enable this if the first row of your table is a header row.",
|
|
185
|
+
"Enable this if the first row of your worksheet should be treated as headers.": "Enable this if the first row of your worksheet should be treated as headers."
|
|
186
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Excel 365": "Microsoft Excel 365",
|
|
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
|
+
"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": "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
|
+
"No Error on Failure": "No Error on Failure",
|
|
65
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
66
|
+
"If the first row is headers": "If the first row is headers",
|
|
67
|
+
"The values to insert": "The values to insert",
|
|
68
|
+
"If checked, all worksheets will be returned": "If checked, all worksheets will be returned",
|
|
69
|
+
"Limit the number of worksheets returned": "Limit the number of worksheets returned",
|
|
70
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Range of the rows to retrieve (e.g., A2:B2)",
|
|
71
|
+
"Row number of the header": "Row number of the header",
|
|
72
|
+
"Row number of the first data row": "Row number of the first data row",
|
|
73
|
+
"The row number to update": "The row number to update",
|
|
74
|
+
"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",
|
|
75
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limits the number of workbooks returned, returns all workbooks if empty",
|
|
76
|
+
"The name of the new worksheet": "The name of the new worksheet",
|
|
77
|
+
"Limit the number of rows retrieved": "Limit the number of rows retrieved",
|
|
78
|
+
"Limit the number of columns retrieved": "Limit the number of columns retrieved",
|
|
79
|
+
"How to select the range for the table": "How to select the range for the table",
|
|
80
|
+
"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",
|
|
81
|
+
"Whether the range has column labels": "Whether the range has column labels",
|
|
82
|
+
"The column name to lookup the value in": "The column name to lookup the value in",
|
|
83
|
+
"The value to lookup": "The value to lookup",
|
|
84
|
+
"If checked, all matching rows will be returned": "If checked, all matching rows will be returned",
|
|
85
|
+
"The name of the new workbook": "The name of the new workbook",
|
|
86
|
+
"The parent folder to use": "The parent folder to use",
|
|
87
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
88
|
+
"GET": "GET",
|
|
89
|
+
"POST": "POST",
|
|
90
|
+
"PATCH": "PATCH",
|
|
91
|
+
"PUT": "PUT",
|
|
92
|
+
"DELETE": "DELETE",
|
|
93
|
+
"HEAD": "HEAD",
|
|
94
|
+
"New Row": "New Row",
|
|
95
|
+
"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.",
|
|
96
|
+
"Max Rows to Poll": "Max Rows to Poll",
|
|
97
|
+
"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."
|
|
98
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Spreadsheet software by Microsoft": "Spreadsheet software by Microsoft",
|
|
3
|
+
"\nIf you'd like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - Files.ReadWrite\n - offline_access": "\nIf you'd like to use your own custom Azure app instead of the default Activepieces app, follow the [Azure app creation guide](https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#register-an-application),\n set the **Redirect URI** to {{redirectUrl}} and add the following **Microsoft Graph (Delegated) permissions** under **API permissions**:\n - Files.ReadWrite\n - offline_access",
|
|
4
|
+
"Append Row to Worksheet": "Append Row to Worksheet",
|
|
5
|
+
"Append Multiple Rows": "Append Multiple Rows",
|
|
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
|
+
"Get Worksheet Columns": "Get Worksheet Columns",
|
|
13
|
+
"Delete Workbook": "Delete Workbook",
|
|
14
|
+
"Add a Worksheet to a Workbook": "Add a Worksheet to a Workbook",
|
|
15
|
+
"Get Table Rows": "Get Table Rows",
|
|
16
|
+
"Get Table Columns": "Get Table Columns",
|
|
17
|
+
"Create Table": "Create Table",
|
|
18
|
+
"Delete Table": "Delete Table",
|
|
19
|
+
"Lookup Table Column": "Lookup Table Column",
|
|
20
|
+
"Append Rows to a Table": "Append Rows to a Table",
|
|
21
|
+
"Convert to Range": "Convert to Range",
|
|
22
|
+
"Create Workbook": "Create Workbook",
|
|
23
|
+
"Clear Column by Index": "Clear Column by Index",
|
|
24
|
+
"Clear Cells by Range": "Clear Cells by Range",
|
|
25
|
+
"Clear Row by ID": "Clear Row by ID",
|
|
26
|
+
"Create Worksheet": "创建工作表",
|
|
27
|
+
"Find Row": "Find Row",
|
|
28
|
+
"Find Workbook": "Find Workbook",
|
|
29
|
+
"Find Worksheet": "Find Worksheet",
|
|
30
|
+
"Get Cells in Range": "Get Cells in Range",
|
|
31
|
+
"Get Row by ID": "Get Row by ID",
|
|
32
|
+
"Get Worksheet by ID": "Get Worksheet by ID",
|
|
33
|
+
"Rename Worksheet": "Rename Worksheet",
|
|
34
|
+
"Custom API Call": "自定义 API 呼叫",
|
|
35
|
+
"Append row of values to a worksheet": "Append row of values to a worksheet",
|
|
36
|
+
"Appends multiple row of values to a worksheet.": "Appends multiple row of values to a worksheet.",
|
|
37
|
+
"Retrieve worksheets from a workbook": "Retrieve worksheets from a workbook",
|
|
38
|
+
"Retrieve rows from a worksheet": "Retrieve rows from a worksheet",
|
|
39
|
+
"Update a row in a worksheet": "Update a row in a worksheet",
|
|
40
|
+
"Clear a worksheet": "Clear a worksheet",
|
|
41
|
+
"Delete a worksheet in a workbook": "Delete a worksheet in a workbook",
|
|
42
|
+
"Retrieve a list of workbooks": "Retrieve a list of workbooks",
|
|
43
|
+
"List columns of a worksheet.": "List columns of a worksheet.",
|
|
44
|
+
"Delete a workbook": "Delete a workbook",
|
|
45
|
+
"Add a worksheet to a workbook": "Add a worksheet to a workbook",
|
|
46
|
+
"List rows of a table in a worksheet": "List rows of a table in a worksheet",
|
|
47
|
+
"List columns of a table in a worksheet": "List columns of a table in a worksheet",
|
|
48
|
+
"Create a table in a worksheet": "Create a table in a worksheet",
|
|
49
|
+
"Delete a table from a worksheet": "Delete a table from a worksheet",
|
|
50
|
+
"Lookup a value in a table column in a worksheet": "Lookup a value in a table column in a worksheet",
|
|
51
|
+
"Append rows to a table": "Append rows to a table",
|
|
52
|
+
"Converts a table to a range": "Converts a table to a range",
|
|
53
|
+
"Create a new workbook at the specified location": "Create a new workbook at the specified location",
|
|
54
|
+
"Clear contents/formatting of a column by its index.": "Clear contents/formatting of a column by its index.",
|
|
55
|
+
"Clear a block of cells (range) content or formatting.": "Clear a block of cells (range) content or formatting.",
|
|
56
|
+
"Clear contents/formatting of an entire row by its ID.": "Clear contents/formatting of an entire row by its ID.",
|
|
57
|
+
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Add a new worksheet (tab) to an existing workbook with optional default headers.",
|
|
58
|
+
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).",
|
|
59
|
+
"Finds an existing workbook by name.": "Finds an existing workbook by name.",
|
|
60
|
+
"Finds an existing worksheet by name.": "Finds an existing worksheet by name.",
|
|
61
|
+
"Retrieve the values in a given cell range (e.g., “A1:C10”).": "Retrieve the values in a given cell range (e.g., “A1:C10”).",
|
|
62
|
+
" Retrieve the entire content of a row by its row ID.": " Retrieve the entire content of a row by its row ID.",
|
|
63
|
+
"Retrieve metadata of a worksheet by its ID.": "Retrieve metadata of a worksheet by its ID.",
|
|
64
|
+
"Change the name of an existing worksheet.": "Change the name of an existing worksheet.",
|
|
65
|
+
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
|
|
66
|
+
"Workbook": "Workbook",
|
|
67
|
+
"Worksheet": "Worksheet",
|
|
68
|
+
"Does the first row contain headers?": "第一行是否包含标题?",
|
|
69
|
+
"Values": "值",
|
|
70
|
+
"Markdown": "Markdown",
|
|
71
|
+
"Filter Column": "Filter Column",
|
|
72
|
+
"Filter Type": "Filter Type",
|
|
73
|
+
"Filter Value": "Filter Value",
|
|
74
|
+
"Return All": "Return All",
|
|
75
|
+
"Limit": "Limit",
|
|
76
|
+
"Range": "Range",
|
|
77
|
+
"Header Row": "Header Row",
|
|
78
|
+
"First Data Row": "First Data Row",
|
|
79
|
+
"Use Filters ?": "Use Filters ?",
|
|
80
|
+
"Filter": "Filter",
|
|
81
|
+
"Row number": "Row number",
|
|
82
|
+
"Worksheet Name": "Worksheet Name",
|
|
83
|
+
"Table": "表",
|
|
84
|
+
"Select Range": "Select Range",
|
|
85
|
+
"Has Headers": "Has Headers",
|
|
86
|
+
"Lookup Column": "Lookup Column",
|
|
87
|
+
"Lookup Value": "Lookup Value",
|
|
88
|
+
"Return All Matches": "Return All Matches",
|
|
89
|
+
"Name": "名称",
|
|
90
|
+
"Parent Folder": "父文件夹",
|
|
91
|
+
"Column Index": "列索引",
|
|
92
|
+
"Clear Type": "Clear Type",
|
|
93
|
+
"Row Number": "行号",
|
|
94
|
+
"Headers": "信头",
|
|
95
|
+
"File Name": "File Name",
|
|
96
|
+
"Exact Match": "精确匹配",
|
|
97
|
+
"Row ID (Index)": "Row ID (Index)",
|
|
98
|
+
"New Worksheet Name": "New Worksheet Name",
|
|
99
|
+
"Method": "方法",
|
|
100
|
+
"Query Parameters": "查询参数",
|
|
101
|
+
"Body Type": "Body Type",
|
|
102
|
+
"Body": "正文内容",
|
|
103
|
+
"Response is Binary ?": "Response is Binary ?",
|
|
104
|
+
"No Error on Failure": "失败时没有错误",
|
|
105
|
+
"Timeout (in seconds)": "超时(秒)",
|
|
106
|
+
"Follow redirects": "Follow redirects",
|
|
107
|
+
"If the first row is headers": "如果第一行是头部",
|
|
108
|
+
"The values to insert": "要插入的值",
|
|
109
|
+
"Use below Filter properties to insert only the rows that meet your conditions.": "Use below Filter properties to insert only the rows that meet your conditions.",
|
|
110
|
+
"If checked, all worksheets will be returned": "If checked, all worksheets will be returned",
|
|
111
|
+
"Limit the number of worksheets returned": "Limit the number of worksheets returned",
|
|
112
|
+
"Range of the rows to retrieve (e.g., A2:B2)": "Range of the rows to retrieve (e.g., A2:B2)",
|
|
113
|
+
"Row number of the header": "Row number of the header",
|
|
114
|
+
"Row number of the first data row": "Row number of the first data row",
|
|
115
|
+
"Enables the column wise filter.": "Enables the column wise filter.",
|
|
116
|
+
"The row number to update": "要更新的行数",
|
|
117
|
+
"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",
|
|
118
|
+
"Limits the number of workbooks returned, returns all workbooks if empty": "Limits the number of workbooks returned, returns all workbooks if empty",
|
|
119
|
+
"The name of the new worksheet": "The name of the new worksheet",
|
|
120
|
+
"Limit the number of rows retrieved": "Limit the number of rows retrieved",
|
|
121
|
+
"Limit the number of columns retrieved": "Limit the number of columns retrieved",
|
|
122
|
+
"How to select the range for the table": "How to select the range for the table",
|
|
123
|
+
"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",
|
|
124
|
+
"Whether the range has column labels": "Whether the range has column labels",
|
|
125
|
+
"The column name to lookup the value in": "The column name to lookup the value in",
|
|
126
|
+
"The value to lookup": "The value to lookup",
|
|
127
|
+
"If checked, all matching rows will be returned": "If checked, all matching rows will be returned",
|
|
128
|
+
"The name of the new workbook": "The name of the new workbook",
|
|
129
|
+
"The parent folder to use": "The parent folder to use",
|
|
130
|
+
"The 1-based index of the column to be cleared (e.g., 1 for column A, 2 for column B).": "The 1-based index of the column to be cleared (e.g., 1 for column A, 2 for column B).",
|
|
131
|
+
"Specify what to clear from the column.": "Specify what to clear from the column.",
|
|
132
|
+
"The range of cells to clear, in A1 notation (e.g., \"A1:C5\").": "The range of cells to clear, in A1 notation (e.g., \"A1:C5\").",
|
|
133
|
+
"Specify what to clear from the range.": "Specify what to clear from the range.",
|
|
134
|
+
"The number of the row to be cleared (e.g., 5 for the 5th row).": "The number of the row to be cleared (e.g., 5 for the 5th row).",
|
|
135
|
+
"Specify what to clear from the row.": "Specify what to clear from the row.",
|
|
136
|
+
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.",
|
|
137
|
+
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "Optional: A list of headers to add to the first row. A table will be created from these headers.",
|
|
138
|
+
"The column to search in.": "The column to search in.",
|
|
139
|
+
"The value to find in the lookup column.": "The value to find in the lookup column.",
|
|
140
|
+
"Excel File name to search for without extension.": "Excel File name to search for without extension.",
|
|
141
|
+
"If true, only return worksheets that exactly match the name. If false, return worksheets that contain the name.": "如果为 true,只返回与名称完全匹配的工作单。如果为 false,返回包含名称的工作表。",
|
|
142
|
+
"The range of cells to retrieve, in A1 notation (e.g., \"A1:C10\").": "The range of cells to retrieve, in A1 notation (e.g., \"A1:C10\").",
|
|
143
|
+
"The zero-based index of the row to retrieve (e.g., 0 for the first row, 1 for the second).": "The zero-based index of the row to retrieve (e.g., 0 for the first row, 1 for the second).",
|
|
144
|
+
"\nThe new name for the worksheet. The name must adhere to the following rules:\n- Cannot be blank.\n- Cannot exceed 31 characters.\n- Must not contain any of the following characters: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- The name \"History\" is reserved by Excel and cannot be used.\n": "\nThe new name for the worksheet. The name must adhere to the following rules:\n- Cannot be blank.\n- Cannot exceed 31 characters.\n- Must not contain any of the following characters: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- The name \"History\" is reserved by Excel and cannot be used.\n",
|
|
145
|
+
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
|
|
146
|
+
"Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
|
|
147
|
+
"(Text) Exactly matches": "(ext) 完全匹配",
|
|
148
|
+
"(Text) Does not exactly match": "(ext) 不完全匹配",
|
|
149
|
+
"(Text) Matches any of": "(Text) Matches any of",
|
|
150
|
+
"(Text) Matches none of": "(Text) Matches none of",
|
|
151
|
+
"All (Contents and Formatting)": "All (Contents and Formatting)",
|
|
152
|
+
"Contents Only": "Contents Only",
|
|
153
|
+
"Formats Only": "Formats Only",
|
|
154
|
+
"GET": "获取",
|
|
155
|
+
"POST": "帖子",
|
|
156
|
+
"PATCH": "PATCH",
|
|
157
|
+
"PUT": "弹出",
|
|
158
|
+
"DELETE": "删除",
|
|
159
|
+
"HEAD": "黑色",
|
|
160
|
+
"None": "无",
|
|
161
|
+
"JSON": "JSON",
|
|
162
|
+
"Form Data": "表单数据",
|
|
163
|
+
"Raw": "原始文件",
|
|
164
|
+
"New Row": "New Row",
|
|
165
|
+
"New Row in Table": "New Row in Table",
|
|
166
|
+
"New Worksheet": "新建工作表",
|
|
167
|
+
"Updated Row": "Updated Row",
|
|
168
|
+
"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.",
|
|
169
|
+
"Fires when a new row is added to a table within a worksheet.": "Fires when a new row is added to a table within a worksheet.",
|
|
170
|
+
"Fires when a new worksheet is created in a workbook.": "Fires when a new worksheet is created in a workbook.",
|
|
171
|
+
"Fires when a row (in a worksheet) is added or updated.": "Fires when a row (in a worksheet) is added or updated.",
|
|
172
|
+
"Max Rows to Poll": "Max Rows to Poll",
|
|
173
|
+
"My table has headers": "My table has headers",
|
|
174
|
+
"First row has headers": "First row has headers",
|
|
175
|
+
"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.",
|
|
176
|
+
"Enable this if the first row of your table is a header row.": "Enable this if the first row of your table is a header row.",
|
|
177
|
+
"Enable this if the first row of your worksheet should be treated as headers.": "Enable this if the first row of your worksheet should be treated as headers."
|
|
178
|
+
}
|
package/src/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAiDA,eAAO,MAAM,cAAc,+JAyDzB,CAAC"}
|
package/src/index.js
CHANGED
|
@@ -25,6 +25,7 @@ const update_row_1 = require("./lib/actions/update-row");
|
|
|
25
25
|
const clear_cells_by_range_1 = require("./lib/actions/clear-cells-by-range");
|
|
26
26
|
const clear_column_by_index_1 = require("./lib/actions/clear-column-by-index");
|
|
27
27
|
const clear_row_by_id_1 = require("./lib/actions/clear-row-by-id");
|
|
28
|
+
const delete_row_1 = require("./lib/actions/delete-row");
|
|
28
29
|
const create_worksheet_1 = require("./lib/actions/create-worksheet");
|
|
29
30
|
const find_row_1 = require("./lib/actions/find-row");
|
|
30
31
|
const get_cells_in_range_1 = require("./lib/actions/get-cells-in-range");
|
|
@@ -79,6 +80,7 @@ exports.microsoftExcel = (0, pieces_framework_1.createPiece)({
|
|
|
79
80
|
clear_column_by_index_1.clearColumnAction,
|
|
80
81
|
clear_cells_by_range_1.clearRangeAction,
|
|
81
82
|
clear_row_by_id_1.clearRowAction,
|
|
83
|
+
delete_row_1.deleteRowAction,
|
|
82
84
|
create_worksheet_1.createWorksheetAction,
|
|
83
85
|
find_row_1.findRowAction,
|
|
84
86
|
find_workbooks_1.findWorkbookAction,
|
package/src/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAGwC;AACxC,iDAAqD;AAErD,+DAAiE;AACjE,yDAA2D;AAC3D,uEAAwE;AACxE,mEAAqE;AACrE,qEAAsE;AACtE,6DAA+D;AAC/D,mEAA+D;AAC/D,6DAA+D;AAC/D,mEAAqE;AACrE,qEAAuE;AACvE,uEAAwE;AACxE,iEAAkE;AAClE,+DAAiE;AACjE,yEAA0E;AAC1E,iEAAmE;AACnE,2EAA4E;AAC5E,yDAA2D;AAE3D,6EAAsE;AACtE,+EAAwE;AACxE,mEAA+D;AAC/D,qEAAuE;AACvE,qDAAuD;AACvD,yEAAkE;AAClE,+DAA2D;AAC3D,2EAAuE;AACvE,qEAAuE;AAEvE,+DAA0D;AAE1D,qEAAsE;AACtE,+DAAkE;AAClE,2DAA8D;AAE9D,6EAA8E;AAC9E,iEAAkE;AAClE,mEAAoE;AACpE,+EAAgF;AAChF,gDAAkD;AAClD,qCAAuC;AAE1B,QAAA,cAAc,GAAG,IAAA,8BAAW,EAAC;IACzC,WAAW,EAAE,qBAAqB;IAClC,WAAW,EAAE,mCAAmC;IAEhD,IAAI,EAAE,gBAAS;IACf,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,6DAA6D;IACtE,UAAU,EAAE,CAAC,sBAAa,CAAC,YAAY,CAAC;IACxC,OAAO,EAAE;QACR,WAAW;QACX,YAAY;QACZ,WAAW;QACX,UAAU;QACV,YAAY;QACZ,mBAAmB;KACnB;IACD,OAAO,EAAE;QACR,4BAAe;QACf,+CAAwB;QACxB,oCAAmB;QACnB,2CAAsB;QACtB,4BAAe;QACf,sCAAoB;QACpB,wCAAqB;QACrB,kCAAkB;QAClB,iDAAyB;QACzB,sCAAoB;QACpB,kCAAkB;QAClB,mCAAkB;QAClB,yCAAqB;QACrB,gCAAiB;QACjB,gCAAiB;QACjB,6CAAuB;QACvB,yCAAqB;QACrB,uCAAoB;QACpB,gCAAc;QACd,yCAAiB;QACjB,uCAAgB;QAChB,gCAAc;QACd,wCAAqB;QACrB,wBAAa;QACb,mCAAkB;QAClB,qCAAmB;QACnB,mCAAc;QACd,4BAAY;QACZ,wCAAkB;QAClB,wCAAqB;QACrB,IAAA,yCAAyB,EAAC;YACzB,OAAO,EAAE,GAAG,EAAE,CAAC,oBAAW,CAAC,OAAO;YAClC,IAAI,EAAE,gBAAS;YACf,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC7B,aAAa,EAAE,UAAW,IAA4B,CAAC,YAAY,EAAE;iBACrE,CAAC,CAAA;cAAA;SACF,CAAC;KACF;IACD,QAAQ,EAAE,CAAC,2BAAW,EAAE,uCAAoB,EAAE,mCAAmB,EAAE,+BAAiB,CAAC;CACrF,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;AAAA,+DAAwE;AACxE,qEAGwC;AACxC,iDAAqD;AAErD,+DAAiE;AACjE,yDAA2D;AAC3D,uEAAwE;AACxE,mEAAqE;AACrE,qEAAsE;AACtE,6DAA+D;AAC/D,mEAA+D;AAC/D,6DAA+D;AAC/D,mEAAqE;AACrE,qEAAuE;AACvE,uEAAwE;AACxE,iEAAkE;AAClE,+DAAiE;AACjE,yEAA0E;AAC1E,iEAAmE;AACnE,2EAA4E;AAC5E,yDAA2D;AAE3D,6EAAsE;AACtE,+EAAwE;AACxE,mEAA+D;AAC/D,yDAA2D;AAC3D,qEAAuE;AACvE,qDAAuD;AACvD,yEAAkE;AAClE,+DAA2D;AAC3D,2EAAuE;AACvE,qEAAuE;AAEvE,+DAA0D;AAE1D,qEAAsE;AACtE,+DAAkE;AAClE,2DAA8D;AAE9D,6EAA8E;AAC9E,iEAAkE;AAClE,mEAAoE;AACpE,+EAAgF;AAChF,gDAAkD;AAClD,qCAAuC;AAE1B,QAAA,cAAc,GAAG,IAAA,8BAAW,EAAC;IACzC,WAAW,EAAE,qBAAqB;IAClC,WAAW,EAAE,mCAAmC;IAEhD,IAAI,EAAE,gBAAS;IACf,uBAAuB,EAAE,QAAQ;IACjC,OAAO,EAAE,6DAA6D;IACtE,UAAU,EAAE,CAAC,sBAAa,CAAC,YAAY,CAAC;IACxC,OAAO,EAAE;QACR,WAAW;QACX,YAAY;QACZ,WAAW;QACX,UAAU;QACV,YAAY;QACZ,mBAAmB;KACnB;IACD,OAAO,EAAE;QACR,4BAAe;QACf,+CAAwB;QACxB,oCAAmB;QACnB,2CAAsB;QACtB,4BAAe;QACf,sCAAoB;QACpB,wCAAqB;QACrB,kCAAkB;QAClB,iDAAyB;QACzB,sCAAoB;QACpB,kCAAkB;QAClB,mCAAkB;QAClB,yCAAqB;QACrB,gCAAiB;QACjB,gCAAiB;QACjB,6CAAuB;QACvB,yCAAqB;QACrB,uCAAoB;QACpB,gCAAc;QACd,yCAAiB;QACjB,uCAAgB;QAChB,gCAAc;QACd,4BAAe;QACf,wCAAqB;QACrB,wBAAa;QACb,mCAAkB;QAClB,qCAAmB;QACnB,mCAAc;QACd,4BAAY;QACZ,wCAAkB;QAClB,wCAAqB;QACrB,IAAA,yCAAyB,EAAC;YACzB,OAAO,EAAE,GAAG,EAAE,CAAC,oBAAW,CAAC,OAAO;YAClC,IAAI,EAAE,gBAAS;YACf,WAAW,EAAE,CAAO,IAAI,EAAE,EAAE;gBAAC,OAAA,CAAC;oBAC7B,aAAa,EAAE,UAAW,IAA4B,CAAC,YAAY,EAAE;iBACrE,CAAC,CAAA;cAAA;SACF,CAAC;KACF;IACD,QAAQ,EAAE,CAAC,2BAAW,EAAE,uCAAoB,EAAE,mCAAmB,EAAE,+BAAiB,CAAC;CACrF,CAAC,CAAC"}
|
|
@@ -5,3 +5,4 @@ export declare const addWorksheetAction: import("@activepieces/pieces-framework"
|
|
|
5
5
|
workbookId: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
6
6
|
worksheet_name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
7
7
|
}>;
|
|
8
|
+
//# sourceMappingURL=add-worksheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-worksheet.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/add-worksheet.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,kBAAkB;;;;;;EAoC7B,CAAC"}
|
|
@@ -36,3 +36,4 @@ export declare const appendMultipleRowsAction: import("@activepieces/pieces-fram
|
|
|
36
36
|
filterType: import("@activepieces/pieces-framework").StaticDropdownProperty<FilterOperator, false>;
|
|
37
37
|
filterValue: import("@activepieces/pieces-framework").DynamicProperties<false, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
38
38
|
}>;
|
|
39
|
+
//# sourceMappingURL=append-multiple-rows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"append-multiple-rows.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/append-multiple-rows.ts"],"names":[],"mappings":"AAYA,oBAAY,cAAc;IACzB,aAAa,kBAAkB;IAC/B,qBAAqB,0BAA0B;IAC/C,oBAAoB,yBAAyB;IAC7C,2BAA2B,gCAAgC;IAC3D,gBAAgB,oBAAoB;IACpC,wBAAwB,6BAA6B;IACrD,cAAc,mBAAmB;IACjC,sBAAsB,2BAA2B;IACjD,mBAAmB,wBAAwB;IAC3C,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,mBAAmB,wBAAwB;IAC3C,kBAAkB,uBAAuB;IACzC,eAAe,oBAAoB;IACnC,gBAAgB,qBAAqB;IACrC,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,qBAAqB,0BAA0B;IAC/C,aAAa,kBAAkB;IAC/B,iBAAiB,sBAAsB;IACvC,MAAM,WAAW;IACjB,cAAc,mBAAmB;CACjC;AAED,eAAO,MAAM,wBAAwB;;;;;;;;;;;EA2OnC,CAAC"}
|
|
@@ -7,3 +7,4 @@ export declare const appendRowAction: import("@activepieces/pieces-framework").I
|
|
|
7
7
|
isFirstRowHeaders: import("@activepieces/pieces-framework").CheckboxProperty<true>;
|
|
8
8
|
values: import("@activepieces/pieces-framework").DynamicProperties<true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
9
9
|
}>;
|
|
10
|
+
//# sourceMappingURL=append-row.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"append-row.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/append-row.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe;;;;;;;;EAuD1B,CAAC"}
|
|
@@ -7,3 +7,4 @@ export declare const appendTableRowsAction: import("@activepieces/pieces-framewo
|
|
|
7
7
|
tableId: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
8
|
values: import("@activepieces/pieces-framework").DynamicProperties<true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
9
9
|
}>;
|
|
10
|
+
//# sourceMappingURL=append-table-rows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"append-table-rows.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/append-table-rows.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,qBAAqB;;;;;;;;EA8BhC,CAAC"}
|
|
@@ -7,3 +7,4 @@ export declare const clearRangeAction: import("@activepieces/pieces-framework").
|
|
|
7
7
|
range: import("@activepieces/pieces-framework").ShortTextProperty<true>;
|
|
8
8
|
applyTo: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
9
9
|
}>;
|
|
10
|
+
//# sourceMappingURL=clear-cells-by-range.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clear-cells-by-range.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/clear-cells-by-range.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB;;;;;;;;EA6D3B,CAAC"}
|
|
@@ -7,3 +7,4 @@ export declare const clearColumnAction: import("@activepieces/pieces-framework")
|
|
|
7
7
|
column_index: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
8
8
|
applyTo: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
9
9
|
}>;
|
|
10
|
+
//# sourceMappingURL=clear-column-by-index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clear-column-by-index.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/clear-column-by-index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB;;;;;;;;EAwE5B,CAAC"}
|
|
@@ -7,3 +7,4 @@ export declare const clearRowAction: import("@activepieces/pieces-framework").IA
|
|
|
7
7
|
row_id: import("@activepieces/pieces-framework").NumberProperty<true>;
|
|
8
8
|
applyTo: import("@activepieces/pieces-framework").StaticDropdownProperty<string, true>;
|
|
9
9
|
}>;
|
|
10
|
+
//# sourceMappingURL=clear-row-by-id.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clear-row-by-id.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/clear-row-by-id.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,cAAc;;;;;;;;EAgEzB,CAAC"}
|
|
@@ -6,3 +6,4 @@ export declare const clearWorksheetAction: import("@activepieces/pieces-framewor
|
|
|
6
6
|
worksheetId: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
7
7
|
range: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
8
8
|
}>;
|
|
9
|
+
//# sourceMappingURL=clear-worksheet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clear-worksheet.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/clear-worksheet.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;;;EAwC/B,CAAC"}
|
|
@@ -6,3 +6,4 @@ export declare const convertToRangeAction: import("@activepieces/pieces-framewor
|
|
|
6
6
|
worksheetId: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
7
7
|
tableId: import("@activepieces/pieces-framework").DropdownProperty<string, true, import("@activepieces/pieces-framework").OAuth2Property<import("@activepieces/pieces-framework").OAuth2Props>>;
|
|
8
8
|
}>;
|
|
9
|
+
//# sourceMappingURL=convert-to-range.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"convert-to-range.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/convert-to-range.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,oBAAoB;;;;;;;EA4B/B,CAAC"}
|
|
@@ -8,3 +8,4 @@ export declare const createTableAction: import("@activepieces/pieces-framework")
|
|
|
8
8
|
range: import("@activepieces/pieces-framework").ShortTextProperty<false>;
|
|
9
9
|
hasHeaders: import("@activepieces/pieces-framework").CheckboxProperty<true>;
|
|
10
10
|
}>;
|
|
11
|
+
//# sourceMappingURL=create-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-table.d.ts","sourceRoot":"","sources":["../../../../src/lib/actions/create-table.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB;;;;;;;;;EA0E5B,CAAC"}
|