Skip to content

Commit

Permalink
Docs for the new fields of the PivotTableOptions and PivotTableField …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
xuri committed Oct 5, 2024
1 parent c7bb52f commit a235463
Show file tree
Hide file tree
Showing 12 changed files with 84 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ar/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
type PivotTableOptions struct {
DataRange string
PivotTableRange string
Name string
Rows []PivotTableField
Columns []PivotTableField
Data []PivotTableField
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// يحتوي على حقول مصفاة أو غير مُصدرة
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions de/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// enthält gefilterte oder nicht exportierte Felder
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions en/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// contains filtered or unexported fields
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions es/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// contiene campos filtrados o no exportados
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions fr/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// contient des champs filtrés ou non exportés
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions it/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// contiene campi filtrati o non esportati
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions ja/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
type PivotTableOptions struct {
DataRange string
PivotTableRange string
Name string
Rows []PivotTableField
Columns []PivotTableField
Data []PivotTableField
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// フィルタされたフィールドまたはエクスポートされていないフィールドが含まれています
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions ko/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
type PivotTableOptions struct {
DataRange string
PivotTableRange string
Name string
Rows []PivotTableField
Columns []PivotTableField
Data []PivotTableField
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// 필터링되거나 내 보내지 않은 필드를 포함합니다
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions pt/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// contém campos filtrados ou não exportados
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
7 changes: 7 additions & 0 deletions ru/pivot.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
type PivotTableOptions struct {
DataRange string
PivotTableRange string
Name string
Rows []PivotTableField
Columns []PivotTableField
Data []PivotTableField
Expand All @@ -18,13 +19,16 @@ type PivotTableOptions struct {
UseAutoFormatting bool
PageOverThenDown bool
MergeItem bool
ClassicLayout bool
CompactData bool
ShowError bool
ShowRowHeaders bool
ShowColHeaders bool
ShowRowStripes bool
ShowColStripes bool
ShowLastColumn bool
FieldPrintTitles bool
ItemPrintTitles bool
PivotTableStyleName string
// содержит отфильтрованные или неэкспортированные поля
}
Expand All @@ -46,8 +50,11 @@ type PivotTableField struct {
Data string
Name string
Outline bool
ShowAll bool
InsertBlankRow bool
Subtotal string
DefaultSubtotal bool
NumFmt int
}
```

Expand Down
Loading

0 comments on commit a235463

Please sign in to comment.