@activepieces/piece-microsoft-excel-365 0.7.0 → 0.7.1
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/de.json +12 -1
- package/src/i18n/es.json +12 -1
- package/src/i18n/fr.json +12 -1
- package/src/i18n/ja.json +12 -1
- package/src/i18n/nl.json +12 -1
- package/src/i18n/pt.json +12 -1
- package/src/i18n/zh.json +12 -1
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-microsoft-excel-365",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@activepieces/pieces-common": "0.12.
|
|
8
|
-
"@activepieces/pieces-framework": "0.
|
|
9
|
-
"@activepieces/shared": "0.
|
|
7
|
+
"@activepieces/pieces-common": "0.12.4",
|
|
8
|
+
"@activepieces/pieces-framework": "0.31.0",
|
|
9
|
+
"@activepieces/shared": "0.94.0",
|
|
10
10
|
"@microsoft/microsoft-graph-client": "3.0.7",
|
|
11
11
|
"@microsoft/microsoft-graph-types": "2.40.0",
|
|
12
12
|
"dayjs": "1.11.9",
|
package/src/i18n/de.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"Clear Row by ID": "Zeile durch ID löschen",
|
|
30
30
|
"Delete Row": "Zeile löschen",
|
|
31
31
|
"Create Worksheet": "Arbeitsblatt erstellen",
|
|
32
|
+
"Copy Worksheet": "Arbeitsblatt kopieren",
|
|
32
33
|
"Find Row": "Finde Zeile",
|
|
33
34
|
"Find Workbook": "Arbeitsbuch finden",
|
|
34
35
|
"Find Worksheet": "Arbeitsblatt finden",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Clear contents/formatting of an entire row by its ID.": "Lösche Inhalte/Formatierung eines ganzen Datensatzes mit seiner ID.",
|
|
62
63
|
"Delete an entire row from a worksheet by its row number.": "Löschen Sie einen ganzen Datensatz aus einer Tabelle mit Zeilennummer.",
|
|
63
64
|
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Fügen Sie ein neues Arbeitsblatt (Tab) zu einem bestehenden Arbeitsbuch mit optionalen Headern hinzu.",
|
|
65
|
+
"Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.": "Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.",
|
|
64
66
|
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Suchen Sie eine Zeile, indem Sie eine Spalte und einen Wert angeben (z.B. finden Sie eine Zeile, in der „ID“ = 123).",
|
|
65
67
|
"Finds an existing workbook by name.": "Findet ein bestehendes Arbeitsbuch mit Namen.",
|
|
66
68
|
"Finds an existing worksheet by name.": "Findet ein vorhandenes Arbeitsblatt mit Namen.",
|
|
@@ -100,10 +102,13 @@
|
|
|
100
102
|
"Clear Type": "Typ löschen",
|
|
101
103
|
"Row Number": "Zeilennummer",
|
|
102
104
|
"Headers": "Kopfzeilen",
|
|
105
|
+
"Folder": "Ordner",
|
|
106
|
+
"Destination Workbook": "Destination Workbook",
|
|
107
|
+
"New Worksheet Name": "Neuer Arbeitsblattname",
|
|
108
|
+
"Copy Mode": "Copy Mode",
|
|
103
109
|
"File Name": "Dateiname",
|
|
104
110
|
"Exact Match": "Genaues Match",
|
|
105
111
|
"Row ID (Index)": "Zeilennummer (Index)",
|
|
106
|
-
"New Worksheet Name": "Neuer Arbeitsblattname",
|
|
107
112
|
"Method": "Methode",
|
|
108
113
|
"Query Parameters": "Abfrageparameter",
|
|
109
114
|
"Body Type": "Körpertyp",
|
|
@@ -143,6 +148,10 @@
|
|
|
143
148
|
"The number of the row to delete (e.g., 5 to delete the 5th row). Rows below will shift up.": "Die Anzahl der zu löschenden Zeilen (z.B. 5, um die 5. Zeile zu löschen).",
|
|
144
149
|
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "Der Name für das neue Arbeitsblatt. Falls nicht angegeben wird, wird ein Standardname wie 'Sheet1' zugewiesen.",
|
|
145
150
|
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "Optional: Eine Liste von Kopfzeilen, die zur ersten Zeile hinzugefügt werden sollen. Eine Tabelle wird aus diesen Kopfzeilen erstellt.",
|
|
151
|
+
"The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).": "The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).",
|
|
152
|
+
"The workbook to copy the worksheet into. Leave empty to copy within the source workbook.": "The workbook to copy the worksheet into. Leave empty to copy within the source workbook.",
|
|
153
|
+
"\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n": "\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n",
|
|
154
|
+
"Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.": "Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.",
|
|
146
155
|
"The column to search in.": "Die Spalte in der gesucht werden soll.",
|
|
147
156
|
"The value to find in the lookup column.": "Der Wert, der in der Suchspalte zu finden ist.",
|
|
148
157
|
"Excel File name to search for without extension.": "Excel-Dateiname zur Suche ohne Erweiterung.",
|
|
@@ -163,6 +172,8 @@
|
|
|
163
172
|
"All (Contents and Formatting)": "Alle (Inhalt und Formatierung)",
|
|
164
173
|
"Contents Only": "Nur Inhalte",
|
|
165
174
|
"Formats Only": "Nur Formate",
|
|
175
|
+
"Values and formulas": "Values and formulas",
|
|
176
|
+
"Values only": "Values only",
|
|
166
177
|
"GET": "ERHALTEN",
|
|
167
178
|
"POST": "POST",
|
|
168
179
|
"PATCH": "PATCH",
|
package/src/i18n/es.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"Clear Row by ID": "Limpiar fila por ID",
|
|
30
30
|
"Delete Row": "Eliminar fila",
|
|
31
31
|
"Create Worksheet": "Crear hoja de trabajo",
|
|
32
|
+
"Copy Worksheet": "Copiar hoja de trabajo",
|
|
32
33
|
"Find Row": "Buscar fila",
|
|
33
34
|
"Find Workbook": "Buscar Libro de Trabajo",
|
|
34
35
|
"Find Worksheet": "Buscar hoja de trabajo",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Clear contents/formatting of an entire row by its ID.": "Elimina el contenido/formato de una fila entera por su ID.",
|
|
62
63
|
"Delete an entire row from a worksheet by its row number.": "Eliminar una fila entera de una hoja de trabajo por su número de registro.",
|
|
63
64
|
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Añadir una nueva hoja de trabajo (pestaña) a un libro de trabajo existente con cabeceras predeterminadas opcionales.",
|
|
65
|
+
"Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.": "Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.",
|
|
64
66
|
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Busque una fila especificando una columna de búsqueda y un valor (por ejemplo, encuentre una fila donde “ID” = 123).",
|
|
65
67
|
"Finds an existing workbook by name.": "Encuentra un libro existente por su nombre.",
|
|
66
68
|
"Finds an existing worksheet by name.": "Encuentra una hoja de trabajo existente por su nombre.",
|
|
@@ -100,10 +102,13 @@
|
|
|
100
102
|
"Clear Type": "Borrar tipo",
|
|
101
103
|
"Row Number": "Número de fila",
|
|
102
104
|
"Headers": "Encabezados",
|
|
105
|
+
"Folder": "Carpeta",
|
|
106
|
+
"Destination Workbook": "Destination Workbook",
|
|
107
|
+
"New Worksheet Name": "Nuevo nombre de hoja de trabajo",
|
|
108
|
+
"Copy Mode": "Copy Mode",
|
|
103
109
|
"File Name": "Nombre del archivo",
|
|
104
110
|
"Exact Match": "Partida exacta",
|
|
105
111
|
"Row ID (Index)": "ID fila (índice)",
|
|
106
|
-
"New Worksheet Name": "Nuevo nombre de hoja de trabajo",
|
|
107
112
|
"Method": "Método",
|
|
108
113
|
"Query Parameters": "Parámetros de consulta",
|
|
109
114
|
"Body Type": "Tipo de cuerpo",
|
|
@@ -143,6 +148,10 @@
|
|
|
143
148
|
"The number of the row to delete (e.g., 5 to delete the 5th row). Rows below will shift up.": "El número de la fila a eliminar (por ejemplo, 5 para eliminar la quinta fila). Las filas a continuación se desplazarán hacia arriba.",
|
|
144
149
|
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "El nombre de la nueva hoja de cálculo. Si no se proporciona, se asignará un nombre por defecto como 'Sheet1'.",
|
|
145
150
|
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "Opcional: Una lista de cabeceras a añadir a la primera fila. Se creará una tabla a partir de estas cabeceras.",
|
|
151
|
+
"The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).": "The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).",
|
|
152
|
+
"The workbook to copy the worksheet into. Leave empty to copy within the source workbook.": "The workbook to copy the worksheet into. Leave empty to copy within the source workbook.",
|
|
153
|
+
"\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n": "\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n",
|
|
154
|
+
"Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.": "Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.",
|
|
146
155
|
"The column to search in.": "La columna en la que buscar.",
|
|
147
156
|
"The value to find in the lookup column.": "El valor a encontrar en la columna de búsqueda.",
|
|
148
157
|
"Excel File name to search for without extension.": "Nombre del archivo Excel a buscar sin extensión.",
|
|
@@ -163,6 +172,8 @@
|
|
|
163
172
|
"All (Contents and Formatting)": "Todo (contenido y formato)",
|
|
164
173
|
"Contents Only": "Sólo contenido",
|
|
165
174
|
"Formats Only": "Sólo formatos",
|
|
175
|
+
"Values and formulas": "Values and formulas",
|
|
176
|
+
"Values only": "Values only",
|
|
166
177
|
"GET": "RECOGER",
|
|
167
178
|
"POST": "POST",
|
|
168
179
|
"PATCH": "PATCH",
|
package/src/i18n/fr.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"Clear Row by ID": "Effacer la ligne par ID",
|
|
30
30
|
"Delete Row": "Supprimer la ligne",
|
|
31
31
|
"Create Worksheet": "Créer une feuille de calcul",
|
|
32
|
+
"Copy Worksheet": "Copier la feuille de travail",
|
|
32
33
|
"Find Row": "Trouver une ligne",
|
|
33
34
|
"Find Workbook": "Trouver le cahier de travail",
|
|
34
35
|
"Find Worksheet": "Rechercher une feuille de travail",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Clear contents/formatting of an entire row by its ID.": "Effacer le contenu/formatage d'une ligne entière par son ID.",
|
|
62
63
|
"Delete an entire row from a worksheet by its row number.": "Supprime une ligne entière d'une feuille par son numéro de ligne.",
|
|
63
64
|
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Ajouter une nouvelle feuille de travail (onglet) à un classeur existant avec des en-têtes optionnels par défaut.",
|
|
65
|
+
"Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.": "Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.",
|
|
64
66
|
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Localisez une ligne en spécifiant une colonne de recherche et une valeur (par exemple, trouver une ligne où « ID» = 123).",
|
|
65
67
|
"Finds an existing workbook by name.": "Trouve un classeur existant par nom.",
|
|
66
68
|
"Finds an existing worksheet by name.": "Trouve une feuille de travail existante par nom.",
|
|
@@ -100,10 +102,13 @@
|
|
|
100
102
|
"Clear Type": "Effacer le type",
|
|
101
103
|
"Row Number": "Numéro de ligne",
|
|
102
104
|
"Headers": "En-têtes",
|
|
105
|
+
"Folder": "Dossier",
|
|
106
|
+
"Destination Workbook": "Destination Workbook",
|
|
107
|
+
"New Worksheet Name": "Nom de la nouvelle fiche",
|
|
108
|
+
"Copy Mode": "Copy Mode",
|
|
103
109
|
"File Name": "Nom du fichier",
|
|
104
110
|
"Exact Match": "Correspondance exacte",
|
|
105
111
|
"Row ID (Index)": "ID de ligne (Index)",
|
|
106
|
-
"New Worksheet Name": "Nom de la nouvelle fiche",
|
|
107
112
|
"Method": "Méthode",
|
|
108
113
|
"Query Parameters": "Paramètres de requête",
|
|
109
114
|
"Body Type": "Body Type",
|
|
@@ -143,6 +148,10 @@
|
|
|
143
148
|
"The number of the row to delete (e.g., 5 to delete the 5th row). Rows below will shift up.": "Le numéro de la ligne à supprimer (par exemple, 5 pour supprimer la 5ème ligne). Les lignes ci-dessous se déplaceront vers le haut.",
|
|
144
149
|
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "Le nom de la nouvelle feuille de travail. Si elle n'est pas fournie, un nom par défaut comme 'Sheet1' sera assigné.",
|
|
145
150
|
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "Optionnel: Une liste d'entêtes à ajouter à la première ligne. Une table sera créée à partir de ces en-têtes.",
|
|
151
|
+
"The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).": "The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).",
|
|
152
|
+
"The workbook to copy the worksheet into. Leave empty to copy within the source workbook.": "The workbook to copy the worksheet into. Leave empty to copy within the source workbook.",
|
|
153
|
+
"\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n": "\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n",
|
|
154
|
+
"Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.": "Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.",
|
|
146
155
|
"The column to search in.": "La colonne à rechercher.",
|
|
147
156
|
"The value to find in the lookup column.": "La valeur à trouver dans la colonne de recherche.",
|
|
148
157
|
"Excel File name to search for without extension.": "Nom du fichier Excel à rechercher sans extension.",
|
|
@@ -163,6 +172,8 @@
|
|
|
163
172
|
"All (Contents and Formatting)": "Tout (contenu et mise en forme)",
|
|
164
173
|
"Contents Only": "Contenu uniquement",
|
|
165
174
|
"Formats Only": "Formats seulement",
|
|
175
|
+
"Values and formulas": "Values and formulas",
|
|
176
|
+
"Values only": "Values only",
|
|
166
177
|
"GET": "OBTENIR",
|
|
167
178
|
"POST": "POSTER",
|
|
168
179
|
"PATCH": "PATCH",
|
package/src/i18n/ja.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"Clear Row by ID": "IDで行をクリア",
|
|
30
30
|
"Delete Row": "行を削除",
|
|
31
31
|
"Create Worksheet": "ワークシートを作成",
|
|
32
|
+
"Copy Worksheet": "ワークシートをコピー",
|
|
32
33
|
"Find Row": "行を検索",
|
|
33
34
|
"Find Workbook": "ワークブックを検索",
|
|
34
35
|
"Find Worksheet": "ワークシートを検索",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Clear contents/formatting of an entire row by its ID.": "行全体の内容/書式を ID でクリアします。",
|
|
62
63
|
"Delete an entire row from a worksheet by its row number.": "行番号でワークシートから行全体を削除します。",
|
|
63
64
|
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "新しいワークシート(タブ)を既存のワークブックに追加します。",
|
|
65
|
+
"Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.": "Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.",
|
|
64
66
|
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "検索列と値を指定して行を探します(例えば、「ID」=123の行を探します)。",
|
|
65
67
|
"Finds an existing workbook by name.": "既存のワークブックを名前で検索します。",
|
|
66
68
|
"Finds an existing worksheet by name.": "既存のワークシートを名前で検索します。",
|
|
@@ -100,10 +102,13 @@
|
|
|
100
102
|
"Clear Type": "タイプをクリア",
|
|
101
103
|
"Row Number": "行番号",
|
|
102
104
|
"Headers": "ヘッダー",
|
|
105
|
+
"Folder": "Folder",
|
|
106
|
+
"Destination Workbook": "Destination Workbook",
|
|
107
|
+
"New Worksheet Name": "新しいワークシート名",
|
|
108
|
+
"Copy Mode": "Copy Mode",
|
|
103
109
|
"File Name": "ファイル名",
|
|
104
110
|
"Exact Match": "完全一致",
|
|
105
111
|
"Row ID (Index)": "行 ID (インデックス)",
|
|
106
|
-
"New Worksheet Name": "新しいワークシート名",
|
|
107
112
|
"Method": "方法",
|
|
108
113
|
"Query Parameters": "クエリパラメータ",
|
|
109
114
|
"Body Type": "ボディタイプ",
|
|
@@ -143,6 +148,10 @@
|
|
|
143
148
|
"The number of the row to delete (e.g., 5 to delete the 5th row). Rows below will shift up.": "削除する行の数(例:5行目を削除する場合など)。以下の行はシフトアップします。",
|
|
144
149
|
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "新しいワークシートの名前。指定されていない場合は、'Sheet1' のようなデフォルトの名前が割り当てられます。",
|
|
145
150
|
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "オプション: 最初の行に追加するヘッダーのリスト。これらのヘッダーからテーブルが作成されます。",
|
|
151
|
+
"The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).": "The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).",
|
|
152
|
+
"The workbook to copy the worksheet into. Leave empty to copy within the source workbook.": "The workbook to copy the worksheet into. Leave empty to copy within the source workbook.",
|
|
153
|
+
"\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n": "\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n",
|
|
154
|
+
"Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.": "Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.",
|
|
146
155
|
"The column to search in.": "検索するカラム。",
|
|
147
156
|
"The value to find in the lookup column.": "ルックアップ列で検索する値。",
|
|
148
157
|
"Excel File name to search for without extension.": "エクセルファイル名を拡張子なしで検索します。",
|
|
@@ -163,6 +172,8 @@
|
|
|
163
172
|
"All (Contents and Formatting)": "すべて(内容と書式設定)",
|
|
164
173
|
"Contents Only": "内容のみ",
|
|
165
174
|
"Formats Only": "書式のみ",
|
|
175
|
+
"Values and formulas": "Values and formulas",
|
|
176
|
+
"Values only": "Values only",
|
|
166
177
|
"GET": "GET",
|
|
167
178
|
"POST": "POST",
|
|
168
179
|
"PATCH": "PATCH",
|
package/src/i18n/nl.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"Clear Row by ID": "Rij wissen via ID",
|
|
30
30
|
"Delete Row": "Verwijder rij",
|
|
31
31
|
"Create Worksheet": "Werkblad aanmaken",
|
|
32
|
+
"Copy Worksheet": "Kopieer werkblad",
|
|
32
33
|
"Find Row": "Rij zoeken",
|
|
33
34
|
"Find Workbook": "Werkboek vinden",
|
|
34
35
|
"Find Worksheet": "Werkblad zoeken",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Clear contents/formatting of an entire row by its ID.": "Verwijder content/formattering van een hele rij via zijn ID.",
|
|
62
63
|
"Delete an entire row from a worksheet by its row number.": "Verwijder een hele rij van een werkblad met zijn rij nummer.",
|
|
63
64
|
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Voeg een nieuw werkblad (tab) toe aan een bestaand werkboek met optionele standaard headers.",
|
|
65
|
+
"Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.": "Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.",
|
|
64
66
|
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Zoek een rij door een kolom en waarde op te geven (bijv. zoek een rij waar \"ID\" = 123).",
|
|
65
67
|
"Finds an existing workbook by name.": "Vindt een bestaand werkboek op naam.",
|
|
66
68
|
"Finds an existing worksheet by name.": "Vindt een bestaand werkblad op naam.",
|
|
@@ -100,10 +102,13 @@
|
|
|
100
102
|
"Clear Type": "Type leegmaken",
|
|
101
103
|
"Row Number": "Rij nummer",
|
|
102
104
|
"Headers": "Kopteksten",
|
|
105
|
+
"Folder": "Map",
|
|
106
|
+
"Destination Workbook": "Destination Workbook",
|
|
107
|
+
"New Worksheet Name": "Naam nieuwe werkblad",
|
|
108
|
+
"Copy Mode": "Copy Mode",
|
|
103
109
|
"File Name": "File Name",
|
|
104
110
|
"Exact Match": "Exacte overeenkomst",
|
|
105
111
|
"Row ID (Index)": "Rij ID (Index)",
|
|
106
|
-
"New Worksheet Name": "Naam nieuwe werkblad",
|
|
107
112
|
"Method": "Methode",
|
|
108
113
|
"Query Parameters": "Query parameters",
|
|
109
114
|
"Body Type": "Type lichaam",
|
|
@@ -143,6 +148,10 @@
|
|
|
143
148
|
"The number of the row to delete (e.g., 5 to delete the 5th row). Rows below will shift up.": "Het nummer van de rij om te verwijderen (bijv. 5 om de 5e rij te verwijderen). De rijen hieronder zullen naar boven verschuiven.",
|
|
144
149
|
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "De naam voor het nieuwe werkblad. Indien niet opgegeven, zal er een standaardnaam zoals 'Sheet1' worden toegewezen.",
|
|
145
150
|
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "Optioneel: een lijst van koppen om toe te voegen aan de eerste rij. Een tabel zal worden gemaakt op basis van deze headers.",
|
|
151
|
+
"The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).": "The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).",
|
|
152
|
+
"The workbook to copy the worksheet into. Leave empty to copy within the source workbook.": "The workbook to copy the worksheet into. Leave empty to copy within the source workbook.",
|
|
153
|
+
"\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n": "\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n",
|
|
154
|
+
"Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.": "Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.",
|
|
146
155
|
"The column to search in.": "De kolom om in te zoeken.",
|
|
147
156
|
"The value to find in the lookup column.": "De waarde te vinden in de zoek kolom.",
|
|
148
157
|
"Excel File name to search for without extension.": "Excel bestandsnaam om te zoeken zonder extensie.",
|
|
@@ -163,6 +172,8 @@
|
|
|
163
172
|
"All (Contents and Formatting)": "Alle (inhoud en formaten)",
|
|
164
173
|
"Contents Only": "Alleen inhoud",
|
|
165
174
|
"Formats Only": "Alleen formaten",
|
|
175
|
+
"Values and formulas": "Values and formulas",
|
|
176
|
+
"Values only": "Values only",
|
|
166
177
|
"GET": "KRIJG",
|
|
167
178
|
"POST": "POSTE",
|
|
168
179
|
"PATCH": "BEKIJK",
|
package/src/i18n/pt.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"Clear Row by ID": "Limpar Linha por ID",
|
|
30
30
|
"Delete Row": "Excluir linha",
|
|
31
31
|
"Create Worksheet": "Criar planilha",
|
|
32
|
+
"Copy Worksheet": "Copiar planilha",
|
|
32
33
|
"Find Row": "Encontrar linha",
|
|
33
34
|
"Find Workbook": "Encontrar pasta de atividade",
|
|
34
35
|
"Find Worksheet": "Localizar planilha",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Clear contents/formatting of an entire row by its ID.": "Limpar conteúdos/formatação de uma linha inteira por sua ID.",
|
|
62
63
|
"Delete an entire row from a worksheet by its row number.": "Excluir uma linha inteira de uma planilha pelo seu número de linha.",
|
|
63
64
|
"Add a new worksheet (tab) to an existing workbook with optional default headers.": "Adicionar uma nova planilha (guia) para um caderno de trabalho existente com cabeçalhos padrão opcional.",
|
|
65
|
+
"Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.": "Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.",
|
|
64
66
|
"Locate a row by specifying a lookup column and value (e.g. find a row where “ID” = 123).": "Localizar uma linha especificando uma coluna e um valor de pesquisa (por exemplo, encontra uma linha onde \"ID\" = 123).",
|
|
65
67
|
"Finds an existing workbook by name.": "Localiza um caderno de trabalho existente pelo nome.",
|
|
66
68
|
"Finds an existing worksheet by name.": "Localiza uma planilha existente por nome.",
|
|
@@ -100,10 +102,13 @@
|
|
|
100
102
|
"Clear Type": "Limpar Tipo",
|
|
101
103
|
"Row Number": "Número da linha",
|
|
102
104
|
"Headers": "Cabeçalhos",
|
|
105
|
+
"Folder": "Pasta",
|
|
106
|
+
"Destination Workbook": "Destination Workbook",
|
|
107
|
+
"New Worksheet Name": "Nome da Nova Planilha",
|
|
108
|
+
"Copy Mode": "Copy Mode",
|
|
103
109
|
"File Name": "Nome do arquivo",
|
|
104
110
|
"Exact Match": "Partida exata",
|
|
105
111
|
"Row ID (Index)": "ID da Linha (Índice)",
|
|
106
|
-
"New Worksheet Name": "Nome da Nova Planilha",
|
|
107
112
|
"Method": "Método",
|
|
108
113
|
"Query Parameters": "Parâmetros da consulta",
|
|
109
114
|
"Body Type": "Tipo de Corpo",
|
|
@@ -143,6 +148,10 @@
|
|
|
143
148
|
"The number of the row to delete (e.g., 5 to delete the 5th row). Rows below will shift up.": "O número da linha a excluir (por exemplo, 5 para excluir a quinta linha). As linhas abaixo mudarão para cima.",
|
|
144
149
|
"The name for the new worksheet. If not provided, a default name like 'Sheet1' will be assigned.": "O nome da nova planilha. Se não for fornecido, um nome padrão como 'Folha1' será atribuído.",
|
|
145
150
|
"Optional: A list of headers to add to the first row. A table will be created from these headers.": "Opcional: Uma lista de cabeçalhos para adicionar à primeira linha. Uma tabela será criada a partir destes cabeçalhos.",
|
|
151
|
+
"The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).": "The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).",
|
|
152
|
+
"The workbook to copy the worksheet into. Leave empty to copy within the source workbook.": "The workbook to copy the worksheet into. Leave empty to copy within the source workbook.",
|
|
153
|
+
"\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n": "\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n",
|
|
154
|
+
"Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.": "Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.",
|
|
146
155
|
"The column to search in.": "A coluna para pesquisar.",
|
|
147
156
|
"The value to find in the lookup column.": "O valor a ser encontrado na coluna de pesquisa.",
|
|
148
157
|
"Excel File name to search for without extension.": "Nome do arquivo Excel para procurar sem extensão.",
|
|
@@ -163,6 +172,8 @@
|
|
|
163
172
|
"All (Contents and Formatting)": "Todos (Conteúdo e Formatação)",
|
|
164
173
|
"Contents Only": "Apenas conteúdo",
|
|
165
174
|
"Formats Only": "Apenas formatos",
|
|
175
|
+
"Values and formulas": "Values and formulas",
|
|
176
|
+
"Values only": "Values only",
|
|
166
177
|
"GET": "OBTER",
|
|
167
178
|
"POST": "POSTAR",
|
|
168
179
|
"PATCH": "COMPRAR",
|
package/src/i18n/zh.json
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"Clear Row by ID": "Clear Row by ID",
|
|
30
30
|
"Delete Row": "删除行",
|
|
31
31
|
"Create Worksheet": "创建工作表",
|
|
32
|
+
"Copy Worksheet": "复制工作表",
|
|
32
33
|
"Find Row": "Find Row",
|
|
33
34
|
"Find Workbook": "Find Workbook",
|
|
34
35
|
"Find Worksheet": "Find Worksheet",
|
|
@@ -61,6 +62,7 @@
|
|
|
61
62
|
"Clear contents/formatting of an entire row by its ID.": "Clear contents/formatting of an entire row by its ID.",
|
|
62
63
|
"Delete an entire row from a worksheet by its row number.": "Delete an entire row from a worksheet by its row number.",
|
|
63
64
|
"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.",
|
|
65
|
+
"Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.": "Duplicate a worksheet into a new worksheet, in the same workbook or a different one. Copies values, formulas, and number formats.",
|
|
64
66
|
"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).",
|
|
65
67
|
"Finds an existing workbook by name.": "Finds an existing workbook by name.",
|
|
66
68
|
"Finds an existing worksheet by name.": "Finds an existing worksheet by name.",
|
|
@@ -100,10 +102,13 @@
|
|
|
100
102
|
"Clear Type": "Clear Type",
|
|
101
103
|
"Row Number": "行号",
|
|
102
104
|
"Headers": "信头",
|
|
105
|
+
"Folder": "Folder",
|
|
106
|
+
"Destination Workbook": "Destination Workbook",
|
|
107
|
+
"New Worksheet Name": "New Worksheet Name",
|
|
108
|
+
"Copy Mode": "Copy Mode",
|
|
103
109
|
"File Name": "File Name",
|
|
104
110
|
"Exact Match": "精确匹配",
|
|
105
111
|
"Row ID (Index)": "Row ID (Index)",
|
|
106
|
-
"New Worksheet Name": "New Worksheet Name",
|
|
107
112
|
"Method": "方法",
|
|
108
113
|
"Query Parameters": "查询参数",
|
|
109
114
|
"Body Type": "Body Type",
|
|
@@ -143,6 +148,10 @@
|
|
|
143
148
|
"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.",
|
|
144
149
|
"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.",
|
|
145
150
|
"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.",
|
|
151
|
+
"The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).": "The folder containing the workbook. Leave empty to search the entire drive (up to 1000 folders are listed).",
|
|
152
|
+
"The workbook to copy the worksheet into. Leave empty to copy within the source workbook.": "The workbook to copy the worksheet into. Leave empty to copy within the source workbook.",
|
|
153
|
+
"\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n": "\nThe name for the copied worksheet. If left empty, Excel assigns a default name. The name must:\n- Not be blank or exceed 31 characters.\n- Not contain any of: `/`, `\\`, `?`, `*`, `:`, `[`, `]`.\n- Be unique within the destination workbook, and not be the reserved name \"History\".\n",
|
|
154
|
+
"Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.": "Whether to copy the formulas (recalculated in the new sheet) or just the resulting values.",
|
|
146
155
|
"The column to search in.": "The column to search in.",
|
|
147
156
|
"The value to find in the lookup column.": "The value to find in the lookup column.",
|
|
148
157
|
"Excel File name to search for without extension.": "Excel File name to search for without extension.",
|
|
@@ -163,6 +172,8 @@
|
|
|
163
172
|
"All (Contents and Formatting)": "All (Contents and Formatting)",
|
|
164
173
|
"Contents Only": "Contents Only",
|
|
165
174
|
"Formats Only": "Formats Only",
|
|
175
|
+
"Values and formulas": "Values and formulas",
|
|
176
|
+
"Values only": "Values only",
|
|
166
177
|
"GET": "获取",
|
|
167
178
|
"POST": "帖子",
|
|
168
179
|
"PATCH": "PATCH",
|