Skip to content

Commit 1c06ea6

Browse files
authored
Merge pull request #21 from aspose-cells/main
python net 25.1
2 parents e1ce641 + 59fbb47 commit 1c06ea6

File tree

334 files changed

+1892
-450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+1892
-450
lines changed

english/aspose.cells.pivot/_index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
1515
| :- | :- |
1616
| [`CustomPiovtFieldGroupItem`](/cells/python-net/aspose.cells.pivot/custompiovtfieldgroupitem) | Represents an item of custom grouped field. |
1717
| [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) | Presents the selected area of the PivotTable. |
18+
| [`PivotAreaCollection`](/cells/python-net/aspose.cells.pivot/pivotareacollection) | Represents a list of pivot area. |
1819
| [`PivotAreaFilter`](/cells/python-net/aspose.cells.pivot/pivotareafilter) | Represents the filter of [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) for [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable). |
1920
| [`PivotAreaFilterCollection`](/cells/python-net/aspose.cells.pivot/pivotareafiltercollection) | Represents the list of filters for [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea) |
21+
| [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat) | Represents a PivotTable Format Condition in PivotFormatCondition Collection. |
22+
| [`PivotConditionalFormatCollection`](/cells/python-net/aspose.cells.pivot/pivotconditionalformatcollection) | Represents all conditional formats of pivot table. |
2023
| [`PivotDateTimeRangeGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotdatetimerangegroupsettings) | Represents the field grouped by date time range. |
2124
| [`PivotDiscreteGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotdiscretegroupsettings) | Rrepsents the discrete group of pivot field |
2225
| [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield) | Represents a field in a PivotTable report. |
@@ -25,8 +28,8 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
2528
| [`PivotFieldSortSetting`](/cells/python-net/aspose.cells.pivot/pivotfieldsortsetting) | Represents the setting of sorting pivot fields. |
2629
| [`PivotFilter`](/cells/python-net/aspose.cells.pivot/pivotfilter) | Represents a PivotFilter in PivotFilter Collection. |
2730
| [`PivotFilterCollection`](/cells/python-net/aspose.cells.pivot/pivotfiltercollection) | Represents a collection of all the PivotFilter objects |
28-
| [`PivotFormatCondition`](/cells/python-net/aspose.cells.pivot/pivotformatcondition) | Represents a PivotTable Format Condition in PivotFormatCondition Collection. |
29-
| [`PivotFormatConditionCollection`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection) | Represents PivotTable Format Conditions. |
31+
| [`PivotFormatCondition`](/cells/python-net/aspose.cells.pivot/pivotformatcondition) | |
32+
| [`PivotFormatConditionCollection`](/cells/python-net/aspose.cells.pivot/pivotformatconditioncollection) | |
3033
| [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) | Represents a item in a PivotField report. |
3134
| [`PivotItemCollection`](/cells/python-net/aspose.cells.pivot/pivotitemcollection) | Represents all the [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem) objects in the PivotField. |
3235
| [`PivotNumbericRangeGroupSettings`](/cells/python-net/aspose.cells.pivot/pivotnumbericrangegroupsettings) | Represents the numberic range group of the pivot field. |

english/aspose.cells.pivot/pivotarea/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ The PivotArea type exposes the following members:
3838
### Methods
3939
| Method | Description |
4040
| :- | :- |
41+
| [select_field](/cells/python-net/aspose.cells.pivot/pivotarea/select_field/#aspose.cells.pivot.PivotFieldType-str) | Select a field in the region as an area. |
42+
| [select_field](/cells/python-net/aspose.cells.pivot/pivotarea/select_field/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Select a field in the region as an area. |
4143
| [select](/cells/python-net/aspose.cells.pivot/pivotarea/select/#aspose.cells.pivot.PivotFieldType-int-aspose.cells.pivot.PivotTableSelectionType) | Select the area with filters. |
44+
| [get_cell_areas](/cells/python-net/aspose.cells.pivot/pivotarea/get_cell_areas/#) | Gets cell areas of this pivot area. |
4245

4346

4447

english/aspose.cells.pivot/pivotarea/axis_type/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: axis_type property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 40
6+
weight: 60
77
url: /aspose.cells.pivot/pivotarea/axis_type/
88
is_root: false
99
---

english/aspose.cells.pivot/pivotarea/filters/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: filters property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 50
6+
weight: 70
77
url: /aspose.cells.pivot/pivotarea/filters/
88
is_root: false
99
---
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: get_cell_areas method
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 20
7+
url: /aspose.cells.pivot/pivotarea/get_cell_areas/
8+
is_root: false
9+
---
10+
11+
## get_cell_areas {#}
12+
13+
Gets cell areas of this pivot area.
14+
15+
16+
### Returns
17+
18+
19+
20+
21+
22+
```python
23+
def get_cell_areas(self):
24+
...
25+
```
26+
27+
28+
29+
30+
31+
### See Also
32+
* module [`aspose.cells.pivot`](../../)
33+
* class [`PivotArea`](/cells/python-net/aspose.cells.pivot/pivotarea)

english/aspose.cells.pivot/pivotarea/is_column_grand_included/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: is_column_grand_included property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 60
6+
weight: 80
77
url: /aspose.cells.pivot/pivotarea/is_column_grand_included/
88
is_root: false
99
---

english/aspose.cells.pivot/pivotarea/is_outline/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: is_outline property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 70
6+
weight: 90
77
url: /aspose.cells.pivot/pivotarea/is_outline/
88
is_root: false
99
---

english/aspose.cells.pivot/pivotarea/is_row_grand_included/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: is_row_grand_included property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 80
6+
weight: 100
77
url: /aspose.cells.pivot/pivotarea/is_row_grand_included/
88
is_root: false
99
---

english/aspose.cells.pivot/pivotarea/only_data/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: only_data property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 90
6+
weight: 110
77
url: /aspose.cells.pivot/pivotarea/only_data/
88
is_root: false
99
---

english/aspose.cells.pivot/pivotarea/only_label/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: only_label property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 100
6+
weight: 120
77
url: /aspose.cells.pivot/pivotarea/only_label/
88
is_root: false
99
---

0 commit comments

Comments
 (0)