@activepieces/piece-microsoft-excel-365 0.5.2 → 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
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-microsoft-excel-365",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@activepieces/pieces-common": "0.12.0",
|
|
8
8
|
"@activepieces/pieces-framework": "0.26.0",
|
|
9
|
-
"@activepieces/shared": "0.
|
|
9
|
+
"@activepieces/shared": "0.50.1",
|
|
10
10
|
"@microsoft/microsoft-graph-client": "3.0.7",
|
|
11
11
|
"@microsoft/microsoft-graph-types": "2.40.0",
|
|
12
12
|
"dayjs": "1.11.9",
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"Clear Column by Index": "Clear Column by Index",
|
|
24
24
|
"Clear Cells by Range": "Clear Cells by Range",
|
|
25
25
|
"Clear Row by ID": "Clear Row by ID",
|
|
26
|
+
"Delete Row": "Delete Row",
|
|
26
27
|
"Create Worksheet": "Create Worksheet",
|
|
27
28
|
"Find Row": "Find Row",
|
|
28
29
|
"Find Workbook": "Find Workbook",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"Clear contents/formatting of a column by its index.": "Clear contents/formatting of a column by its index.",
|
|
55
56
|
"Clear a block of cells (range) content or formatting.": "Clear a block of cells (range) content or formatting.",
|
|
56
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.",
|
|
57
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.",
|
|
58
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).",
|
|
59
61
|
"Finds an existing workbook by name.": "Finds an existing workbook by name.",
|
|
@@ -134,6 +136,7 @@
|
|
|
134
136
|
"Specify what to clear from the range.": "Specify what to clear from the range.",
|
|
135
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).",
|
|
136
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.",
|
|
137
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.",
|
|
138
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.",
|
|
139
142
|
"The column to search in.": "The column to search in.",
|