From a235463bcb64c68634213411173558513b5e697a Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 5 Oct 2024 12:48:24 +0800 Subject: [PATCH] Docs for the new fields of the PivotTableOptions and PivotTableField data types - Add new fields Name, ClassicLayout, FieldPrintTitles and ItemPrintTitles in the PivotTableOptions data type - Add new fields ShowAll, InsertBlankRow and NumFmt in the PivotTableField data type --- ar/pivot.md | 7 +++++++ de/pivot.md | 7 +++++++ en/pivot.md | 7 +++++++ es/pivot.md | 7 +++++++ fr/pivot.md | 7 +++++++ it/pivot.md | 7 +++++++ ja/pivot.md | 7 +++++++ ko/pivot.md | 7 +++++++ pt/pivot.md | 7 +++++++ ru/pivot.md | 7 +++++++ zh-hans/pivot.md | 7 +++++++ zh-tw/pivot.md | 7 +++++++ 12 files changed, 84 insertions(+) diff --git a/ar/pivot.md b/ar/pivot.md index d372769b..11872e17 100644 --- a/ar/pivot.md +++ b/ar/pivot.md @@ -8,6 +8,7 @@ type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // يحتوي على حقول مصفاة أو غير مُصدرة } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/de/pivot.md b/de/pivot.md index 9fb0a620..9e11a765 100644 --- a/de/pivot.md +++ b/de/pivot.md @@ -8,6 +8,7 @@ Eine Pivot-Tabelle ist eine Statistiktabelle, in der die Daten einer umfangreich type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // enthält gefilterte oder nicht exportierte Felder } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/en/pivot.md b/en/pivot.md index 6bfbe5a9..c158ad0e 100644 --- a/en/pivot.md +++ b/en/pivot.md @@ -8,6 +8,7 @@ A pivot table is a table of statistics that summarizes the data of a more extens type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // contains filtered or unexported fields } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/es/pivot.md b/es/pivot.md index 184d6022..62f7bd0b 100644 --- a/es/pivot.md +++ b/es/pivot.md @@ -8,6 +8,7 @@ Una tabla dinámica es una tabla de estadísticas que resume los datos de una ta type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // contiene campos filtrados o no exportados } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/fr/pivot.md b/fr/pivot.md index 316e1366..358df971 100644 --- a/fr/pivot.md +++ b/fr/pivot.md @@ -8,6 +8,7 @@ Un tableau croisé dynamique est un tableau de statistiques qui résume les donn type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // contient des champs filtrés ou non exportés } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/it/pivot.md b/it/pivot.md index ff3173ee..d50447aa 100644 --- a/it/pivot.md +++ b/it/pivot.md @@ -8,6 +8,7 @@ Una tabella pivot è una tabella di statistiche che riepiloga i dati di una tabe type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // contiene campi filtrati o non esportati } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/ja/pivot.md b/ja/pivot.md index 44468a39..07084f58 100644 --- a/ja/pivot.md +++ b/ja/pivot.md @@ -8,6 +8,7 @@ type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // フィルタされたフィールドまたはエクスポートされていないフィールドが含まれています } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/ko/pivot.md b/ko/pivot.md index d4860450..c98b91f1 100644 --- a/ko/pivot.md +++ b/ko/pivot.md @@ -8,6 +8,7 @@ type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // 필터링되거나 내 보내지 않은 필드를 포함합니다 } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/pt/pivot.md b/pt/pivot.md index 87fb855c..7d3bd8eb 100644 --- a/pt/pivot.md +++ b/pt/pivot.md @@ -8,6 +8,7 @@ Uma tabela dinâmica é uma tabela de estatísticas que resume os dados de uma t type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // contém campos filtrados ou não exportados } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/ru/pivot.md b/ru/pivot.md index ebf31806..a817d2cc 100644 --- a/ru/pivot.md +++ b/ru/pivot.md @@ -8,6 +8,7 @@ type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -18,6 +19,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -25,6 +27,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // содержит отфильтрованные или неэкспортированные поля } @@ -46,8 +50,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/zh-hans/pivot.md b/zh-hans/pivot.md index 2f1dfe29..c07de092 100644 --- a/zh-hans/pivot.md +++ b/zh-hans/pivot.md @@ -10,6 +10,7 @@ type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -20,6 +21,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -27,6 +29,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // 还包含其他已过滤或未导出的字段 } @@ -48,8 +52,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ``` diff --git a/zh-tw/pivot.md b/zh-tw/pivot.md index 0f4f864b..ceb9d584 100644 --- a/zh-tw/pivot.md +++ b/zh-tw/pivot.md @@ -10,6 +10,7 @@ type PivotTableOptions struct { DataRange string PivotTableRange string + Name string Rows []PivotTableField Columns []PivotTableField Data []PivotTableField @@ -20,6 +21,7 @@ type PivotTableOptions struct { UseAutoFormatting bool PageOverThenDown bool MergeItem bool + ClassicLayout bool CompactData bool ShowError bool ShowRowHeaders bool @@ -27,6 +29,8 @@ type PivotTableOptions struct { ShowRowStripes bool ShowColStripes bool ShowLastColumn bool + FieldPrintTitles bool + ItemPrintTitles bool PivotTableStyleName string // 還包含其他已過濾或未導出的欄位 } @@ -48,8 +52,11 @@ type PivotTableField struct { Data string Name string Outline bool + ShowAll bool + InsertBlankRow bool Subtotal string DefaultSubtotal bool + NumFmt int } ```