diff --git a/english/_index.md b/english/_index.md
index 8a3c2bd97d..b0654b8685 100644
--- a/english/_index.md
+++ b/english/_index.md
@@ -20,6 +20,7 @@ is_root: true
| [`aspose.cells.drawing.equations`](/cells/python-net/aspose.cells.drawing.equations) | The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating various equation shapes (such as fractional equations, power equations, etc.) through equation nodes. |
| [`aspose.cells.drawing.texts`](/cells/python-net/aspose.cells.drawing.texts) | The **Aspose.Cells.Drawing.Texts** namespace provides classes that draw and format texts objects such paragraph, bullet and more. |
| [`aspose.cells.externalconnections`](/cells/python-net/aspose.cells.externalconnections) | The **Aspose.Cells.ExternalConnections** namespace provides classes for external connections to retrieve data from external sources such as Databases and the Web. |
+| [`aspose.cells.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace contains all classes for options of loading. |
| [`aspose.cells.json`](/cells/python-net/aspose.cells.json) | The **Aspose.Cells.Json** namespace contains all classes of JSON. |
| [`aspose.cells.markup`](/cells/python-net/aspose.cells.markup) | The **Aspose.Cells.Markup** namespace contains classes that represent customer defined semantics in a document: smart tags, custom XML and more markup tags. |
| [`aspose.cells.metadata`](/cells/python-net/aspose.cells.metadata) | The **Aspose.Cells.Metadata** namespace contains all classes of loading and saving metadata of Spreadsheets. |
diff --git a/english/aspose.cells.charts/axis/_index.md b/english/aspose.cells.charts/axis/_index.md
index 03419880fb..7fb61a0a5c 100644
--- a/english/aspose.cells.charts/axis/_index.md
+++ b/english/aspose.cells.charts/axis/_index.md
@@ -45,6 +45,7 @@ The Axis type exposes the following members:
| [display_unit](/cells/python-net/aspose.cells.charts/axis/display_unit) | Represents the unit label for the specified axis. |
| [cust_unit](/cells/python-net/aspose.cells.charts/axis/cust_unit) | Specifies a custom value for the display unit. |
| [custom_unit](/cells/python-net/aspose.cells.charts/axis/custom_unit) | Specifies a custom value for the display unit. |
+| [custom_display_unit](/cells/python-net/aspose.cells.charts/axis/custom_display_unit) | Specifies a custom value for the display unit. |
| [display_unit_label](/cells/python-net/aspose.cells.charts/axis/display_unit_label) | Represents a unit label on an axis in the specified chart.
Unit labels are useful for charting large values— for example, in the millions or billions. |
| [is_display_unit_label_shown](/cells/python-net/aspose.cells.charts/axis/is_display_unit_label_shown) | Represents if the display unit label is shown on the specified axis. |
| [title](/cells/python-net/aspose.cells.charts/axis/title) | Gets the axis' title. |
diff --git a/english/aspose.cells.charts/axis/custom_display_unit/_index.md b/english/aspose.cells.charts/axis/custom_display_unit/_index.md
new file mode 100644
index 0000000000..8201dedb04
--- /dev/null
+++ b/english/aspose.cells.charts/axis/custom_display_unit/_index.md
@@ -0,0 +1,27 @@
+---
+title: custom_display_unit property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cells.charts/axis/custom_display_unit/
+is_root: false
+---
+
+## custom_display_unit property
+
+
+Specifies a custom value for the display unit.
+### Definition:
+```python
+@property
+def custom_display_unit(self):
+ ...
+@custom_display_unit.setter
+def custom_display_unit(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.charts`](../../)
+* class [`Axis`](/cells/python-net/aspose.cells.charts/axis)
diff --git a/english/aspose.cells.charts/axis/custom_unit/_index.md b/english/aspose.cells.charts/axis/custom_unit/_index.md
index 568c6148ba..088cb698dd 100644
--- a/english/aspose.cells.charts/axis/custom_unit/_index.md
+++ b/english/aspose.cells.charts/axis/custom_unit/_index.md
@@ -3,7 +3,7 @@ title: custom_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells.charts/axis/custom_unit/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Specifies a custom value for the display unit.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use Axis.CoustomDisplayUnit property.
+This property will be removed 12 months later since February 2025.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.charts/axis/display_unit/_index.md b/english/aspose.cells.charts/axis/display_unit/_index.md
index 332455a0de..76e1c0b04e 100644
--- a/english/aspose.cells.charts/axis/display_unit/_index.md
+++ b/english/aspose.cells.charts/axis/display_unit/_index.md
@@ -3,7 +3,7 @@ title: display_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.charts/axis/display_unit/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/display_unit_label/_index.md b/english/aspose.cells.charts/axis/display_unit_label/_index.md
index 5c329281c0..b522b12c24 100644
--- a/english/aspose.cells.charts/axis/display_unit_label/_index.md
+++ b/english/aspose.cells.charts/axis/display_unit_label/_index.md
@@ -3,7 +3,7 @@ title: display_unit_label property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells.charts/axis/display_unit_label/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/has_multi_level_labels/_index.md b/english/aspose.cells.charts/axis/has_multi_level_labels/_index.md
index 9f3022755e..88a7f6c011 100644
--- a/english/aspose.cells.charts/axis/has_multi_level_labels/_index.md
+++ b/english/aspose.cells.charts/axis/has_multi_level_labels/_index.md
@@ -3,7 +3,7 @@ title: has_multi_level_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.charts/axis/has_multi_level_labels/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_auto_tick_label_spacing/_index.md b/english/aspose.cells.charts/axis/is_auto_tick_label_spacing/_index.md
index 65d1227a67..ace9abba99 100644
--- a/english/aspose.cells.charts/axis/is_auto_tick_label_spacing/_index.md
+++ b/english/aspose.cells.charts/axis/is_auto_tick_label_spacing/_index.md
@@ -3,7 +3,7 @@ title: is_auto_tick_label_spacing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.charts/axis/is_auto_tick_label_spacing/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_automatic_major_unit/_index.md b/english/aspose.cells.charts/axis/is_automatic_major_unit/_index.md
index 4375251abd..b075f850f7 100644
--- a/english/aspose.cells.charts/axis/is_automatic_major_unit/_index.md
+++ b/english/aspose.cells.charts/axis/is_automatic_major_unit/_index.md
@@ -3,7 +3,7 @@ title: is_automatic_major_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 200
url: /aspose.cells.charts/axis/is_automatic_major_unit/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_automatic_max_value/_index.md b/english/aspose.cells.charts/axis/is_automatic_max_value/_index.md
index ec3525046d..9d9db74bd9 100644
--- a/english/aspose.cells.charts/axis/is_automatic_max_value/_index.md
+++ b/english/aspose.cells.charts/axis/is_automatic_max_value/_index.md
@@ -3,7 +3,7 @@ title: is_automatic_max_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.charts/axis/is_automatic_max_value/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_automatic_min_value/_index.md b/english/aspose.cells.charts/axis/is_automatic_min_value/_index.md
index 8e61e7cc11..9f4ac64b42 100644
--- a/english/aspose.cells.charts/axis/is_automatic_min_value/_index.md
+++ b/english/aspose.cells.charts/axis/is_automatic_min_value/_index.md
@@ -3,7 +3,7 @@ title: is_automatic_min_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells.charts/axis/is_automatic_min_value/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_automatic_minor_unit/_index.md b/english/aspose.cells.charts/axis/is_automatic_minor_unit/_index.md
index 49050b7626..f3f0d28753 100644
--- a/english/aspose.cells.charts/axis/is_automatic_minor_unit/_index.md
+++ b/english/aspose.cells.charts/axis/is_automatic_minor_unit/_index.md
@@ -3,7 +3,7 @@ title: is_automatic_minor_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells.charts/axis/is_automatic_minor_unit/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_display_unit_label_shown/_index.md b/english/aspose.cells.charts/axis/is_display_unit_label_shown/_index.md
index b5474b2a2b..37e56fec4f 100644
--- a/english/aspose.cells.charts/axis/is_display_unit_label_shown/_index.md
+++ b/english/aspose.cells.charts/axis/is_display_unit_label_shown/_index.md
@@ -3,7 +3,7 @@ title: is_display_unit_label_shown property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells.charts/axis/is_display_unit_label_shown/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_logarithmic/_index.md b/english/aspose.cells.charts/axis/is_logarithmic/_index.md
index 49939a8806..0768c52a78 100644
--- a/english/aspose.cells.charts/axis/is_logarithmic/_index.md
+++ b/english/aspose.cells.charts/axis/is_logarithmic/_index.md
@@ -3,7 +3,7 @@ title: is_logarithmic property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells.charts/axis/is_logarithmic/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_plot_order_reversed/_index.md b/english/aspose.cells.charts/axis/is_plot_order_reversed/_index.md
index da5aee84ac..4614f84409 100644
--- a/english/aspose.cells.charts/axis/is_plot_order_reversed/_index.md
+++ b/english/aspose.cells.charts/axis/is_plot_order_reversed/_index.md
@@ -3,7 +3,7 @@ title: is_plot_order_reversed property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells.charts/axis/is_plot_order_reversed/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/is_visible/_index.md b/english/aspose.cells.charts/axis/is_visible/_index.md
index 9f553576ec..e62a65f70b 100644
--- a/english/aspose.cells.charts/axis/is_visible/_index.md
+++ b/english/aspose.cells.charts/axis/is_visible/_index.md
@@ -3,7 +3,7 @@ title: is_visible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells.charts/axis/is_visible/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/log_base/_index.md b/english/aspose.cells.charts/axis/log_base/_index.md
index b3883cdb64..07df3da96e 100644
--- a/english/aspose.cells.charts/axis/log_base/_index.md
+++ b/english/aspose.cells.charts/axis/log_base/_index.md
@@ -3,7 +3,7 @@ title: log_base property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells.charts/axis/log_base/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/major_grid_lines/_index.md b/english/aspose.cells.charts/axis/major_grid_lines/_index.md
index da99f99c03..4f43265f04 100644
--- a/english/aspose.cells.charts/axis/major_grid_lines/_index.md
+++ b/english/aspose.cells.charts/axis/major_grid_lines/_index.md
@@ -3,7 +3,7 @@ title: major_grid_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells.charts/axis/major_grid_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/major_tick_mark/_index.md b/english/aspose.cells.charts/axis/major_tick_mark/_index.md
index 4983599935..4d605e6851 100644
--- a/english/aspose.cells.charts/axis/major_tick_mark/_index.md
+++ b/english/aspose.cells.charts/axis/major_tick_mark/_index.md
@@ -3,7 +3,7 @@ title: major_tick_mark property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells.charts/axis/major_tick_mark/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/major_unit/_index.md b/english/aspose.cells.charts/axis/major_unit/_index.md
index aeafa6ffb6..b65aca357d 100644
--- a/english/aspose.cells.charts/axis/major_unit/_index.md
+++ b/english/aspose.cells.charts/axis/major_unit/_index.md
@@ -3,7 +3,7 @@ title: major_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells.charts/axis/major_unit/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/major_unit_scale/_index.md b/english/aspose.cells.charts/axis/major_unit_scale/_index.md
index ea8031b321..955b43c80c 100644
--- a/english/aspose.cells.charts/axis/major_unit_scale/_index.md
+++ b/english/aspose.cells.charts/axis/major_unit_scale/_index.md
@@ -3,7 +3,7 @@ title: major_unit_scale property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells.charts/axis/major_unit_scale/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/max_value/_index.md b/english/aspose.cells.charts/axis/max_value/_index.md
index 1eca7f70ad..63f68e8aa4 100644
--- a/english/aspose.cells.charts/axis/max_value/_index.md
+++ b/english/aspose.cells.charts/axis/max_value/_index.md
@@ -3,7 +3,7 @@ title: max_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells.charts/axis/max_value/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/min_value/_index.md b/english/aspose.cells.charts/axis/min_value/_index.md
index 15f046dcd4..b79582b28a 100644
--- a/english/aspose.cells.charts/axis/min_value/_index.md
+++ b/english/aspose.cells.charts/axis/min_value/_index.md
@@ -3,7 +3,7 @@ title: min_value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells.charts/axis/min_value/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/minor_grid_lines/_index.md b/english/aspose.cells.charts/axis/minor_grid_lines/_index.md
index c50bb46b80..9add754fb0 100644
--- a/english/aspose.cells.charts/axis/minor_grid_lines/_index.md
+++ b/english/aspose.cells.charts/axis/minor_grid_lines/_index.md
@@ -3,7 +3,7 @@ title: minor_grid_lines property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells.charts/axis/minor_grid_lines/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/minor_tick_mark/_index.md b/english/aspose.cells.charts/axis/minor_tick_mark/_index.md
index 76cd9e127c..dd820847ab 100644
--- a/english/aspose.cells.charts/axis/minor_tick_mark/_index.md
+++ b/english/aspose.cells.charts/axis/minor_tick_mark/_index.md
@@ -3,7 +3,7 @@ title: minor_tick_mark property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells.charts/axis/minor_tick_mark/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/minor_unit/_index.md b/english/aspose.cells.charts/axis/minor_unit/_index.md
index f130fd9db2..e2f6feffa3 100644
--- a/english/aspose.cells.charts/axis/minor_unit/_index.md
+++ b/english/aspose.cells.charts/axis/minor_unit/_index.md
@@ -3,7 +3,7 @@ title: minor_unit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 370
url: /aspose.cells.charts/axis/minor_unit/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/minor_unit_scale/_index.md b/english/aspose.cells.charts/axis/minor_unit_scale/_index.md
index a2d0cb9277..24e5f57eb9 100644
--- a/english/aspose.cells.charts/axis/minor_unit_scale/_index.md
+++ b/english/aspose.cells.charts/axis/minor_unit_scale/_index.md
@@ -3,7 +3,7 @@ title: minor_unit_scale property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells.charts/axis/minor_unit_scale/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/tick_label_position/_index.md b/english/aspose.cells.charts/axis/tick_label_position/_index.md
index 7dcc1784af..2305aa77b3 100644
--- a/english/aspose.cells.charts/axis/tick_label_position/_index.md
+++ b/english/aspose.cells.charts/axis/tick_label_position/_index.md
@@ -3,7 +3,7 @@ title: tick_label_position property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 390
url: /aspose.cells.charts/axis/tick_label_position/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/tick_label_spacing/_index.md b/english/aspose.cells.charts/axis/tick_label_spacing/_index.md
index dfec473f0c..4e16023715 100644
--- a/english/aspose.cells.charts/axis/tick_label_spacing/_index.md
+++ b/english/aspose.cells.charts/axis/tick_label_spacing/_index.md
@@ -3,7 +3,7 @@ title: tick_label_spacing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 400
url: /aspose.cells.charts/axis/tick_label_spacing/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/tick_labels/_index.md b/english/aspose.cells.charts/axis/tick_labels/_index.md
index 6dbc8f50b8..dd21f53f7d 100644
--- a/english/aspose.cells.charts/axis/tick_labels/_index.md
+++ b/english/aspose.cells.charts/axis/tick_labels/_index.md
@@ -3,7 +3,7 @@ title: tick_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 410
url: /aspose.cells.charts/axis/tick_labels/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/tick_mark_spacing/_index.md b/english/aspose.cells.charts/axis/tick_mark_spacing/_index.md
index 49f5279e23..f92b0bac21 100644
--- a/english/aspose.cells.charts/axis/tick_mark_spacing/_index.md
+++ b/english/aspose.cells.charts/axis/tick_mark_spacing/_index.md
@@ -3,7 +3,7 @@ title: tick_mark_spacing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 420
url: /aspose.cells.charts/axis/tick_mark_spacing/
is_root: false
---
diff --git a/english/aspose.cells.charts/axis/title/_index.md b/english/aspose.cells.charts/axis/title/_index.md
index b2153501af..9319e85483 100644
--- a/english/aspose.cells.charts/axis/title/_index.md
+++ b/english/aspose.cells.charts/axis/title/_index.md
@@ -3,7 +3,7 @@ title: title property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 430
url: /aspose.cells.charts/axis/title/
is_root: false
---
diff --git a/english/aspose.cells.loading/_index.md b/english/aspose.cells.loading/_index.md
new file mode 100644
index 0000000000..7c9a826df8
--- /dev/null
+++ b/english/aspose.cells.loading/_index.md
@@ -0,0 +1,19 @@
+---
+title: aspose.cells.loading
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cells.loading/
+is_root: false
+---
+
+
+
+### Classes
+| Class | Description |
+| :- | :- |
+| [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions) | Represents the options of loading .dbf file. |
+| [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions) | Represents the options of loading .dif file. |
+
+
diff --git a/english/aspose.cells.loading/dbfloadoptions/__init__/_index.md b/english/aspose.cells.loading/dbfloadoptions/__init__/_index.md
new file mode 100644
index 0000000000..d2aef3b22d
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/__init__/_index.md
@@ -0,0 +1,28 @@
+---
+title: DbfLoadOptions constructor
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cells.loading/dbfloadoptions/__init__/
+is_root: false
+---
+
+## __init__ {#}
+
+The options.
+
+
+
+```python
+def __init__(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/_index.md b/english/aspose.cells.loading/dbfloadoptions/_index.md
new file mode 100644
index 0000000000..65066711f6
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/_index.md
@@ -0,0 +1,69 @@
+---
+title: DbfLoadOptions class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cells.loading/dbfloadoptions/
+is_root: false
+---
+
+## DbfLoadOptions class
+
+Represents the options of loading .dbf file.
+
+
+
+**Inheritance:** [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions) →
+[`LoadOptions`](/cells/python-net/aspose.cells/loadoptions)
+
+
+
+The DbfLoadOptions type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [__init__](/cells/python-net/aspose.cells.loading/dbfloadoptions/__init__/#) | The options. |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [load_format](/cells/python-net/aspose.cells.loading/dbfloadoptions/load_format) | Gets the load format. |
+| [password](/cells/python-net/aspose.cells.loading/dbfloadoptions/password) | Gets and set the password of the workbook. |
+| [parsing_formula_on_open](/cells/python-net/aspose.cells.loading/dbfloadoptions/parsing_formula_on_open) | Indicates whether parsing the formula when reading the file. |
+| [parsing_pivot_cached_records](/cells/python-net/aspose.cells.loading/dbfloadoptions/parsing_pivot_cached_records) | Indicates whether parsing pivot cached records when loading the file.
The default value is false. |
+| [language_code](/cells/python-net/aspose.cells.loading/dbfloadoptions/language_code) | Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file. |
+| [region](/cells/python-net/aspose.cells.loading/dbfloadoptions/region) | Gets or sets the system regional settings based on CountryCode at the time the file was loaded. |
+| [default_style_settings](/cells/python-net/aspose.cells.loading/dbfloadoptions/default_style_settings) | Gets the default style settings for initializing styles of the workbook |
+| [standard_font](/cells/python-net/aspose.cells.loading/dbfloadoptions/standard_font) | Sets the default standard font name |
+| [standard_font_size](/cells/python-net/aspose.cells.loading/dbfloadoptions/standard_font_size) | Sets the default standard font size. |
+| [interrupt_monitor](/cells/python-net/aspose.cells.loading/dbfloadoptions/interrupt_monitor) | Gets and sets the interrupt monitor. |
+| [ignore_not_printed](/cells/python-net/aspose.cells.loading/dbfloadoptions/ignore_not_printed) | Ignore the data which are not printed if directly printing the file |
+| [check_data_valid](/cells/python-net/aspose.cells.loading/dbfloadoptions/check_data_valid) | Check whether data is valid in the template file. |
+| [check_excel_restriction](/cells/python-net/aspose.cells.loading/dbfloadoptions/check_excel_restriction) | Whether check restriction of excel file when user modify cells related objects.
For example, excel does not allow inputting string value longer than 32K.
When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception.
If this property is false, we will accept your input string value as the cell's value so that later
you can output the complete string value for other file formats such as CSV.
However, if you have set such kind of value that is invalid for excel file format,
you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. |
+| [keep_unparsed_data](/cells/python-net/aspose.cells.loading/dbfloadoptions/keep_unparsed_data) | Whether keep the unparsed data in memory for the Workbook when it is loaded from template file. Default is true. |
+| [load_filter](/cells/python-net/aspose.cells.loading/dbfloadoptions/load_filter) | The filter to denote how to load data. |
+| [light_cells_data_handler](/cells/python-net/aspose.cells.loading/dbfloadoptions/light_cells_data_handler) | The data handler for processing cells data when reading template file. |
+| [memory_setting](/cells/python-net/aspose.cells.loading/dbfloadoptions/memory_setting) | Gets or sets the memory usage options. |
+| [warning_callback](/cells/python-net/aspose.cells.loading/dbfloadoptions/warning_callback) | Gets or sets warning callback. |
+| [auto_fitter_options](/cells/python-net/aspose.cells.loading/dbfloadoptions/auto_fitter_options) | Gets and sets the auto fitter options |
+| [auto_filter](/cells/python-net/aspose.cells.loading/dbfloadoptions/auto_filter) | Indicates whether auto filtering the data when loading the files. |
+| [font_configs](/cells/python-net/aspose.cells.loading/dbfloadoptions/font_configs) | Gets and sets individual font configs.
Only works for the [`Workbook`](/cells/python-net/aspose.cells/workbook) which uses this [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions) to load. |
+| [ignore_useless_shapes](/cells/python-net/aspose.cells.loading/dbfloadoptions/ignore_useless_shapes) | Indicates whether ignoring useless shapes. |
+| [preserve_padding_spaces_in_formula](/cells/python-net/aspose.cells.loading/dbfloadoptions/preserve_padding_spaces_in_formula) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens
while getting and setting formulas.
Default value is false. |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [set_paper_size](/cells/python-net/aspose.cells.loading/dbfloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. |
+
+
+
+### See Also
+* module [`aspose.cells.loading`](..)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
+* class [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions)
+* class [`Workbook`](/cells/python-net/aspose.cells/workbook)
diff --git a/english/aspose.cells.loading/dbfloadoptions/auto_filter/_index.md b/english/aspose.cells.loading/dbfloadoptions/auto_filter/_index.md
new file mode 100644
index 0000000000..ea87331fdc
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/auto_filter/_index.md
@@ -0,0 +1,33 @@
+---
+title: auto_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.loading/dbfloadoptions/auto_filter/
+is_root: false
+---
+
+## auto_filter property
+
+
+Indicates whether auto filtering the data when loading the files.
+
+### Remarks
+
+
+Sometimes although autofilter is set, the corresponding rows is not hidden in the file.
+Now only works for SpreadSheetML file.
+### Definition:
+```python
+@property
+def auto_filter(self):
+ ...
+@auto_filter.setter
+def auto_filter(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/auto_fitter_options/_index.md b/english/aspose.cells.loading/dbfloadoptions/auto_fitter_options/_index.md
new file mode 100644
index 0000000000..056a55568e
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/auto_fitter_options/_index.md
@@ -0,0 +1,33 @@
+---
+title: auto_fitter_options property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.loading/dbfloadoptions/auto_fitter_options/
+is_root: false
+---
+
+## auto_fitter_options property
+
+
+Gets and sets the auto fitter options
+
+### Remarks
+
+
+Only for xlsx ,spreadsheetML file now.
+### Definition:
+```python
+@property
+def auto_fitter_options(self):
+ ...
+@auto_fitter_options.setter
+def auto_fitter_options(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`AutoFitterOptions`](/cells/python-net/aspose.cells/autofitteroptions)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/check_data_valid/_index.md b/english/aspose.cells.loading/dbfloadoptions/check_data_valid/_index.md
new file mode 100644
index 0000000000..f125ca8482
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/check_data_valid/_index.md
@@ -0,0 +1,27 @@
+---
+title: check_data_valid property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.loading/dbfloadoptions/check_data_valid/
+is_root: false
+---
+
+## check_data_valid property
+
+
+Check whether data is valid in the template file.
+### Definition:
+```python
+@property
+def check_data_valid(self):
+ ...
+@check_data_valid.setter
+def check_data_valid(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/check_excel_restriction/_index.md b/english/aspose.cells.loading/dbfloadoptions/check_excel_restriction/_index.md
new file mode 100644
index 0000000000..73404358fe
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/check_excel_restriction/_index.md
@@ -0,0 +1,33 @@
+---
+title: check_excel_restriction property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.loading/dbfloadoptions/check_excel_restriction/
+is_root: false
+---
+
+## check_excel_restriction property
+
+
+Whether check restriction of excel file when user modify cells related objects.
+For example, excel does not allow inputting string value longer than 32K.
+When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception.
+If this property is false, we will accept your input string value as the cell's value so that later
+you can output the complete string value for other file formats such as CSV.
+However, if you have set such kind of value that is invalid for excel file format,
+you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.
+### Definition:
+```python
+@property
+def check_excel_restriction(self):
+ ...
+@check_excel_restriction.setter
+def check_excel_restriction(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/default_style_settings/_index.md b/english/aspose.cells.loading/dbfloadoptions/default_style_settings/_index.md
new file mode 100644
index 0000000000..c0ff05096a
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/default_style_settings/_index.md
@@ -0,0 +1,25 @@
+---
+title: default_style_settings property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.loading/dbfloadoptions/default_style_settings/
+is_root: false
+---
+
+## default_style_settings property
+
+
+Gets the default style settings for initializing styles of the workbook
+### Definition:
+```python
+@property
+def default_style_settings(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
+* class [`DefaultStyleSettings`](/cells/python-net/aspose.cells/defaultstylesettings)
diff --git a/english/aspose.cells.loading/dbfloadoptions/font_configs/_index.md b/english/aspose.cells.loading/dbfloadoptions/font_configs/_index.md
new file mode 100644
index 0000000000..0868b6f918
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/font_configs/_index.md
@@ -0,0 +1,31 @@
+---
+title: font_configs property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cells.loading/dbfloadoptions/font_configs/
+is_root: false
+---
+
+## font_configs property
+
+
+Gets and sets individual font configs.
+Only works for the [`Workbook`](/cells/python-net/aspose.cells/workbook) which uses this [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions) to load.
+### Definition:
+```python
+@property
+def font_configs(self):
+ ...
+@font_configs.setter
+def font_configs(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
+* class [`IndividualFontConfigs`](/cells/python-net/aspose.cells/individualfontconfigs)
+* class [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions)
+* class [`Workbook`](/cells/python-net/aspose.cells/workbook)
diff --git a/english/aspose.cells.loading/dbfloadoptions/ignore_not_printed/_index.md b/english/aspose.cells.loading/dbfloadoptions/ignore_not_printed/_index.md
new file mode 100644
index 0000000000..34d5ca4600
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/ignore_not_printed/_index.md
@@ -0,0 +1,32 @@
+---
+title: ignore_not_printed property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cells.loading/dbfloadoptions/ignore_not_printed/
+is_root: false
+---
+
+## ignore_not_printed property
+
+
+Ignore the data which are not printed if directly printing the file
+
+### Remarks
+
+
+Only for xlsx file.
+### Definition:
+```python
+@property
+def ignore_not_printed(self):
+ ...
+@ignore_not_printed.setter
+def ignore_not_printed(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/ignore_useless_shapes/_index.md b/english/aspose.cells.loading/dbfloadoptions/ignore_useless_shapes/_index.md
new file mode 100644
index 0000000000..cd3841d35c
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/ignore_useless_shapes/_index.md
@@ -0,0 +1,34 @@
+---
+title: ignore_useless_shapes property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells.loading/dbfloadoptions/ignore_useless_shapes/
+is_root: false
+---
+
+## ignore_useless_shapes property
+
+
+Indicates whether ignoring useless shapes.
+
+### Remarks
+
+
+Only works for xlsx,xlsb, and xlsm files.
+There are many overlapping identical shapes which are useless in some files,
+we can ingore them when loading files.
+### Definition:
+```python
+@property
+def ignore_useless_shapes(self):
+ ...
+@ignore_useless_shapes.setter
+def ignore_useless_shapes(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/interrupt_monitor/_index.md b/english/aspose.cells.loading/dbfloadoptions/interrupt_monitor/_index.md
new file mode 100644
index 0000000000..b92e8666dd
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/interrupt_monitor/_index.md
@@ -0,0 +1,28 @@
+---
+title: interrupt_monitor property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cells.loading/dbfloadoptions/interrupt_monitor/
+is_root: false
+---
+
+## interrupt_monitor property
+
+
+Gets and sets the interrupt monitor.
+### Definition:
+```python
+@property
+def interrupt_monitor(self):
+ ...
+@interrupt_monitor.setter
+def interrupt_monitor(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`AbstractInterruptMonitor`](/cells/python-net/aspose.cells/abstractinterruptmonitor)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/keep_unparsed_data/_index.md b/english/aspose.cells.loading/dbfloadoptions/keep_unparsed_data/_index.md
new file mode 100644
index 0000000000..92733640a3
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/keep_unparsed_data/_index.md
@@ -0,0 +1,33 @@
+---
+title: keep_unparsed_data property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cells.loading/dbfloadoptions/keep_unparsed_data/
+is_root: false
+---
+
+## keep_unparsed_data property
+
+
+Whether keep the unparsed data in memory for the Workbook when it is loaded from template file. Default is true.
+
+### Remarks
+
+
+For scenarios that user only needs to read some contents from template file and does not need to save the workbook back,
+set this property as false may improve performance, especially when using it together with some kind of LoadFilter,
+### Definition:
+```python
+@property
+def keep_unparsed_data(self):
+ ...
+@keep_unparsed_data.setter
+def keep_unparsed_data(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/language_code/_index.md b/english/aspose.cells.loading/dbfloadoptions/language_code/_index.md
new file mode 100644
index 0000000000..7b9e4a2986
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/language_code/_index.md
@@ -0,0 +1,28 @@
+---
+title: language_code property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cells.loading/dbfloadoptions/language_code/
+is_root: false
+---
+
+## language_code property
+
+
+Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file.
+### Definition:
+```python
+@property
+def language_code(self):
+ ...
+@language_code.setter
+def language_code(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`CountryCode`](/cells/python-net/aspose.cells/countrycode)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/light_cells_data_handler/_index.md b/english/aspose.cells.loading/dbfloadoptions/light_cells_data_handler/_index.md
new file mode 100644
index 0000000000..739370506e
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/light_cells_data_handler/_index.md
@@ -0,0 +1,28 @@
+---
+title: light_cells_data_handler property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cells.loading/dbfloadoptions/light_cells_data_handler/
+is_root: false
+---
+
+## light_cells_data_handler property
+
+
+The data handler for processing cells data when reading template file.
+### Definition:
+```python
+@property
+def light_cells_data_handler(self):
+ ...
+@light_cells_data_handler.setter
+def light_cells_data_handler(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
+* class [`LightCellsDataHandler`](/cells/python-net/aspose.cells/lightcellsdatahandler)
diff --git a/english/aspose.cells.loading/dbfloadoptions/load_filter/_index.md b/english/aspose.cells.loading/dbfloadoptions/load_filter/_index.md
new file mode 100644
index 0000000000..91b0ee0613
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/load_filter/_index.md
@@ -0,0 +1,28 @@
+---
+title: load_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cells.loading/dbfloadoptions/load_filter/
+is_root: false
+---
+
+## load_filter property
+
+
+The filter to denote how to load data.
+### Definition:
+```python
+@property
+def load_filter(self):
+ ...
+@load_filter.setter
+def load_filter(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
+* class [`LoadFilter`](/cells/python-net/aspose.cells/loadfilter)
diff --git a/english/aspose.cells.loading/dbfloadoptions/load_format/_index.md b/english/aspose.cells.loading/dbfloadoptions/load_format/_index.md
new file mode 100644
index 0000000000..42c14f98f4
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/load_format/_index.md
@@ -0,0 +1,25 @@
+---
+title: load_format property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cells.loading/dbfloadoptions/load_format/
+is_root: false
+---
+
+## load_format property
+
+
+Gets the load format.
+### Definition:
+```python
+@property
+def load_format(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
+* class [`LoadFormat`](/cells/python-net/aspose.cells/loadformat)
diff --git a/english/aspose.cells.loading/dbfloadoptions/memory_setting/_index.md b/english/aspose.cells.loading/dbfloadoptions/memory_setting/_index.md
new file mode 100644
index 0000000000..fada089766
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/memory_setting/_index.md
@@ -0,0 +1,28 @@
+---
+title: memory_setting property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 180
+url: /aspose.cells.loading/dbfloadoptions/memory_setting/
+is_root: false
+---
+
+## memory_setting property
+
+
+Gets or sets the memory usage options.
+### Definition:
+```python
+@property
+def memory_setting(self):
+ ...
+@memory_setting.setter
+def memory_setting(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
+* class [`MemorySetting`](/cells/python-net/aspose.cells/memorysetting)
diff --git a/english/aspose.cells.loading/dbfloadoptions/parsing_formula_on_open/_index.md b/english/aspose.cells.loading/dbfloadoptions/parsing_formula_on_open/_index.md
new file mode 100644
index 0000000000..bdada5c46d
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/parsing_formula_on_open/_index.md
@@ -0,0 +1,33 @@
+---
+title: parsing_formula_on_open property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cells.loading/dbfloadoptions/parsing_formula_on_open/
+is_root: false
+---
+
+## parsing_formula_on_open property
+
+
+Indicates whether parsing the formula when reading the file.
+
+### Remarks
+
+
+Only applies for Excel Xlsx, Xltx, Xltm and Xlsm file
+because the formulas in the files are stored with a string formula.
+### Definition:
+```python
+@property
+def parsing_formula_on_open(self):
+ ...
+@parsing_formula_on_open.setter
+def parsing_formula_on_open(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/parsing_pivot_cached_records/_index.md b/english/aspose.cells.loading/dbfloadoptions/parsing_pivot_cached_records/_index.md
new file mode 100644
index 0000000000..3362b71a76
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/parsing_pivot_cached_records/_index.md
@@ -0,0 +1,33 @@
+---
+title: parsing_pivot_cached_records property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 200
+url: /aspose.cells.loading/dbfloadoptions/parsing_pivot_cached_records/
+is_root: false
+---
+
+## parsing_pivot_cached_records property
+
+
+Indicates whether parsing pivot cached records when loading the file.
+The default value is false.
+
+### Remarks
+
+
+Only applies for Excel Xlsx, Xltx, Xltm , Xlsm and xlsb file
+### Definition:
+```python
+@property
+def parsing_pivot_cached_records(self):
+ ...
+@parsing_pivot_cached_records.setter
+def parsing_pivot_cached_records(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/password/_index.md b/english/aspose.cells.loading/dbfloadoptions/password/_index.md
new file mode 100644
index 0000000000..edc72918a1
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/password/_index.md
@@ -0,0 +1,27 @@
+---
+title: password property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 210
+url: /aspose.cells.loading/dbfloadoptions/password/
+is_root: false
+---
+
+## password property
+
+
+Gets and set the password of the workbook.
+### Definition:
+```python
+@property
+def password(self):
+ ...
+@password.setter
+def password(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/preserve_padding_spaces_in_formula/_index.md b/english/aspose.cells.loading/dbfloadoptions/preserve_padding_spaces_in_formula/_index.md
new file mode 100644
index 0000000000..2b9f2464bc
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/preserve_padding_spaces_in_formula/_index.md
@@ -0,0 +1,35 @@
+---
+title: preserve_padding_spaces_in_formula property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 220
+url: /aspose.cells.loading/dbfloadoptions/preserve_padding_spaces_in_formula/
+is_root: false
+---
+
+## preserve_padding_spaces_in_formula property
+
+
+Indicates whether preserve those spaces and line breaks that are padded between formula tokens
+while getting and setting formulas.
+Default value is false.
+
+### Remarks
+
+
+After loading workbook from template file with this option, [`FormulaSettings.preserve_padding_spaces`](/cells/python-net/aspose.cells/formulasettings#preserve_padding_spaces)
+will be set to the same value with this property.
+### Definition:
+```python
+@property
+def preserve_padding_spaces_in_formula(self):
+ ...
+@preserve_padding_spaces_in_formula.setter
+def preserve_padding_spaces_in_formula(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/region/_index.md b/english/aspose.cells.loading/dbfloadoptions/region/_index.md
new file mode 100644
index 0000000000..3fe1b9f0c2
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/region/_index.md
@@ -0,0 +1,34 @@
+---
+title: region property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 230
+url: /aspose.cells.loading/dbfloadoptions/region/
+is_root: false
+---
+
+## region property
+
+
+Gets or sets the system regional settings based on CountryCode at the time the file was loaded.
+
+### Remarks
+
+
+If you do not want to use the region saved in the file,
+please reset it after reading the file.
+### Definition:
+```python
+@property
+def region(self):
+ ...
+@region.setter
+def region(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`CountryCode`](/cells/python-net/aspose.cells/countrycode)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/set_paper_size/_index.md b/english/aspose.cells.loading/dbfloadoptions/set_paper_size/_index.md
new file mode 100644
index 0000000000..9b1e9011c3
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/set_paper_size/_index.md
@@ -0,0 +1,33 @@
+---
+title: set_paper_size method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.loading/dbfloadoptions/set_paper_size/
+is_root: false
+---
+
+## set_paper_size {#aspose.cells.PaperSizeType}
+
+Sets the default print paper size from default printer's setting.
+
+
+
+```python
+def set_paper_size(self, type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| type | [`PaperSizeType`](/cells/python-net/aspose.cells/papersizetype) | The default paper size. |
+### Remarks
+
+If there is no setting about paper size,MS Excel will use default printer's setting.
+
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/standard_font/_index.md b/english/aspose.cells.loading/dbfloadoptions/standard_font/_index.md
new file mode 100644
index 0000000000..b2214de254
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/standard_font/_index.md
@@ -0,0 +1,34 @@
+---
+title: standard_font property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 240
+url: /aspose.cells.loading/dbfloadoptions/standard_font/
+is_root: false
+---
+
+## standard_font property
+
+
+Sets the default standard font name
+
+### Remarks
+
+
+NOTE: This member is now obsolete. Instead, please use DefaultStyleSettings.
+This property will be removed 12 months later since March 2022.
+Aspose apologizes for any inconvenience you may have experienced.
+### Definition:
+```python
+@property
+def standard_font(self):
+ ...
+@standard_font.setter
+def standard_font(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/standard_font_size/_index.md b/english/aspose.cells.loading/dbfloadoptions/standard_font_size/_index.md
new file mode 100644
index 0000000000..f5d882ccab
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/standard_font_size/_index.md
@@ -0,0 +1,34 @@
+---
+title: standard_font_size property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 250
+url: /aspose.cells.loading/dbfloadoptions/standard_font_size/
+is_root: false
+---
+
+## standard_font_size property
+
+
+Sets the default standard font size.
+
+### Remarks
+
+
+NOTE: This member is now obsolete. Instead, please use DefaultStyleSettings.
+This property will be removed 12 months later since March 2022.
+Aspose apologizes for any inconvenience you may have experienced.
+### Definition:
+```python
+@property
+def standard_font_size(self):
+ ...
+@standard_font_size.setter
+def standard_font_size(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
diff --git a/english/aspose.cells.loading/dbfloadoptions/warning_callback/_index.md b/english/aspose.cells.loading/dbfloadoptions/warning_callback/_index.md
new file mode 100644
index 0000000000..8b1d21513c
--- /dev/null
+++ b/english/aspose.cells.loading/dbfloadoptions/warning_callback/_index.md
@@ -0,0 +1,28 @@
+---
+title: warning_callback property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 260
+url: /aspose.cells.loading/dbfloadoptions/warning_callback/
+is_root: false
+---
+
+## warning_callback property
+
+
+Gets or sets warning callback.
+### Definition:
+```python
+@property
+def warning_callback(self):
+ ...
+@warning_callback.setter
+def warning_callback(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DbfLoadOptions`](/cells/python-net/aspose.cells.loading/dbfloadoptions)
+* class [`IWarningCallback`](/cells/python-net/aspose.cells/iwarningcallback)
diff --git a/english/aspose.cells.loading/difloadoptions/__init__/_index.md b/english/aspose.cells.loading/difloadoptions/__init__/_index.md
new file mode 100644
index 0000000000..8db3d76377
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/__init__/_index.md
@@ -0,0 +1,28 @@
+---
+title: DifLoadOptions constructor
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cells.loading/difloadoptions/__init__/
+is_root: false
+---
+
+## __init__ {#}
+
+The options.
+
+
+
+```python
+def __init__(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/_index.md b/english/aspose.cells.loading/difloadoptions/_index.md
new file mode 100644
index 0000000000..2a686ce9f7
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/_index.md
@@ -0,0 +1,69 @@
+---
+title: DifLoadOptions class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.loading/difloadoptions/
+is_root: false
+---
+
+## DifLoadOptions class
+
+Represents the options of loading .dif file.
+
+
+
+**Inheritance:** [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions) →
+[`LoadOptions`](/cells/python-net/aspose.cells/loadoptions)
+
+
+
+The DifLoadOptions type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [__init__](/cells/python-net/aspose.cells.loading/difloadoptions/__init__/#) | The options. |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [load_format](/cells/python-net/aspose.cells.loading/difloadoptions/load_format) | Gets the load format. |
+| [password](/cells/python-net/aspose.cells.loading/difloadoptions/password) | Gets and set the password of the workbook. |
+| [parsing_formula_on_open](/cells/python-net/aspose.cells.loading/difloadoptions/parsing_formula_on_open) | Indicates whether parsing the formula when reading the file. |
+| [parsing_pivot_cached_records](/cells/python-net/aspose.cells.loading/difloadoptions/parsing_pivot_cached_records) | Indicates whether parsing pivot cached records when loading the file.
The default value is false. |
+| [language_code](/cells/python-net/aspose.cells.loading/difloadoptions/language_code) | Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file. |
+| [region](/cells/python-net/aspose.cells.loading/difloadoptions/region) | Gets or sets the system regional settings based on CountryCode at the time the file was loaded. |
+| [default_style_settings](/cells/python-net/aspose.cells.loading/difloadoptions/default_style_settings) | Gets the default style settings for initializing styles of the workbook |
+| [standard_font](/cells/python-net/aspose.cells.loading/difloadoptions/standard_font) | Sets the default standard font name |
+| [standard_font_size](/cells/python-net/aspose.cells.loading/difloadoptions/standard_font_size) | Sets the default standard font size. |
+| [interrupt_monitor](/cells/python-net/aspose.cells.loading/difloadoptions/interrupt_monitor) | Gets and sets the interrupt monitor. |
+| [ignore_not_printed](/cells/python-net/aspose.cells.loading/difloadoptions/ignore_not_printed) | Ignore the data which are not printed if directly printing the file |
+| [check_data_valid](/cells/python-net/aspose.cells.loading/difloadoptions/check_data_valid) | Check whether data is valid in the template file. |
+| [check_excel_restriction](/cells/python-net/aspose.cells.loading/difloadoptions/check_excel_restriction) | Whether check restriction of excel file when user modify cells related objects.
For example, excel does not allow inputting string value longer than 32K.
When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception.
If this property is false, we will accept your input string value as the cell's value so that later
you can output the complete string value for other file formats such as CSV.
However, if you have set such kind of value that is invalid for excel file format,
you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file. |
+| [keep_unparsed_data](/cells/python-net/aspose.cells.loading/difloadoptions/keep_unparsed_data) | Whether keep the unparsed data in memory for the Workbook when it is loaded from template file. Default is true. |
+| [load_filter](/cells/python-net/aspose.cells.loading/difloadoptions/load_filter) | The filter to denote how to load data. |
+| [light_cells_data_handler](/cells/python-net/aspose.cells.loading/difloadoptions/light_cells_data_handler) | The data handler for processing cells data when reading template file. |
+| [memory_setting](/cells/python-net/aspose.cells.loading/difloadoptions/memory_setting) | Gets or sets the memory usage options. |
+| [warning_callback](/cells/python-net/aspose.cells.loading/difloadoptions/warning_callback) | Gets or sets warning callback. |
+| [auto_fitter_options](/cells/python-net/aspose.cells.loading/difloadoptions/auto_fitter_options) | Gets and sets the auto fitter options |
+| [auto_filter](/cells/python-net/aspose.cells.loading/difloadoptions/auto_filter) | Indicates whether auto filtering the data when loading the files. |
+| [font_configs](/cells/python-net/aspose.cells.loading/difloadoptions/font_configs) | Gets and sets individual font configs.
Only works for the [`Workbook`](/cells/python-net/aspose.cells/workbook) which uses this [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions) to load. |
+| [ignore_useless_shapes](/cells/python-net/aspose.cells.loading/difloadoptions/ignore_useless_shapes) | Indicates whether ignoring useless shapes. |
+| [preserve_padding_spaces_in_formula](/cells/python-net/aspose.cells.loading/difloadoptions/preserve_padding_spaces_in_formula) | Indicates whether preserve those spaces and line breaks that are padded between formula tokens
while getting and setting formulas.
Default value is false. |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [set_paper_size](/cells/python-net/aspose.cells.loading/difloadoptions/set_paper_size/#aspose.cells.PaperSizeType) | Sets the default print paper size from default printer's setting. |
+
+
+
+### See Also
+* module [`aspose.cells.loading`](..)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
+* class [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions)
+* class [`Workbook`](/cells/python-net/aspose.cells/workbook)
diff --git a/english/aspose.cells.loading/difloadoptions/auto_filter/_index.md b/english/aspose.cells.loading/difloadoptions/auto_filter/_index.md
new file mode 100644
index 0000000000..31438ebc48
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/auto_filter/_index.md
@@ -0,0 +1,33 @@
+---
+title: auto_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.loading/difloadoptions/auto_filter/
+is_root: false
+---
+
+## auto_filter property
+
+
+Indicates whether auto filtering the data when loading the files.
+
+### Remarks
+
+
+Sometimes although autofilter is set, the corresponding rows is not hidden in the file.
+Now only works for SpreadSheetML file.
+### Definition:
+```python
+@property
+def auto_filter(self):
+ ...
+@auto_filter.setter
+def auto_filter(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/auto_fitter_options/_index.md b/english/aspose.cells.loading/difloadoptions/auto_fitter_options/_index.md
new file mode 100644
index 0000000000..79fc1e0eed
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/auto_fitter_options/_index.md
@@ -0,0 +1,33 @@
+---
+title: auto_fitter_options property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.loading/difloadoptions/auto_fitter_options/
+is_root: false
+---
+
+## auto_fitter_options property
+
+
+Gets and sets the auto fitter options
+
+### Remarks
+
+
+Only for xlsx ,spreadsheetML file now.
+### Definition:
+```python
+@property
+def auto_fitter_options(self):
+ ...
+@auto_fitter_options.setter
+def auto_fitter_options(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`AutoFitterOptions`](/cells/python-net/aspose.cells/autofitteroptions)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/check_data_valid/_index.md b/english/aspose.cells.loading/difloadoptions/check_data_valid/_index.md
new file mode 100644
index 0000000000..c0cad6d807
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/check_data_valid/_index.md
@@ -0,0 +1,27 @@
+---
+title: check_data_valid property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.loading/difloadoptions/check_data_valid/
+is_root: false
+---
+
+## check_data_valid property
+
+
+Check whether data is valid in the template file.
+### Definition:
+```python
+@property
+def check_data_valid(self):
+ ...
+@check_data_valid.setter
+def check_data_valid(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/check_excel_restriction/_index.md b/english/aspose.cells.loading/difloadoptions/check_excel_restriction/_index.md
new file mode 100644
index 0000000000..f4fbfc0ad4
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/check_excel_restriction/_index.md
@@ -0,0 +1,33 @@
+---
+title: check_excel_restriction property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.loading/difloadoptions/check_excel_restriction/
+is_root: false
+---
+
+## check_excel_restriction property
+
+
+Whether check restriction of excel file when user modify cells related objects.
+For example, excel does not allow inputting string value longer than 32K.
+When you input a value longer than 32K such as by Cell.PutValue(string), if this property is true, you will get an Exception.
+If this property is false, we will accept your input string value as the cell's value so that later
+you can output the complete string value for other file formats such as CSV.
+However, if you have set such kind of value that is invalid for excel file format,
+you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.
+### Definition:
+```python
+@property
+def check_excel_restriction(self):
+ ...
+@check_excel_restriction.setter
+def check_excel_restriction(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/default_style_settings/_index.md b/english/aspose.cells.loading/difloadoptions/default_style_settings/_index.md
new file mode 100644
index 0000000000..c542849227
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/default_style_settings/_index.md
@@ -0,0 +1,25 @@
+---
+title: default_style_settings property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.loading/difloadoptions/default_style_settings/
+is_root: false
+---
+
+## default_style_settings property
+
+
+Gets the default style settings for initializing styles of the workbook
+### Definition:
+```python
+@property
+def default_style_settings(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DefaultStyleSettings`](/cells/python-net/aspose.cells/defaultstylesettings)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/font_configs/_index.md b/english/aspose.cells.loading/difloadoptions/font_configs/_index.md
new file mode 100644
index 0000000000..8d11d618d3
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/font_configs/_index.md
@@ -0,0 +1,31 @@
+---
+title: font_configs property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cells.loading/difloadoptions/font_configs/
+is_root: false
+---
+
+## font_configs property
+
+
+Gets and sets individual font configs.
+Only works for the [`Workbook`](/cells/python-net/aspose.cells/workbook) which uses this [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions) to load.
+### Definition:
+```python
+@property
+def font_configs(self):
+ ...
+@font_configs.setter
+def font_configs(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
+* class [`IndividualFontConfigs`](/cells/python-net/aspose.cells/individualfontconfigs)
+* class [`LoadOptions`](/cells/python-net/aspose.cells/loadoptions)
+* class [`Workbook`](/cells/python-net/aspose.cells/workbook)
diff --git a/english/aspose.cells.loading/difloadoptions/ignore_not_printed/_index.md b/english/aspose.cells.loading/difloadoptions/ignore_not_printed/_index.md
new file mode 100644
index 0000000000..a4a3ba8645
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/ignore_not_printed/_index.md
@@ -0,0 +1,32 @@
+---
+title: ignore_not_printed property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cells.loading/difloadoptions/ignore_not_printed/
+is_root: false
+---
+
+## ignore_not_printed property
+
+
+Ignore the data which are not printed if directly printing the file
+
+### Remarks
+
+
+Only for xlsx file.
+### Definition:
+```python
+@property
+def ignore_not_printed(self):
+ ...
+@ignore_not_printed.setter
+def ignore_not_printed(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/ignore_useless_shapes/_index.md b/english/aspose.cells.loading/difloadoptions/ignore_useless_shapes/_index.md
new file mode 100644
index 0000000000..f2d1742430
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/ignore_useless_shapes/_index.md
@@ -0,0 +1,34 @@
+---
+title: ignore_useless_shapes property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells.loading/difloadoptions/ignore_useless_shapes/
+is_root: false
+---
+
+## ignore_useless_shapes property
+
+
+Indicates whether ignoring useless shapes.
+
+### Remarks
+
+
+Only works for xlsx,xlsb, and xlsm files.
+There are many overlapping identical shapes which are useless in some files,
+we can ingore them when loading files.
+### Definition:
+```python
+@property
+def ignore_useless_shapes(self):
+ ...
+@ignore_useless_shapes.setter
+def ignore_useless_shapes(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/interrupt_monitor/_index.md b/english/aspose.cells.loading/difloadoptions/interrupt_monitor/_index.md
new file mode 100644
index 0000000000..b257767eb6
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/interrupt_monitor/_index.md
@@ -0,0 +1,28 @@
+---
+title: interrupt_monitor property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cells.loading/difloadoptions/interrupt_monitor/
+is_root: false
+---
+
+## interrupt_monitor property
+
+
+Gets and sets the interrupt monitor.
+### Definition:
+```python
+@property
+def interrupt_monitor(self):
+ ...
+@interrupt_monitor.setter
+def interrupt_monitor(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`AbstractInterruptMonitor`](/cells/python-net/aspose.cells/abstractinterruptmonitor)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/keep_unparsed_data/_index.md b/english/aspose.cells.loading/difloadoptions/keep_unparsed_data/_index.md
new file mode 100644
index 0000000000..e874e8e835
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/keep_unparsed_data/_index.md
@@ -0,0 +1,33 @@
+---
+title: keep_unparsed_data property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cells.loading/difloadoptions/keep_unparsed_data/
+is_root: false
+---
+
+## keep_unparsed_data property
+
+
+Whether keep the unparsed data in memory for the Workbook when it is loaded from template file. Default is true.
+
+### Remarks
+
+
+For scenarios that user only needs to read some contents from template file and does not need to save the workbook back,
+set this property as false may improve performance, especially when using it together with some kind of LoadFilter,
+### Definition:
+```python
+@property
+def keep_unparsed_data(self):
+ ...
+@keep_unparsed_data.setter
+def keep_unparsed_data(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/language_code/_index.md b/english/aspose.cells.loading/difloadoptions/language_code/_index.md
new file mode 100644
index 0000000000..54b0e05836
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/language_code/_index.md
@@ -0,0 +1,28 @@
+---
+title: language_code property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cells.loading/difloadoptions/language_code/
+is_root: false
+---
+
+## language_code property
+
+
+Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file.
+### Definition:
+```python
+@property
+def language_code(self):
+ ...
+@language_code.setter
+def language_code(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`CountryCode`](/cells/python-net/aspose.cells/countrycode)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/light_cells_data_handler/_index.md b/english/aspose.cells.loading/difloadoptions/light_cells_data_handler/_index.md
new file mode 100644
index 0000000000..9767ae9fa1
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/light_cells_data_handler/_index.md
@@ -0,0 +1,28 @@
+---
+title: light_cells_data_handler property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cells.loading/difloadoptions/light_cells_data_handler/
+is_root: false
+---
+
+## light_cells_data_handler property
+
+
+The data handler for processing cells data when reading template file.
+### Definition:
+```python
+@property
+def light_cells_data_handler(self):
+ ...
+@light_cells_data_handler.setter
+def light_cells_data_handler(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
+* class [`LightCellsDataHandler`](/cells/python-net/aspose.cells/lightcellsdatahandler)
diff --git a/english/aspose.cells.loading/difloadoptions/load_filter/_index.md b/english/aspose.cells.loading/difloadoptions/load_filter/_index.md
new file mode 100644
index 0000000000..22c73437e4
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/load_filter/_index.md
@@ -0,0 +1,28 @@
+---
+title: load_filter property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cells.loading/difloadoptions/load_filter/
+is_root: false
+---
+
+## load_filter property
+
+
+The filter to denote how to load data.
+### Definition:
+```python
+@property
+def load_filter(self):
+ ...
+@load_filter.setter
+def load_filter(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
+* class [`LoadFilter`](/cells/python-net/aspose.cells/loadfilter)
diff --git a/english/aspose.cells.loading/difloadoptions/load_format/_index.md b/english/aspose.cells.loading/difloadoptions/load_format/_index.md
new file mode 100644
index 0000000000..66bcc48d37
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/load_format/_index.md
@@ -0,0 +1,25 @@
+---
+title: load_format property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cells.loading/difloadoptions/load_format/
+is_root: false
+---
+
+## load_format property
+
+
+Gets the load format.
+### Definition:
+```python
+@property
+def load_format(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
+* class [`LoadFormat`](/cells/python-net/aspose.cells/loadformat)
diff --git a/english/aspose.cells.loading/difloadoptions/memory_setting/_index.md b/english/aspose.cells.loading/difloadoptions/memory_setting/_index.md
new file mode 100644
index 0000000000..73c4a2bddd
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/memory_setting/_index.md
@@ -0,0 +1,28 @@
+---
+title: memory_setting property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 180
+url: /aspose.cells.loading/difloadoptions/memory_setting/
+is_root: false
+---
+
+## memory_setting property
+
+
+Gets or sets the memory usage options.
+### Definition:
+```python
+@property
+def memory_setting(self):
+ ...
+@memory_setting.setter
+def memory_setting(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
+* class [`MemorySetting`](/cells/python-net/aspose.cells/memorysetting)
diff --git a/english/aspose.cells.loading/difloadoptions/parsing_formula_on_open/_index.md b/english/aspose.cells.loading/difloadoptions/parsing_formula_on_open/_index.md
new file mode 100644
index 0000000000..20f2d48085
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/parsing_formula_on_open/_index.md
@@ -0,0 +1,33 @@
+---
+title: parsing_formula_on_open property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cells.loading/difloadoptions/parsing_formula_on_open/
+is_root: false
+---
+
+## parsing_formula_on_open property
+
+
+Indicates whether parsing the formula when reading the file.
+
+### Remarks
+
+
+Only applies for Excel Xlsx, Xltx, Xltm and Xlsm file
+because the formulas in the files are stored with a string formula.
+### Definition:
+```python
+@property
+def parsing_formula_on_open(self):
+ ...
+@parsing_formula_on_open.setter
+def parsing_formula_on_open(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/parsing_pivot_cached_records/_index.md b/english/aspose.cells.loading/difloadoptions/parsing_pivot_cached_records/_index.md
new file mode 100644
index 0000000000..dc4c58459e
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/parsing_pivot_cached_records/_index.md
@@ -0,0 +1,33 @@
+---
+title: parsing_pivot_cached_records property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 200
+url: /aspose.cells.loading/difloadoptions/parsing_pivot_cached_records/
+is_root: false
+---
+
+## parsing_pivot_cached_records property
+
+
+Indicates whether parsing pivot cached records when loading the file.
+The default value is false.
+
+### Remarks
+
+
+Only applies for Excel Xlsx, Xltx, Xltm , Xlsm and xlsb file
+### Definition:
+```python
+@property
+def parsing_pivot_cached_records(self):
+ ...
+@parsing_pivot_cached_records.setter
+def parsing_pivot_cached_records(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/password/_index.md b/english/aspose.cells.loading/difloadoptions/password/_index.md
new file mode 100644
index 0000000000..bf349b3aba
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/password/_index.md
@@ -0,0 +1,27 @@
+---
+title: password property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 210
+url: /aspose.cells.loading/difloadoptions/password/
+is_root: false
+---
+
+## password property
+
+
+Gets and set the password of the workbook.
+### Definition:
+```python
+@property
+def password(self):
+ ...
+@password.setter
+def password(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/preserve_padding_spaces_in_formula/_index.md b/english/aspose.cells.loading/difloadoptions/preserve_padding_spaces_in_formula/_index.md
new file mode 100644
index 0000000000..80f780af01
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/preserve_padding_spaces_in_formula/_index.md
@@ -0,0 +1,35 @@
+---
+title: preserve_padding_spaces_in_formula property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 220
+url: /aspose.cells.loading/difloadoptions/preserve_padding_spaces_in_formula/
+is_root: false
+---
+
+## preserve_padding_spaces_in_formula property
+
+
+Indicates whether preserve those spaces and line breaks that are padded between formula tokens
+while getting and setting formulas.
+Default value is false.
+
+### Remarks
+
+
+After loading workbook from template file with this option, [`FormulaSettings.preserve_padding_spaces`](/cells/python-net/aspose.cells/formulasettings#preserve_padding_spaces)
+will be set to the same value with this property.
+### Definition:
+```python
+@property
+def preserve_padding_spaces_in_formula(self):
+ ...
+@preserve_padding_spaces_in_formula.setter
+def preserve_padding_spaces_in_formula(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/region/_index.md b/english/aspose.cells.loading/difloadoptions/region/_index.md
new file mode 100644
index 0000000000..30b3e70c65
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/region/_index.md
@@ -0,0 +1,34 @@
+---
+title: region property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 230
+url: /aspose.cells.loading/difloadoptions/region/
+is_root: false
+---
+
+## region property
+
+
+Gets or sets the system regional settings based on CountryCode at the time the file was loaded.
+
+### Remarks
+
+
+If you do not want to use the region saved in the file,
+please reset it after reading the file.
+### Definition:
+```python
+@property
+def region(self):
+ ...
+@region.setter
+def region(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`CountryCode`](/cells/python-net/aspose.cells/countrycode)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/set_paper_size/_index.md b/english/aspose.cells.loading/difloadoptions/set_paper_size/_index.md
new file mode 100644
index 0000000000..b5a37069a9
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/set_paper_size/_index.md
@@ -0,0 +1,33 @@
+---
+title: set_paper_size method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.loading/difloadoptions/set_paper_size/
+is_root: false
+---
+
+## set_paper_size {#aspose.cells.PaperSizeType}
+
+Sets the default print paper size from default printer's setting.
+
+
+
+```python
+def set_paper_size(self, type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| type | [`PaperSizeType`](/cells/python-net/aspose.cells/papersizetype) | The default paper size. |
+### Remarks
+
+If there is no setting about paper size,MS Excel will use default printer's setting.
+
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/standard_font/_index.md b/english/aspose.cells.loading/difloadoptions/standard_font/_index.md
new file mode 100644
index 0000000000..3e6a7c4260
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/standard_font/_index.md
@@ -0,0 +1,34 @@
+---
+title: standard_font property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 240
+url: /aspose.cells.loading/difloadoptions/standard_font/
+is_root: false
+---
+
+## standard_font property
+
+
+Sets the default standard font name
+
+### Remarks
+
+
+NOTE: This member is now obsolete. Instead, please use DefaultStyleSettings.
+This property will be removed 12 months later since March 2022.
+Aspose apologizes for any inconvenience you may have experienced.
+### Definition:
+```python
+@property
+def standard_font(self):
+ ...
+@standard_font.setter
+def standard_font(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/standard_font_size/_index.md b/english/aspose.cells.loading/difloadoptions/standard_font_size/_index.md
new file mode 100644
index 0000000000..a0605937e2
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/standard_font_size/_index.md
@@ -0,0 +1,34 @@
+---
+title: standard_font_size property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 250
+url: /aspose.cells.loading/difloadoptions/standard_font_size/
+is_root: false
+---
+
+## standard_font_size property
+
+
+Sets the default standard font size.
+
+### Remarks
+
+
+NOTE: This member is now obsolete. Instead, please use DefaultStyleSettings.
+This property will be removed 12 months later since March 2022.
+Aspose apologizes for any inconvenience you may have experienced.
+### Definition:
+```python
+@property
+def standard_font_size(self):
+ ...
+@standard_font_size.setter
+def standard_font_size(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
diff --git a/english/aspose.cells.loading/difloadoptions/warning_callback/_index.md b/english/aspose.cells.loading/difloadoptions/warning_callback/_index.md
new file mode 100644
index 0000000000..6c8385d57b
--- /dev/null
+++ b/english/aspose.cells.loading/difloadoptions/warning_callback/_index.md
@@ -0,0 +1,28 @@
+---
+title: warning_callback property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 260
+url: /aspose.cells.loading/difloadoptions/warning_callback/
+is_root: false
+---
+
+## warning_callback property
+
+
+Gets or sets warning callback.
+### Definition:
+```python
+@property
+def warning_callback(self):
+ ...
+@warning_callback.setter
+def warning_callback(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.loading`](../../)
+* class [`DifLoadOptions`](/cells/python-net/aspose.cells.loading/difloadoptions)
+* class [`IWarningCallback`](/cells/python-net/aspose.cells/iwarningcallback)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/_index.md
index 18fa529c50..a170d527c8 100644
--- a/english/aspose.cells.pivot/pivotconditionalformat/_index.md
+++ b/english/aspose.cells.pivot/pivotconditionalformat/_index.md
@@ -1,39 +1,101 @@
----
-title: PivotConditionalFormat class
-second_title: Aspose.Cells for Python via .NET API References
-description:
-type: docs
-weight: 60
-url: /aspose.cells.pivot/pivotconditionalformat/
-is_root: false
+---
+title: PivotConditionalFormat class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.pivot/pivotconditionalformat/
+is_root: false
---
-
+
## PivotConditionalFormat class
-
+
Represents a PivotTable Format Condition in PivotFormatCondition Collection.
-
+
The PivotConditionalFormat type exposes the following members:
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [pivot_areas](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/pivot_areas) | Gets all pivot areas. |
+| [format_conditions](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/format_conditions) | Get conditions for the pivot table conditional format . |
+| [scope_type](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/scope_type) | Get and set scope type for the pivot table conditional format . |
+| [rule_type](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/rule_type) | Get and set rule type for the pivot table condition format . |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [add_field_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.PivotFieldType-str) | Adds an area of pivot field. |
+| [add_field_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Adds an area of pivot field. |
+| [get_cell_areas](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/#) | Gets all cell areas where this conditional format applies to. |
+| [add_cell_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_cell_area/#aspose.cells.CellArea) | Adds an area based on pivot table view. |
+| [apply_to](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/apply_to/#int-int-aspose.cells.pivot.PivotConditionFormatScopeType) | Applies the conditional format to range.
Only for the data region. |
+
+
-### Properties
-| Property | Description |
-| :- | :- |
-| [pivot_areas](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/pivot_areas) | Gets all pivot areas. |
-| [format_conditions](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/format_conditions) | Get conditions for the pivot table conditional format . |
-| [scope_type](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/scope_type) | Get and set scope type for the pivot table conditional format . |
-| [rule_type](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/rule_type) | Get and set rule type for the pivot table condition format . |
-
-
-### Methods
-| Method | Description |
-| :- | :- |
-| [add_field_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.PivotFieldType-str) | Adds an area of pivot field. |
-| [add_field_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_field_area/#aspose.cells.pivot.PivotFieldType-aspose.cells.pivot.PivotField) | Adds an area of pivot field. |
-| [get_cell_areas](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/#) | Gets all cell areas where this conditional format applies to. |
-| [add_cell_area](/cells/python-net/aspose.cells.pivot/pivotconditionalformat/add_cell_area/#aspose.cells.CellArea) | Adds an area based on pivot table view. |
+### Example
+
+```python
+from aspose.cells import FormatConditionType, OperatorType, Workbook
+from aspose.cells.pivot import PivotFieldType, PivotTableStyleType
+from aspose.pydrawing import Color
+
+book = Workbook()
+sheet = book.worksheets[0]
+cells = sheet.cells
+cells.get(0, 0).value = "fruit"
+cells.get(1, 0).value = "grape"
+cells.get(2, 0).value = "blueberry"
+cells.get(3, 0).value = "kiwi"
+cells.get(4, 0).value = "cherry"
+cells.get(5, 0).value = "grape"
+cells.get(6, 0).value = "blueberry"
+cells.get(7, 0).value = "kiwi"
+cells.get(8, 0).value = "cherry"
+cells.get(0, 1).value = "year"
+cells.get(1, 1).value = 2020
+cells.get(2, 1).value = 2020
+cells.get(3, 1).value = 2020
+cells.get(4, 1).value = 2020
+cells.get(5, 1).value = 2021
+cells.get(6, 1).value = 2021
+cells.get(7, 1).value = 2021
+cells.get(8, 1).value = 2021
+cells.get(0, 2).value = "amount"
+cells.get(1, 2).value = 50
+cells.get(2, 2).value = 60
+cells.get(3, 2).value = 70
+cells.get(4, 2).value = 80
+cells.get(5, 2).value = 90
+cells.get(6, 2).value = 100
+cells.get(7, 2).value = 110
+cells.get(8, 2).value = 120
+pivots = sheet.pivot_tables
+pivotIndex = pivots.add("=Sheet1!A1:C9", "A12", "TestPivotTable")
+pivot = pivots[pivotIndex]
+pivot.add_field_to_area(PivotFieldType.ROW, "fruit")
+pivot.add_field_to_area(PivotFieldType.COLUMN, "year")
+pivot.add_field_to_area(PivotFieldType.DATA, "amount")
+pivot.pivot_table_style_type = PivotTableStyleType.PIVOT_TABLE_STYLE_MEDIUM10
+# Add PivotFormatCondition
+formatIndex = pivot.conditional_formats.add()
+pfc = pivot.conditional_formats[formatIndex]
+pfc.add_field_area(PivotFieldType.DATA, pivot.data_fields[0])
+idx = pfc.format_conditions.add_condition(FormatConditionType.CELL_VALUE)
+fc = pfc.format_conditions[idx]
+fc.formula1 = "100"
+fc.operator = OperatorType.GREATER_OR_EQUAL
+fc.style.background_color = Color.red
+pivot.refresh_data()
+pivot.calculate_data()
+# do your business
+book.save("out.xlsx")
+```
-### See Also
-* module [`aspose.cells.pivot`](..)
+### See Also
+* module [`aspose.cells.pivot`](..)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/apply_to/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/apply_to/_index.md
new file mode 100644
index 0000000000..8adb936754
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotconditionalformat/apply_to/_index.md
@@ -0,0 +1,34 @@
+---
+title: apply_to method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.pivot/pivotconditionalformat/apply_to/
+is_root: false
+---
+
+## apply_to {#int-int-aspose.cells.pivot.PivotConditionFormatScopeType}
+
+Applies the conditional format to range.
+Only for the data region.
+
+
+
+```python
+def apply_to(self, row, column, scope):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| row | int | The selected row. |
+| column | int | The selected column. |
+| scope | [`PivotConditionFormatScopeType`](/cells/python-net/aspose.cells.pivot/pivotconditionformatscopetype) | The scope |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotConditionalFormat`](/cells/python-net/aspose.cells.pivot/pivotconditionalformat)
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/format_conditions/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/format_conditions/_index.md
index d869961202..48d5647e3a 100644
--- a/english/aspose.cells.pivot/pivotconditionalformat/format_conditions/_index.md
+++ b/english/aspose.cells.pivot/pivotconditionalformat/format_conditions/_index.md
@@ -3,7 +3,7 @@ title: format_conditions property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells.pivot/pivotconditionalformat/format_conditions/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md
index ed0e8f2f0d..ba938c0436 100644
--- a/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md
+++ b/english/aspose.cells.pivot/pivotconditionalformat/get_cell_areas/_index.md
@@ -3,7 +3,7 @@ title: get_cell_areas method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.pivot/pivotconditionalformat/get_cell_areas/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/pivot_areas/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/pivot_areas/_index.md
index b3014030bf..7333aad290 100644
--- a/english/aspose.cells.pivot/pivotconditionalformat/pivot_areas/_index.md
+++ b/english/aspose.cells.pivot/pivotconditionalformat/pivot_areas/_index.md
@@ -3,7 +3,7 @@ title: pivot_areas property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.pivot/pivotconditionalformat/pivot_areas/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/rule_type/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/rule_type/_index.md
index f426697c83..be1abd2deb 100644
--- a/english/aspose.cells.pivot/pivotconditionalformat/rule_type/_index.md
+++ b/english/aspose.cells.pivot/pivotconditionalformat/rule_type/_index.md
@@ -3,7 +3,7 @@ title: rule_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.pivot/pivotconditionalformat/rule_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotconditionalformat/scope_type/_index.md b/english/aspose.cells.pivot/pivotconditionalformat/scope_type/_index.md
index 5a125f186f..68a5265be6 100644
--- a/english/aspose.cells.pivot/pivotconditionalformat/scope_type/_index.md
+++ b/english/aspose.cells.pivot/pivotconditionalformat/scope_type/_index.md
@@ -3,7 +3,7 @@ title: scope_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cells.pivot/pivotconditionalformat/scope_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/_index.md b/english/aspose.cells.pivot/pivottable/_index.md
index 0cf873aefd..03d121379b 100644
--- a/english/aspose.cells.pivot/pivottable/_index.md
+++ b/english/aspose.cells.pivot/pivottable/_index.md
@@ -118,6 +118,8 @@ The PivotTable type exposes the following members:
| [move](/cells/python-net/aspose.cells.pivot/pivottable/move/#str) | Moves the PivotTable to a different location in the worksheet. |
| [move_to](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#int-int) | Moves the PivotTable to a different location in the worksheet. |
| [move_to](/cells/python-net/aspose.cells.pivot/pivottable/move_to/#str) | Moves the PivotTable to a different location in the worksheet. |
+| [get_source](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#) | Get pivottable's source data. |
+| [get_source](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#bool) | Get pivottable's source data. |
| [refresh_data](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#) | Refreshes pivottable's data and setting from it's data source. |
| [refresh_data](/cells/python-net/aspose.cells.pivot/pivottable/refresh_data/#aspose.cells.pivot.PivotTableRefreshOption) | Refreshes pivottable's data and setting from it's data source with options. |
| [calculate_data](/cells/python-net/aspose.cells.pivot/pivottable/calculate_data/#) | Calculates pivottable's data to cells. |
@@ -142,7 +144,6 @@ The PivotTable type exposes the following members:
| [get_source_data_connections](/cells/python-net/aspose.cells.pivot/pivottable/get_source_data_connections/#) | Gets the external connection data sources. |
| [get_names_of_source_data_connections](/cells/python-net/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/#) | Gets the name of external source data connections. |
| [change_data_source](/cells/python-net/aspose.cells.pivot/pivottable/change_data_source/#list) | Set pivottable's source data. |
-| [get_source](/cells/python-net/aspose.cells.pivot/pivottable/get_source/#) | Get pivottable's source data. |
| [clear_data](/cells/python-net/aspose.cells.pivot/pivottable/clear_data/#) | Clear PivotTable's data and formatting |
| [calculate_range](/cells/python-net/aspose.cells.pivot/pivottable/calculate_range/#) | Calculates pivottable's range. |
| [format_all](/cells/python-net/aspose.cells.pivot/pivottable/format_all/#aspose.cells.Style) | Format all the cell in the pivottable area |
diff --git a/english/aspose.cells.pivot/pivottable/get_source/_index.md b/english/aspose.cells.pivot/pivottable/get_source/_index.md
index 614581e59a..29b59ac4f1 100644
--- a/english/aspose.cells.pivot/pivottable/get_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/get_source/_index.md
@@ -22,6 +22,28 @@ def get_source(self):
+## get_source {#bool}
+
+Get pivottable's source data.
+
+
+### Returns
+
+
+
+
+
+```python
+def get_source(self, is_original):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| is_original | bool | Indicates whether to return original or display data source |
+
+
### See Also
* module [`aspose.cells.pivot`](../../)
diff --git a/english/aspose.cells.querytables/powerqueryformula/_index.md b/english/aspose.cells.querytables/powerqueryformula/_index.md
index e10bb7165f..c219e8dba5 100644
--- a/english/aspose.cells.querytables/powerqueryformula/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformula/_index.md
@@ -23,6 +23,7 @@ The PowerQueryFormula type exposes the following members:
| [group_name](/cells/python-net/aspose.cells.querytables/powerqueryformula/group_name) | Gets the name of group which contains this power query formula. |
| [formula_definition](/cells/python-net/aspose.cells.querytables/powerqueryformula/formula_definition) | Gets the definition of the power query formula. |
| [name](/cells/python-net/aspose.cells.querytables/powerqueryformula/name) | Gets and sets the name of the power query formula. |
+| [description](/cells/python-net/aspose.cells.querytables/powerqueryformula/description) | Gets and sets the description of the power query formula. |
| [power_query_formula_items](/cells/python-net/aspose.cells.querytables/powerqueryformula/power_query_formula_items) | Gets all items of power query formula. |
diff --git a/english/aspose.cells.querytables/powerqueryformula/description/_index.md b/english/aspose.cells.querytables/powerqueryformula/description/_index.md
new file mode 100644
index 0000000000..b38874a03c
--- /dev/null
+++ b/english/aspose.cells.querytables/powerqueryformula/description/_index.md
@@ -0,0 +1,27 @@
+---
+title: description property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.querytables/powerqueryformula/description/
+is_root: false
+---
+
+## description property
+
+
+Gets and sets the description of the power query formula.
+### Definition:
+```python
+@property
+def description(self):
+ ...
+@description.setter
+def description(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.querytables`](../../)
+* class [`PowerQueryFormula`](/cells/python-net/aspose.cells.querytables/powerqueryformula)
diff --git a/english/aspose.cells.querytables/powerqueryformula/formula_definition/_index.md b/english/aspose.cells.querytables/powerqueryformula/formula_definition/_index.md
index 2e66586691..938237add0 100644
--- a/english/aspose.cells.querytables/powerqueryformula/formula_definition/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformula/formula_definition/_index.md
@@ -3,7 +3,7 @@ title: formula_definition property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cells.querytables/powerqueryformula/formula_definition/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformula/group_name/_index.md b/english/aspose.cells.querytables/powerqueryformula/group_name/_index.md
index f311567eaa..1b36dd4384 100644
--- a/english/aspose.cells.querytables/powerqueryformula/group_name/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformula/group_name/_index.md
@@ -3,7 +3,7 @@ title: group_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.querytables/powerqueryformula/group_name/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformula/name/_index.md b/english/aspose.cells.querytables/powerqueryformula/name/_index.md
index fe58387f65..1a9bfc6444 100644
--- a/english/aspose.cells.querytables/powerqueryformula/name/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformula/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.querytables/powerqueryformula/name/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformula/power_query_formula_items/_index.md b/english/aspose.cells.querytables/powerqueryformula/power_query_formula_items/_index.md
index 1a2ffc6280..388b024de9 100644
--- a/english/aspose.cells.querytables/powerqueryformula/power_query_formula_items/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformula/power_query_formula_items/_index.md
@@ -3,7 +3,7 @@ title: power_query_formula_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells.querytables/powerqueryformula/power_query_formula_items/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformula/type/_index.md b/english/aspose.cells.querytables/powerqueryformula/type/_index.md
index 8d77f69b1e..73f8302537 100644
--- a/english/aspose.cells.querytables/powerqueryformula/type/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformula/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.querytables/powerqueryformula/type/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulafunction/_index.md b/english/aspose.cells.querytables/powerqueryformulafunction/_index.md
index b80044f3df..0a4de3ebc5 100644
--- a/english/aspose.cells.querytables/powerqueryformulafunction/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulafunction/_index.md
@@ -28,6 +28,7 @@ The PowerQueryFormulaFunction type exposes the following members:
| [group_name](/cells/python-net/aspose.cells.querytables/powerqueryformulafunction/group_name) | Gets the name of group which contains this power query formula. |
| [formula_definition](/cells/python-net/aspose.cells.querytables/powerqueryformulafunction/formula_definition) | Gets the definition of the power query formula. |
| [name](/cells/python-net/aspose.cells.querytables/powerqueryformulafunction/name) | Gets and sets the name of the power query formula. |
+| [description](/cells/python-net/aspose.cells.querytables/powerqueryformulafunction/description) | Gets and sets the description of the power query formula. |
| [power_query_formula_items](/cells/python-net/aspose.cells.querytables/powerqueryformulafunction/power_query_formula_items) | Gets all items of power query formula. |
| [f](/cells/python-net/aspose.cells.querytables/powerqueryformulafunction/f) | Gets and sets the definition of function. |
diff --git a/english/aspose.cells.querytables/powerqueryformulafunction/description/_index.md b/english/aspose.cells.querytables/powerqueryformulafunction/description/_index.md
new file mode 100644
index 0000000000..7ce2c0a751
--- /dev/null
+++ b/english/aspose.cells.querytables/powerqueryformulafunction/description/_index.md
@@ -0,0 +1,27 @@
+---
+title: description property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.querytables/powerqueryformulafunction/description/
+is_root: false
+---
+
+## description property
+
+
+Gets and sets the description of the power query formula.
+### Definition:
+```python
+@property
+def description(self):
+ ...
+@description.setter
+def description(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.querytables`](../../)
+* class [`PowerQueryFormulaFunction`](/cells/python-net/aspose.cells.querytables/powerqueryformulafunction)
diff --git a/english/aspose.cells.querytables/powerqueryformulafunction/f/_index.md b/english/aspose.cells.querytables/powerqueryformulafunction/f/_index.md
index ca6636765a..abb1487e73 100644
--- a/english/aspose.cells.querytables/powerqueryformulafunction/f/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulafunction/f/_index.md
@@ -3,7 +3,7 @@ title: f property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cells.querytables/powerqueryformulafunction/f/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulafunction/formula_definition/_index.md b/english/aspose.cells.querytables/powerqueryformulafunction/formula_definition/_index.md
index 93156c5c1c..878810c552 100644
--- a/english/aspose.cells.querytables/powerqueryformulafunction/formula_definition/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulafunction/formula_definition/_index.md
@@ -3,7 +3,7 @@ title: formula_definition property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.querytables/powerqueryformulafunction/formula_definition/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulafunction/group_name/_index.md b/english/aspose.cells.querytables/powerqueryformulafunction/group_name/_index.md
index 9b694f76db..a38233da55 100644
--- a/english/aspose.cells.querytables/powerqueryformulafunction/group_name/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulafunction/group_name/_index.md
@@ -3,7 +3,7 @@ title: group_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.querytables/powerqueryformulafunction/group_name/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulafunction/name/_index.md b/english/aspose.cells.querytables/powerqueryformulafunction/name/_index.md
index 871ca68767..af3cb8c306 100644
--- a/english/aspose.cells.querytables/powerqueryformulafunction/name/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulafunction/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells.querytables/powerqueryformulafunction/name/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulafunction/power_query_formula_items/_index.md b/english/aspose.cells.querytables/powerqueryformulafunction/power_query_formula_items/_index.md
index f278a5c114..eb84b9dc0f 100644
--- a/english/aspose.cells.querytables/powerqueryformulafunction/power_query_formula_items/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulafunction/power_query_formula_items/_index.md
@@ -3,7 +3,7 @@ title: power_query_formula_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.querytables/powerqueryformulafunction/power_query_formula_items/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulafunction/type/_index.md b/english/aspose.cells.querytables/powerqueryformulafunction/type/_index.md
index 0c726fca58..6c5e897bd5 100644
--- a/english/aspose.cells.querytables/powerqueryformulafunction/type/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulafunction/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.querytables/powerqueryformulafunction/type/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/_index.md
index 48060a8156..522f5b7bf9 100644
--- a/english/aspose.cells.querytables/powerqueryformulaparameter/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/_index.md
@@ -28,6 +28,7 @@ The PowerQueryFormulaParameter type exposes the following members:
| [group_name](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter/group_name) | Gets the name of group which contains this power query formula. |
| [formula_definition](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter/formula_definition) | Gets the definition of the parameter. |
| [name](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter/name) | Gets and sets the name of the power query formula. |
+| [description](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter/description) | Gets and sets the description of the power query formula. |
| [power_query_formula_items](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter/power_query_formula_items) | Gets all items of power query formula. |
| [value](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter/value) | Gets the value of parameter. |
| [parameter_definition](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter/parameter_definition) | Gets the definition of the parameter. |
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/description/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/description/_index.md
new file mode 100644
index 0000000000..7727841ac0
--- /dev/null
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/description/_index.md
@@ -0,0 +1,27 @@
+---
+title: description property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.querytables/powerqueryformulaparameter/description/
+is_root: false
+---
+
+## description property
+
+
+Gets and sets the description of the power query formula.
+### Definition:
+```python
+@property
+def description(self):
+ ...
+@description.setter
+def description(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.querytables`](../../)
+* class [`PowerQueryFormulaParameter`](/cells/python-net/aspose.cells.querytables/powerqueryformulaparameter)
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/formula_definition/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/formula_definition/_index.md
index 3f0e8c4edb..7a72b57a79 100644
--- a/english/aspose.cells.querytables/powerqueryformulaparameter/formula_definition/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/formula_definition/_index.md
@@ -3,7 +3,7 @@ title: formula_definition property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cells.querytables/powerqueryformulaparameter/formula_definition/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/group_name/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/group_name/_index.md
index b1f64f1038..9cb7dc497e 100644
--- a/english/aspose.cells.querytables/powerqueryformulaparameter/group_name/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/group_name/_index.md
@@ -3,7 +3,7 @@ title: group_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.querytables/powerqueryformulaparameter/group_name/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/name/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/name/_index.md
index bcfc72a3f1..509df5568c 100644
--- a/english/aspose.cells.querytables/powerqueryformulaparameter/name/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.querytables/powerqueryformulaparameter/name/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/parameter_definition/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/parameter_definition/_index.md
index baa08d4747..b527c83994 100644
--- a/english/aspose.cells.querytables/powerqueryformulaparameter/parameter_definition/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/parameter_definition/_index.md
@@ -3,7 +3,7 @@ title: parameter_definition property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells.querytables/powerqueryformulaparameter/parameter_definition/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/power_query_formula_items/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/power_query_formula_items/_index.md
index 387f376776..38438feef9 100644
--- a/english/aspose.cells.querytables/powerqueryformulaparameter/power_query_formula_items/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/power_query_formula_items/_index.md
@@ -3,7 +3,7 @@ title: power_query_formula_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.querytables/powerqueryformulaparameter/power_query_formula_items/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/type/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/type/_index.md
index 30c0d05809..2571e93a78 100644
--- a/english/aspose.cells.querytables/powerqueryformulaparameter/type/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.querytables/powerqueryformulaparameter/type/
is_root: false
---
diff --git a/english/aspose.cells.querytables/powerqueryformulaparameter/value/_index.md b/english/aspose.cells.querytables/powerqueryformulaparameter/value/_index.md
index 0acfb0470d..4c9bb810d3 100644
--- a/english/aspose.cells.querytables/powerqueryformulaparameter/value/_index.md
+++ b/english/aspose.cells.querytables/powerqueryformulaparameter/value/_index.md
@@ -3,7 +3,7 @@ title: value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cells.querytables/powerqueryformulaparameter/value/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/_index.md b/english/aspose.cells.rendering/imageorprintoptions/_index.md
index 3fdb48e65f..e154a66e57 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/_index.md
@@ -42,6 +42,7 @@ The ImageOrPrintOptions type exposes the following members:
| [chart_image_type](/cells/python-net/aspose.cells.rendering/imageorprintoptions/chart_image_type) | Indicate the chart imagetype when converting.
default value: PNG. |
| [embeded_image_name_in_svg](/cells/python-net/aspose.cells.rendering/imageorprintoptions/embeded_image_name_in_svg) | Indicate the filename of embedded image in svg.
This should be full path with directory like "c:\\xpsEmbedded" |
| [svg_fit_to_view_port](/cells/python-net/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port) | if this property is true, the generated svg will fit to view port. |
+| [svg_css_prefix](/cells/python-net/aspose.cells.rendering/imageorprintoptions/svg_css_prefix) | Gets and sets the prefix of the css name in svg,the default value is empty string. |
| [only_area](/cells/python-net/aspose.cells.rendering/imageorprintoptions/only_area) | If this property is true , one Area will be output, and no scale will take effect. |
| [text_rendering_hint](/cells/python-net/aspose.cells.rendering/imageorprintoptions/text_rendering_hint) | Specifies the quality of text rendering.
The default value is TextRenderingHint.SystemDefault |
| [smoothing_mode](/cells/python-net/aspose.cells.rendering/imageorprintoptions/smoothing_mode) | Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
The default value is SmoothingMode.None |
diff --git a/english/aspose.cells.rendering/imageorprintoptions/svg_css_prefix/_index.md b/english/aspose.cells.rendering/imageorprintoptions/svg_css_prefix/_index.md
new file mode 100644
index 0000000000..c03f1af2a6
--- /dev/null
+++ b/english/aspose.cells.rendering/imageorprintoptions/svg_css_prefix/_index.md
@@ -0,0 +1,27 @@
+---
+title: svg_css_prefix property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 320
+url: /aspose.cells.rendering/imageorprintoptions/svg_css_prefix/
+is_root: false
+---
+
+## svg_css_prefix property
+
+
+Gets and sets the prefix of the css name in svg,the default value is empty string.
+### Definition:
+```python
+@property
+def svg_css_prefix(self):
+ ...
+@svg_css_prefix.setter
+def svg_css_prefix(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.rendering`](../../)
+* class [`ImageOrPrintOptions`](/cells/python-net/aspose.cells.rendering/imageorprintoptions)
diff --git a/english/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/_index.md b/english/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/_index.md
index 686a18d5ad..49ace18fec 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/_index.md
@@ -3,7 +3,7 @@ title: svg_fit_to_view_port property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells.rendering/imageorprintoptions/svg_fit_to_view_port/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/text_cross_type/_index.md b/english/aspose.cells.rendering/imageorprintoptions/text_cross_type/_index.md
index 00616edc87..7867107f79 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/text_cross_type/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/text_cross_type/_index.md
@@ -3,7 +3,7 @@ title: text_cross_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells.rendering/imageorprintoptions/text_cross_type/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/text_rendering_hint/_index.md b/english/aspose.cells.rendering/imageorprintoptions/text_rendering_hint/_index.md
index 203177f5ed..7113323b99 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/text_rendering_hint/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/text_rendering_hint/_index.md
@@ -3,7 +3,7 @@ title: text_rendering_hint property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells.rendering/imageorprintoptions/text_rendering_hint/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/_index.md b/english/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/_index.md
index 775aee22ac..14796cab36 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/_index.md
@@ -3,7 +3,7 @@ title: tiff_binarization_method property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells.rendering/imageorprintoptions/tiff_binarization_method/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/tiff_color_depth/_index.md b/english/aspose.cells.rendering/imageorprintoptions/tiff_color_depth/_index.md
index 9295271c63..ada4b8397f 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/tiff_color_depth/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/tiff_color_depth/_index.md
@@ -3,7 +3,7 @@ title: tiff_color_depth property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 370
url: /aspose.cells.rendering/imageorprintoptions/tiff_color_depth/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/tiff_compression/_index.md b/english/aspose.cells.rendering/imageorprintoptions/tiff_compression/_index.md
index c3da41c00b..1d024db6a0 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/tiff_compression/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/tiff_compression/_index.md
@@ -3,7 +3,7 @@ title: tiff_compression property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells.rendering/imageorprintoptions/tiff_compression/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/transparent/_index.md b/english/aspose.cells.rendering/imageorprintoptions/transparent/_index.md
index 0451066b77..22adcd2179 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/transparent/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/transparent/_index.md
@@ -3,7 +3,7 @@ title: transparent property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 390
url: /aspose.cells.rendering/imageorprintoptions/transparent/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md b/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md
index 8946b40e48..b43f0d55fa 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md
@@ -3,7 +3,7 @@ title: vertical_resolution property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 400
url: /aspose.cells.rendering/imageorprintoptions/vertical_resolution/
is_root: false
---
diff --git a/english/aspose.cells.rendering/imageorprintoptions/warning_callback/_index.md b/english/aspose.cells.rendering/imageorprintoptions/warning_callback/_index.md
index 10cfd5f49a..cd1c8868d1 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/warning_callback/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/warning_callback/_index.md
@@ -3,7 +3,7 @@ title: warning_callback property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 410
url: /aspose.cells.rendering/imageorprintoptions/warning_callback/
is_root: false
---
diff --git a/english/aspose.cells.saving/_index.md b/english/aspose.cells.saving/_index.md
index 62c29d6923..63fe89d88a 100644
--- a/english/aspose.cells.saving/_index.md
+++ b/english/aspose.cells.saving/_index.md
@@ -13,6 +13,7 @@ The **Aspose.Cells.Saving** namespace provides options classes of saving files.
### Classes
| Class | Description |
| :- | :- |
+| [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions) | Represents the options of saving dbf file |
| [`EbookSaveOptions`](/cells/python-net/aspose.cells.saving/ebooksaveoptions) | Represents the options for saving ebook file. |
| [`SqlScriptColumnTypeMap`](/cells/python-net/aspose.cells.saving/sqlscriptcolumntypemap) | Represents column type map. |
| [`SqlScriptSaveOptions`](/cells/python-net/aspose.cells.saving/sqlscriptsaveoptions) | Represents the options of saving sql. |
diff --git a/english/aspose.cells.saving/dbfsaveoptions/__init__/_index.md b/english/aspose.cells.saving/dbfsaveoptions/__init__/_index.md
new file mode 100644
index 0000000000..65a9e51b15
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/__init__/_index.md
@@ -0,0 +1,28 @@
+---
+title: DbfSaveOptions constructor
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cells.saving/dbfsaveoptions/__init__/
+is_root: false
+---
+
+## __init__ {#}
+
+The options of saving .dbf file.
+
+
+
+```python
+def __init__(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/_index.md b/english/aspose.cells.saving/dbfsaveoptions/_index.md
new file mode 100644
index 0000000000..584153d3c4
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/_index.md
@@ -0,0 +1,53 @@
+---
+title: DbfSaveOptions class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 10
+url: /aspose.cells.saving/dbfsaveoptions/
+is_root: false
+---
+
+## DbfSaveOptions class
+
+Represents the options of saving dbf file
+
+
+
+**Inheritance:** [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions) →
+[`SaveOptions`](/cells/python-net/aspose.cells/saveoptions)
+
+
+
+The DbfSaveOptions type exposes the following members:
+
+### Constructors
+| Constructor | Description |
+| :- | :- |
+| [__init__](/cells/python-net/aspose.cells.saving/dbfsaveoptions/__init__/#) | The options of saving .dbf file. |
+
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [save_format](/cells/python-net/aspose.cells.saving/dbfsaveoptions/save_format) | Gets the save file format. |
+| [clear_data](/cells/python-net/aspose.cells.saving/dbfsaveoptions/clear_data) | Make the workbook empty after saving the file. |
+| [cached_file_folder](/cells/python-net/aspose.cells.saving/dbfsaveoptions/cached_file_folder) | The cached file folder is used to store some large data. |
+| [validate_merged_areas](/cells/python-net/aspose.cells.saving/dbfsaveoptions/validate_merged_areas) | Indicates whether validate merged cells before saving the file. |
+| [merge_areas](/cells/python-net/aspose.cells.saving/dbfsaveoptions/merge_areas) | Indicates whether merge the areas of conditional formatting and validation before saving the file. |
+| [create_directory](/cells/python-net/aspose.cells.saving/dbfsaveoptions/create_directory) | If true and the directory does not exist, the directory will be automatically created before saving the file. |
+| [sort_names](/cells/python-net/aspose.cells.saving/dbfsaveoptions/sort_names) | Indicates whether sorting defined names before saving file. |
+| [sort_external_names](/cells/python-net/aspose.cells.saving/dbfsaveoptions/sort_external_names) | Indicates whether sorting external defined names before saving file. |
+| [refresh_chart_cache](/cells/python-net/aspose.cells.saving/dbfsaveoptions/refresh_chart_cache) | Indicates whether refreshing chart cache data |
+| [warning_callback](/cells/python-net/aspose.cells.saving/dbfsaveoptions/warning_callback) | Gets or sets warning callback. |
+| [check_excel_restriction](/cells/python-net/aspose.cells.saving/dbfsaveoptions/check_excel_restriction) | Whether check restriction of excel file when user modify cells related objects.
For example, excel does not allow inputting string value longer than 32K.
When you input a value longer than 32K, it will be truncated. |
+| [update_smart_art](/cells/python-net/aspose.cells.saving/dbfsaveoptions/update_smart_art) | Indicates whether updating smart art setting.
The default value is false. |
+| [encrypt_document_properties](/cells/python-net/aspose.cells.saving/dbfsaveoptions/encrypt_document_properties) | Indicates whether encrypt document properties when saving as .xls file.
The default value is true. |
+| [export_as_string](/cells/python-net/aspose.cells.saving/dbfsaveoptions/export_as_string) | Indicates whether exporting as string value |
+
+
+
+### See Also
+* module [`aspose.cells.saving`](..)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
+* class [`SaveOptions`](/cells/python-net/aspose.cells/saveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/cached_file_folder/_index.md b/english/aspose.cells.saving/dbfsaveoptions/cached_file_folder/_index.md
new file mode 100644
index 0000000000..06fa42d079
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/cached_file_folder/_index.md
@@ -0,0 +1,27 @@
+---
+title: cached_file_folder property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.saving/dbfsaveoptions/cached_file_folder/
+is_root: false
+---
+
+## cached_file_folder property
+
+
+The cached file folder is used to store some large data.
+### Definition:
+```python
+@property
+def cached_file_folder(self):
+ ...
+@cached_file_folder.setter
+def cached_file_folder(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/check_excel_restriction/_index.md b/english/aspose.cells.saving/dbfsaveoptions/check_excel_restriction/_index.md
new file mode 100644
index 0000000000..038092dfc5
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/check_excel_restriction/_index.md
@@ -0,0 +1,29 @@
+---
+title: check_excel_restriction property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.saving/dbfsaveoptions/check_excel_restriction/
+is_root: false
+---
+
+## check_excel_restriction property
+
+
+Whether check restriction of excel file when user modify cells related objects.
+For example, excel does not allow inputting string value longer than 32K.
+When you input a value longer than 32K, it will be truncated.
+### Definition:
+```python
+@property
+def check_excel_restriction(self):
+ ...
+@check_excel_restriction.setter
+def check_excel_restriction(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/clear_data/_index.md b/english/aspose.cells.saving/dbfsaveoptions/clear_data/_index.md
new file mode 100644
index 0000000000..2d14390db8
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/clear_data/_index.md
@@ -0,0 +1,27 @@
+---
+title: clear_data property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.saving/dbfsaveoptions/clear_data/
+is_root: false
+---
+
+## clear_data property
+
+
+Make the workbook empty after saving the file.
+### Definition:
+```python
+@property
+def clear_data(self):
+ ...
+@clear_data.setter
+def clear_data(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/create_directory/_index.md b/english/aspose.cells.saving/dbfsaveoptions/create_directory/_index.md
new file mode 100644
index 0000000000..62422e2023
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/create_directory/_index.md
@@ -0,0 +1,32 @@
+---
+title: create_directory property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.saving/dbfsaveoptions/create_directory/
+is_root: false
+---
+
+## create_directory property
+
+
+If true and the directory does not exist, the directory will be automatically created before saving the file.
+
+### Remarks
+
+
+The default value is false.
+### Definition:
+```python
+@property
+def create_directory(self):
+ ...
+@create_directory.setter
+def create_directory(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/encrypt_document_properties/_index.md b/english/aspose.cells.saving/dbfsaveoptions/encrypt_document_properties/_index.md
new file mode 100644
index 0000000000..1206c97807
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/encrypt_document_properties/_index.md
@@ -0,0 +1,33 @@
+---
+title: encrypt_document_properties property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.saving/dbfsaveoptions/encrypt_document_properties/
+is_root: false
+---
+
+## encrypt_document_properties property
+
+
+Indicates whether encrypt document properties when saving as .xls file.
+The default value is true.
+
+### Remarks
+
+
+Only for .xls,xlsx,xlsb and xlsm file.
+### Definition:
+```python
+@property
+def encrypt_document_properties(self):
+ ...
+@encrypt_document_properties.setter
+def encrypt_document_properties(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/export_as_string/_index.md b/english/aspose.cells.saving/dbfsaveoptions/export_as_string/_index.md
new file mode 100644
index 0000000000..6da53ad8f9
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/export_as_string/_index.md
@@ -0,0 +1,27 @@
+---
+title: export_as_string property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.saving/dbfsaveoptions/export_as_string/
+is_root: false
+---
+
+## export_as_string property
+
+
+Indicates whether exporting as string value
+### Definition:
+```python
+@property
+def export_as_string(self):
+ ...
+@export_as_string.setter
+def export_as_string(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/merge_areas/_index.md b/english/aspose.cells.saving/dbfsaveoptions/merge_areas/_index.md
new file mode 100644
index 0000000000..7c32134268
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/merge_areas/_index.md
@@ -0,0 +1,32 @@
+---
+title: merge_areas property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cells.saving/dbfsaveoptions/merge_areas/
+is_root: false
+---
+
+## merge_areas property
+
+
+Indicates whether merge the areas of conditional formatting and validation before saving the file.
+
+### Remarks
+
+
+The default value is false.
+### Definition:
+```python
+@property
+def merge_areas(self):
+ ...
+@merge_areas.setter
+def merge_areas(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells.saving/dbfsaveoptions/refresh_chart_cache/_index.md
new file mode 100644
index 0000000000..bd0cb45a61
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/refresh_chart_cache/_index.md
@@ -0,0 +1,27 @@
+---
+title: refresh_chart_cache property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cells.saving/dbfsaveoptions/refresh_chart_cache/
+is_root: false
+---
+
+## refresh_chart_cache property
+
+
+Indicates whether refreshing chart cache data
+### Definition:
+```python
+@property
+def refresh_chart_cache(self):
+ ...
+@refresh_chart_cache.setter
+def refresh_chart_cache(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/save_format/_index.md b/english/aspose.cells.saving/dbfsaveoptions/save_format/_index.md
new file mode 100644
index 0000000000..d089f997b5
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/save_format/_index.md
@@ -0,0 +1,25 @@
+---
+title: save_format property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells.saving/dbfsaveoptions/save_format/
+is_root: false
+---
+
+## save_format property
+
+
+Gets the save file format.
+### Definition:
+```python
+@property
+def save_format(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
+* class [`SaveFormat`](/cells/python-net/aspose.cells/saveformat)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/sort_external_names/_index.md b/english/aspose.cells.saving/dbfsaveoptions/sort_external_names/_index.md
new file mode 100644
index 0000000000..c12e191b18
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/sort_external_names/_index.md
@@ -0,0 +1,27 @@
+---
+title: sort_external_names property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cells.saving/dbfsaveoptions/sort_external_names/
+is_root: false
+---
+
+## sort_external_names property
+
+
+Indicates whether sorting external defined names before saving file.
+### Definition:
+```python
+@property
+def sort_external_names(self):
+ ...
+@sort_external_names.setter
+def sort_external_names(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/sort_names/_index.md b/english/aspose.cells.saving/dbfsaveoptions/sort_names/_index.md
new file mode 100644
index 0000000000..c986e138c7
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/sort_names/_index.md
@@ -0,0 +1,27 @@
+---
+title: sort_names property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cells.saving/dbfsaveoptions/sort_names/
+is_root: false
+---
+
+## sort_names property
+
+
+Indicates whether sorting defined names before saving file.
+### Definition:
+```python
+@property
+def sort_names(self):
+ ...
+@sort_names.setter
+def sort_names(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/update_smart_art/_index.md b/english/aspose.cells.saving/dbfsaveoptions/update_smart_art/_index.md
new file mode 100644
index 0000000000..78efab986b
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/update_smart_art/_index.md
@@ -0,0 +1,33 @@
+---
+title: update_smart_art property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 140
+url: /aspose.cells.saving/dbfsaveoptions/update_smart_art/
+is_root: false
+---
+
+## update_smart_art property
+
+
+Indicates whether updating smart art setting.
+The default value is false.
+
+### Remarks
+
+
+Only effects after calling Shape.GetResultOfSmartArt() method and the cached shapes exist in the template file.
+### Definition:
+```python
+@property
+def update_smart_art(self):
+ ...
+@update_smart_art.setter
+def update_smart_art(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells.saving/dbfsaveoptions/validate_merged_areas/_index.md
new file mode 100644
index 0000000000..e16de9c829
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/validate_merged_areas/_index.md
@@ -0,0 +1,32 @@
+---
+title: validate_merged_areas property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cells.saving/dbfsaveoptions/validate_merged_areas/
+is_root: false
+---
+
+## validate_merged_areas property
+
+
+Indicates whether validate merged cells before saving the file.
+
+### Remarks
+
+
+The default value is false.
+### Definition:
+```python
+@property
+def validate_merged_areas(self):
+ ...
+@validate_merged_areas.setter
+def validate_merged_areas(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
diff --git a/english/aspose.cells.saving/dbfsaveoptions/warning_callback/_index.md b/english/aspose.cells.saving/dbfsaveoptions/warning_callback/_index.md
new file mode 100644
index 0000000000..83219e2e54
--- /dev/null
+++ b/english/aspose.cells.saving/dbfsaveoptions/warning_callback/_index.md
@@ -0,0 +1,28 @@
+---
+title: warning_callback property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cells.saving/dbfsaveoptions/warning_callback/
+is_root: false
+---
+
+## warning_callback property
+
+
+Gets or sets warning callback.
+### Definition:
+```python
+@property
+def warning_callback(self):
+ ...
+@warning_callback.setter
+def warning_callback(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.saving`](../../)
+* class [`DbfSaveOptions`](/cells/python-net/aspose.cells.saving/dbfsaveoptions)
+* class [`IWarningCallback`](/cells/python-net/aspose.cells/iwarningcallback)
diff --git a/english/aspose.cells.saving/ebooksaveoptions/_index.md b/english/aspose.cells.saving/ebooksaveoptions/_index.md
index c2e84807ae..4422048d19 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/_index.md
@@ -3,7 +3,7 @@ title: EbookSaveOptions class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 10
+weight: 20
url: /aspose.cells.saving/ebooksaveoptions/
is_root: false
---
@@ -113,6 +113,7 @@ The EbookSaveOptions type exposes the following members:
| [cell_name_attribute](/cells/python-net/aspose.cells.saving/ebooksaveoptions/cell_name_attribute) | Specifies the attribute that indicates the CellName to be written.
(e.g. If the value is "id", then for cell "A1", the output will be: