You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/excel/metasheet.md
+109-1Lines changed: 109 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,13 @@ Each element can be:
225
225
226
226
{{< alert icon="ⓘ" context="info" text="Glob pattern usually should not match the main workbook. If matched, then tableauc will auto eliminate it." />}}
227
227
228
-
For example:
228
+
### Merging multiple workbooks
229
+
230
+
For example, there are three workbooks, each containing a worksheet `ZoneConf` with the same schema:
231
+
232
+
-**MergerMain.xlsx** (main): contains `@TABLEAU` metasheet with a Glob pattern `Merger*.xlsx` in the `Merger` column to match all sub workbooks.
233
+
-**Merger2.xlsx** (sub): contains only the data worksheet, no `@TABLEAU` metasheet needed.
234
+
-**Merger3.xlsx** (sub): contains only the data worksheet, no `@TABLEAU` metasheet needed.
229
235
230
236
The first (main) workbook: a worksheet `ZoneConf` in *MergerMain.xlsx* (with `@TABLEAU`):
231
237
@@ -331,6 +337,108 @@ message ZoneConf {
331
337
332
338
{{< /details >}}
333
339
340
+
### Merging multiple sheets in same workbook
341
+
342
+
For example, there are three worksheets with the same schema in the same workbook *Merger.xlsx*:
343
+
344
+
-`ZoneConf` (main sheet, with `@TABLEAU`)
345
+
-`ZoneConf2` (sub sheet)
346
+
-`ZoneConf3` (sub sheet)
347
+
348
+
The main workbook: worksheets `ZoneConf`, `ZoneConf2`, `ZoneConf3`, and `@TABLEAU` in *Merger.xlsx*:
0 commit comments