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:).
The default value is null. | | [disable_css](/cells/python-net/aspose.cells.saving/ebooksaveoptions/disable_css) | Indicates whether only inline styles are applied, without relying on CSS.
The default value is false. | | [enable_css_custom_properties](/cells/python-net/aspose.cells.saving/ebooksaveoptions/enable_css_custom_properties) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved.
The default value is false. | +| [html_version](/cells/python-net/aspose.cells.saving/ebooksaveoptions/html_version) | Specifies version of HTML standard that should be used when saving the HTML format.
Default value is HtmlVersion.Default. | diff --git a/english/aspose.cells.saving/ebooksaveoptions/html_version/_index.md b/english/aspose.cells.saving/ebooksaveoptions/html_version/_index.md new file mode 100644 index 0000000000..496746a3eb --- /dev/null +++ b/english/aspose.cells.saving/ebooksaveoptions/html_version/_index.md @@ -0,0 +1,29 @@ +--- +title: html_version property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 530 +url: /aspose.cells.saving/ebooksaveoptions/html_version/ +is_root: false +--- + +## html_version property + + +Specifies version of HTML standard that should be used when saving the HTML format. +Default value is HtmlVersion.Default. +### Definition: +```python +@property +def html_version(self): + ... +@html_version.setter +def html_version(self, value): + ... +``` + +### See Also +* module [`aspose.cells.saving`](../../) +* class [`EbookSaveOptions`](/cells/python-net/aspose.cells.saving/ebooksaveoptions) +* class [`HtmlVersion`](/cells/python-net/aspose.cells/htmlversion) diff --git a/english/aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/_index.md b/english/aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/_index.md index b36eb4119d..398d1ad01b 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/_index.md @@ -3,7 +3,7 @@ title: ignore_invisible_shapes property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells.saving/ebooksaveoptions/ignore_invisible_shapes/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/image_options/_index.md b/english/aspose.cells.saving/ebooksaveoptions/image_options/_index.md index 50c44d0ede..ddcdf20bb9 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/image_options/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/image_options/_index.md @@ -3,7 +3,7 @@ title: image_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells.saving/ebooksaveoptions/image_options/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/image_scalable/_index.md b/english/aspose.cells.saving/ebooksaveoptions/image_scalable/_index.md index e1d0dc62a9..b33cc62969 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/image_scalable/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/image_scalable/_index.md @@ -3,7 +3,7 @@ title: image_scalable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells.saving/ebooksaveoptions/image_scalable/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_border_collapsed/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_border_collapsed/_index.md index 9c636b76d0..8ffa0322cb 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/is_border_collapsed/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/is_border_collapsed/_index.md @@ -3,7 +3,7 @@ title: is_border_collapsed property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells.saving/ebooksaveoptions/is_border_collapsed/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/_index.md index da89361f21..0a1a127d6f 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/_index.md @@ -3,7 +3,7 @@ title: is_exp_image_to_temp_dir property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells.saving/ebooksaveoptions/is_exp_image_to_temp_dir/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_export_comments/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_export_comments/_index.md index bb63a9f8d8..2cca06e6b9 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/is_export_comments/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/is_export_comments/_index.md @@ -3,7 +3,7 @@ title: is_export_comments property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells.saving/ebooksaveoptions/is_export_comments/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_full_path_link/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_full_path_link/_index.md index 240330a918..6f13cb6395 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/is_full_path_link/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/is_full_path_link/_index.md @@ -3,7 +3,7 @@ title: is_full_path_link property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells.saving/ebooksaveoptions/is_full_path_link/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_ie_compatible/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_ie_compatible/_index.md index 3b236a1041..fc297a836d 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/is_ie_compatible/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/is_ie_compatible/_index.md @@ -3,7 +3,7 @@ title: is_ie_compatible property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells.saving/ebooksaveoptions/is_ie_compatible/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/_index.md index d2cc50cbeb..051c4efbbf 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/_index.md @@ -3,7 +3,7 @@ title: is_js_browser_compatible property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells.saving/ebooksaveoptions/is_js_browser_compatible/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/_index.md b/english/aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/_index.md index fbe45ff12a..20b15954dc 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/_index.md @@ -3,7 +3,7 @@ title: is_mobile_compatible property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells.saving/ebooksaveoptions/is_mobile_compatible/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/link_target_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/link_target_type/_index.md index 70922c3939..5b9040068c 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/link_target_type/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/link_target_type/_index.md @@ -3,7 +3,7 @@ title: link_target_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells.saving/ebooksaveoptions/link_target_type/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/merge_areas/_index.md b/english/aspose.cells.saving/ebooksaveoptions/merge_areas/_index.md index bcf459866b..725eecbbbe 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/merge_areas/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells.saving/ebooksaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/_index.md b/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/_index.md index 5bd1636ac7..c963ecdcb4 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/_index.md @@ -3,7 +3,7 @@ title: merge_empty_td_forcely property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells.saving/ebooksaveoptions/merge_empty_td_forcely/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/_index.md b/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/_index.md index 8fb0724c36..8a50b0468d 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/_index.md @@ -3,7 +3,7 @@ title: merge_empty_td_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells.saving/ebooksaveoptions/merge_empty_td_type/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/office_math_output_mode/_index.md b/english/aspose.cells.saving/ebooksaveoptions/office_math_output_mode/_index.md index de1c91bc5d..ef3a0ef275 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/office_math_output_mode/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/office_math_output_mode/_index.md @@ -3,7 +3,7 @@ title: office_math_output_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells.saving/ebooksaveoptions/office_math_output_mode/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/page_title/_index.md b/english/aspose.cells.saving/ebooksaveoptions/page_title/_index.md index 93a2d18075..57584e91cb 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/page_title/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/page_title/_index.md @@ -3,7 +3,7 @@ title: page_title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells.saving/ebooksaveoptions/page_title/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/_index.md b/english/aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/_index.md index c5df175a7a..7b2d004dde 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/_index.md @@ -3,7 +3,7 @@ title: parse_html_tag_in_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells.saving/ebooksaveoptions/parse_html_tag_in_cell/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/presentation_preference/_index.md b/english/aspose.cells.saving/ebooksaveoptions/presentation_preference/_index.md index f6bab7a20e..841c0fe530 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/presentation_preference/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/presentation_preference/_index.md @@ -3,7 +3,7 @@ title: presentation_preference property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells.saving/ebooksaveoptions/presentation_preference/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/_index.md index 39ad97d298..0a0ba64f4b 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells.saving/ebooksaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/save_as_single_file/_index.md b/english/aspose.cells.saving/ebooksaveoptions/save_as_single_file/_index.md index a43065d66a..6a866af3bd 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/save_as_single_file/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/save_as_single_file/_index.md @@ -3,7 +3,7 @@ title: save_as_single_file property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells.saving/ebooksaveoptions/save_as_single_file/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/save_format/_index.md b/english/aspose.cells.saving/ebooksaveoptions/save_format/_index.md index a34ac4e220..c51d6b6484 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/save_format/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells.saving/ebooksaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/show_all_sheets/_index.md b/english/aspose.cells.saving/ebooksaveoptions/show_all_sheets/_index.md index af5574b4a4..99c4f69382 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/show_all_sheets/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/show_all_sheets/_index.md @@ -3,7 +3,7 @@ title: show_all_sheets property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells.saving/ebooksaveoptions/show_all_sheets/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/sort_external_names/_index.md b/english/aspose.cells.saving/ebooksaveoptions/sort_external_names/_index.md index b8cce77ba4..6b776037eb 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells.saving/ebooksaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/sort_names/_index.md b/english/aspose.cells.saving/ebooksaveoptions/sort_names/_index.md index a2e70a024c..dc13e8fe26 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/sort_names/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells.saving/ebooksaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/stream_provider/_index.md b/english/aspose.cells.saving/ebooksaveoptions/stream_provider/_index.md index 43eed7ec59..4af00d3778 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/stream_provider/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/stream_provider/_index.md @@ -3,7 +3,7 @@ title: stream_provider property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells.saving/ebooksaveoptions/stream_provider/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/table_css_id/_index.md b/english/aspose.cells.saving/ebooksaveoptions/table_css_id/_index.md index a188b0b5c7..77c1847634 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/table_css_id/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/table_css_id/_index.md @@ -3,7 +3,7 @@ title: table_css_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells.saving/ebooksaveoptions/table_css_id/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/update_smart_art/_index.md b/english/aspose.cells.saving/ebooksaveoptions/update_smart_art/_index.md index c98f1366f0..3b09486a9b 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells.saving/ebooksaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/validate_merged_areas/_index.md b/english/aspose.cells.saving/ebooksaveoptions/validate_merged_areas/_index.md index a918e6665d..de7b704520 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells.saving/ebooksaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/warning_callback/_index.md b/english/aspose.cells.saving/ebooksaveoptions/warning_callback/_index.md index 0dca18b9f0..758181fb2f 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/warning_callback/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/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: 810 +weight: 820 url: /aspose.cells.saving/ebooksaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/width_scalable/_index.md b/english/aspose.cells.saving/ebooksaveoptions/width_scalable/_index.md index e455aef0ca..4ac4f04f9e 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/width_scalable/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/width_scalable/_index.md @@ -3,7 +3,7 @@ title: width_scalable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells.saving/ebooksaveoptions/width_scalable/ is_root: false --- diff --git a/english/aspose.cells.saving/ebooksaveoptions/worksheet_scalable/_index.md b/english/aspose.cells.saving/ebooksaveoptions/worksheet_scalable/_index.md index a1105d3568..72f463b2e5 100644 --- a/english/aspose.cells.saving/ebooksaveoptions/worksheet_scalable/_index.md +++ b/english/aspose.cells.saving/ebooksaveoptions/worksheet_scalable/_index.md @@ -3,7 +3,7 @@ title: worksheet_scalable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells.saving/ebooksaveoptions/worksheet_scalable/ is_root: false --- diff --git a/english/aspose.cells.saving/sqlscriptcolumntypemap/_index.md b/english/aspose.cells.saving/sqlscriptcolumntypemap/_index.md index 762310eee7..1bab8e1085 100644 --- a/english/aspose.cells.saving/sqlscriptcolumntypemap/_index.md +++ b/english/aspose.cells.saving/sqlscriptcolumntypemap/_index.md @@ -3,7 +3,7 @@ title: SqlScriptColumnTypeMap class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 20 +weight: 30 url: /aspose.cells.saving/sqlscriptcolumntypemap/ is_root: false --- diff --git a/english/aspose.cells.saving/sqlscriptoperatortype/_index.md b/english/aspose.cells.saving/sqlscriptoperatortype/_index.md index b7a575cec3..521fa755af 100644 --- a/english/aspose.cells.saving/sqlscriptoperatortype/_index.md +++ b/english/aspose.cells.saving/sqlscriptoperatortype/_index.md @@ -3,7 +3,7 @@ title: SqlScriptOperatorType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 40 +weight: 50 url: /aspose.cells.saving/sqlscriptoperatortype/ is_root: false --- diff --git a/english/aspose.cells.saving/sqlscriptsaveoptions/_index.md b/english/aspose.cells.saving/sqlscriptsaveoptions/_index.md index ebcc17a433..e824081ae3 100644 --- a/english/aspose.cells.saving/sqlscriptsaveoptions/_index.md +++ b/english/aspose.cells.saving/sqlscriptsaveoptions/_index.md @@ -3,7 +3,7 @@ title: SqlScriptSaveOptions class second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 30 +weight: 40 url: /aspose.cells.saving/sqlscriptsaveoptions/ is_root: false --- diff --git a/english/aspose.cells/_index.md b/english/aspose.cells/_index.md index 81d2b7bb0d..e9605da69d 100644 --- a/english/aspose.cells/_index.md +++ b/english/aspose.cells/_index.md @@ -256,6 +256,7 @@ For example, [`Workbook`](/cells/python-net/aspose.cells/workbook) class is the | [`HtmlHiddenRowDisplayType`](/cells/python-net/aspose.cells/htmlhiddenrowdisplaytype) | Represents two types of showing the hidden rows in html. | | [`HtmlLinkTargetType`](/cells/python-net/aspose.cells/htmllinktargettype) | Represents the type of target attribute in HTML []() tag. | | [`HtmlOfficeMathOutputType`](/cells/python-net/aspose.cells/htmlofficemathoutputtype) | Represents how export OfficeMath to HTML. | +| [`HtmlVersion`](/cells/python-net/aspose.cells/htmlversion) | Indicates the version of HTML is used when saving to Html formats. | | [`HyperlinkType`](/cells/python-net/aspose.cells/hyperlinktype) | Represents the type of hyperlink. | | [`IconSetType`](/cells/python-net/aspose.cells/iconsettype) | Icon set type for conditional formatting.
The threshold values for triggering the different icons within a set are
configurable, and the icon order is reversible. | | [`LoadDataFilterOptions`](/cells/python-net/aspose.cells/loaddatafilteroptions) | Represents the options to filter data when loading workbook from template. | diff --git a/english/aspose.cells/cellrichvalue/alt_text/_index.md b/english/aspose.cells/cellrichvalue/alt_text/_index.md index 948e5eaab1..0ccb4d6a9b 100644 --- a/english/aspose.cells/cellrichvalue/alt_text/_index.md +++ b/english/aspose.cells/cellrichvalue/alt_text/_index.md @@ -17,6 +17,9 @@ Gets the alt text associated with the image. @property def alt_text(self): ... +@alt_text.setter +def alt_text(self, value): + ... ``` ### See Also diff --git a/english/aspose.cells/cells/max_column/_index.md b/english/aspose.cells/cells/max_column/_index.md index d0a6de5518..3519d9aacf 100644 --- a/english/aspose.cells/cells/max_column/_index.md +++ b/english/aspose.cells/cells/max_column/_index.md @@ -17,7 +17,7 @@ where style is defined for the whole column but no cell has been instantiated in ### Remarks -Return -1 if there is no cell. +Return -1 if there is no cell has been instantiated. ### Definition: ```python @property diff --git a/english/aspose.cells/cells/min_data_row/_index.md b/english/aspose.cells/cells/min_data_row/_index.md index f698a3bfbe..fcef9b9901 100644 --- a/english/aspose.cells/cells/min_data_row/_index.md +++ b/english/aspose.cells/cells/min_data_row/_index.md @@ -12,6 +12,11 @@ is_root: false Minimum row index of cell which contains data. + +### Remarks + + +Return -1 if there is no cell which contains data. ### Definition: ```python @property diff --git a/english/aspose.cells/fileformattype/_index.md b/english/aspose.cells/fileformattype/_index.md index e176aa4c60..3f2603f598 100644 --- a/english/aspose.cells/fileformattype/_index.md +++ b/english/aspose.cells/fileformattype/_index.md @@ -87,6 +87,7 @@ The FileFormatType type exposes the following members: | WEB_P | Webp | | JSON | Json | | SQL_SCRIPT | Sql | +| DBF | Xbase Data file | | X_HTML | Rrepesents XHtml file. | | ONE_NOTE | Rrepesents One Note file. | | MICROSOFT_CABINET | Rrepesents Microsoft Cabinet file. | diff --git a/english/aspose.cells/htmlsaveoptions/__init__/_index.md b/english/aspose.cells/htmlsaveoptions/__init__/_index.md index 57d872a37e..146335a1d5 100644 --- a/english/aspose.cells/htmlsaveoptions/__init__/_index.md +++ b/english/aspose.cells/htmlsaveoptions/__init__/_index.md @@ -36,7 +36,7 @@ def __init__(self, save_format): | Parameter | Type | Description | | :- | :- | :- | -| save_format | [`SaveFormat`](/cells/python-net/aspose.cells/saveformat) | The file format.
It should be one of following types: [`SaveFormat.HTML`](/cells/python-net/aspose.cells/saveformat#HTML), [`SaveFormat.M_HTML`](/cells/python-net/aspose.cells/saveformat#M_HTML),
or [`SaveFormat.X_HTML`](/cells/python-net/aspose.cells/saveformat#X_HTML),
otherwise the saved format will be set as [`SaveFormat.HTML`](/cells/python-net/aspose.cells/saveformat#HTML) automatically. | +| save_format | [`SaveFormat`](/cells/python-net/aspose.cells/saveformat) | The file format.
It should be one of following types: [`SaveFormat.HTML`](/cells/python-net/aspose.cells/saveformat#HTML) or [`SaveFormat.M_HTML`](/cells/python-net/aspose.cells/saveformat#M_HTML),
otherwise the saved format will be set as [`SaveFormat.HTML`](/cells/python-net/aspose.cells/saveformat#HTML) automatically. | diff --git a/english/aspose.cells/htmlsaveoptions/_index.md b/english/aspose.cells/htmlsaveoptions/_index.md index 8fc95552a6..0c788b95da 100644 --- a/english/aspose.cells/htmlsaveoptions/_index.md +++ b/english/aspose.cells/htmlsaveoptions/_index.md @@ -112,6 +112,7 @@ The HtmlSaveOptions type exposes the following members: | [cell_name_attribute](/cells/python-net/aspose.cells/htmlsaveoptions/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:).
The default value is null. | | [disable_css](/cells/python-net/aspose.cells/htmlsaveoptions/disable_css) | Indicates whether only inline styles are applied, without relying on CSS.
The default value is false. | | [enable_css_custom_properties](/cells/python-net/aspose.cells/htmlsaveoptions/enable_css_custom_properties) | Optimize the output of html by using CSS custom properties. For example, for the scenario that there are multiple occurences for one base64 image, with custom property the image data only needs to be saved once so the performance of the resultant html can be improved.
The default value is false. | +| [html_version](/cells/python-net/aspose.cells/htmlsaveoptions/html_version) | Specifies version of HTML standard that should be used when saving the HTML format.
Default value is HtmlVersion.Default. | diff --git a/english/aspose.cells/htmlsaveoptions/html_version/_index.md b/english/aspose.cells/htmlsaveoptions/html_version/_index.md new file mode 100644 index 0000000000..1afee0d25e --- /dev/null +++ b/english/aspose.cells/htmlsaveoptions/html_version/_index.md @@ -0,0 +1,29 @@ +--- +title: html_version property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 530 +url: /aspose.cells/htmlsaveoptions/html_version/ +is_root: false +--- + +## html_version property + + +Specifies version of HTML standard that should be used when saving the HTML format. +Default value is HtmlVersion.Default. +### Definition: +```python +@property +def html_version(self): + ... +@html_version.setter +def html_version(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`HtmlSaveOptions`](/cells/python-net/aspose.cells/htmlsaveoptions) +* class [`HtmlVersion`](/cells/python-net/aspose.cells/htmlversion) diff --git a/english/aspose.cells/htmlsaveoptions/ignore_invisible_shapes/_index.md b/english/aspose.cells/htmlsaveoptions/ignore_invisible_shapes/_index.md index 38480ef8f0..c10ea9cb74 100644 --- a/english/aspose.cells/htmlsaveoptions/ignore_invisible_shapes/_index.md +++ b/english/aspose.cells/htmlsaveoptions/ignore_invisible_shapes/_index.md @@ -3,7 +3,7 @@ title: ignore_invisible_shapes property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 530 +weight: 540 url: /aspose.cells/htmlsaveoptions/ignore_invisible_shapes/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/image_options/_index.md b/english/aspose.cells/htmlsaveoptions/image_options/_index.md index 9f24544436..2cb1478870 100644 --- a/english/aspose.cells/htmlsaveoptions/image_options/_index.md +++ b/english/aspose.cells/htmlsaveoptions/image_options/_index.md @@ -3,7 +3,7 @@ title: image_options property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 540 +weight: 550 url: /aspose.cells/htmlsaveoptions/image_options/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/image_scalable/_index.md b/english/aspose.cells/htmlsaveoptions/image_scalable/_index.md index 25e9fbe3c3..3734bd2647 100644 --- a/english/aspose.cells/htmlsaveoptions/image_scalable/_index.md +++ b/english/aspose.cells/htmlsaveoptions/image_scalable/_index.md @@ -3,7 +3,7 @@ title: image_scalable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 550 +weight: 560 url: /aspose.cells/htmlsaveoptions/image_scalable/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/is_border_collapsed/_index.md b/english/aspose.cells/htmlsaveoptions/is_border_collapsed/_index.md index ddf5ac8e4c..543dbca139 100644 --- a/english/aspose.cells/htmlsaveoptions/is_border_collapsed/_index.md +++ b/english/aspose.cells/htmlsaveoptions/is_border_collapsed/_index.md @@ -3,7 +3,7 @@ title: is_border_collapsed property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 560 +weight: 570 url: /aspose.cells/htmlsaveoptions/is_border_collapsed/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/_index.md b/english/aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/_index.md index e464966a2b..91312f7706 100644 --- a/english/aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/_index.md +++ b/english/aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/_index.md @@ -3,7 +3,7 @@ title: is_exp_image_to_temp_dir property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 570 +weight: 580 url: /aspose.cells/htmlsaveoptions/is_exp_image_to_temp_dir/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/is_export_comments/_index.md b/english/aspose.cells/htmlsaveoptions/is_export_comments/_index.md index cb13ccad6b..01802ff3b1 100644 --- a/english/aspose.cells/htmlsaveoptions/is_export_comments/_index.md +++ b/english/aspose.cells/htmlsaveoptions/is_export_comments/_index.md @@ -3,7 +3,7 @@ title: is_export_comments property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 580 +weight: 590 url: /aspose.cells/htmlsaveoptions/is_export_comments/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/is_full_path_link/_index.md b/english/aspose.cells/htmlsaveoptions/is_full_path_link/_index.md index f2d996a887..a9c795b6ec 100644 --- a/english/aspose.cells/htmlsaveoptions/is_full_path_link/_index.md +++ b/english/aspose.cells/htmlsaveoptions/is_full_path_link/_index.md @@ -3,7 +3,7 @@ title: is_full_path_link property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 590 +weight: 600 url: /aspose.cells/htmlsaveoptions/is_full_path_link/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/is_ie_compatible/_index.md b/english/aspose.cells/htmlsaveoptions/is_ie_compatible/_index.md index 04bdb11103..11654f0ba0 100644 --- a/english/aspose.cells/htmlsaveoptions/is_ie_compatible/_index.md +++ b/english/aspose.cells/htmlsaveoptions/is_ie_compatible/_index.md @@ -3,7 +3,7 @@ title: is_ie_compatible property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 600 +weight: 610 url: /aspose.cells/htmlsaveoptions/is_ie_compatible/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/is_js_browser_compatible/_index.md b/english/aspose.cells/htmlsaveoptions/is_js_browser_compatible/_index.md index 3e8dd8b93b..568f45c282 100644 --- a/english/aspose.cells/htmlsaveoptions/is_js_browser_compatible/_index.md +++ b/english/aspose.cells/htmlsaveoptions/is_js_browser_compatible/_index.md @@ -3,7 +3,7 @@ title: is_js_browser_compatible property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 610 +weight: 620 url: /aspose.cells/htmlsaveoptions/is_js_browser_compatible/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/is_mobile_compatible/_index.md b/english/aspose.cells/htmlsaveoptions/is_mobile_compatible/_index.md index f3eb3d387a..914804139e 100644 --- a/english/aspose.cells/htmlsaveoptions/is_mobile_compatible/_index.md +++ b/english/aspose.cells/htmlsaveoptions/is_mobile_compatible/_index.md @@ -3,7 +3,7 @@ title: is_mobile_compatible property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 620 +weight: 630 url: /aspose.cells/htmlsaveoptions/is_mobile_compatible/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/link_target_type/_index.md b/english/aspose.cells/htmlsaveoptions/link_target_type/_index.md index 326f0cda8b..45eccc0aef 100644 --- a/english/aspose.cells/htmlsaveoptions/link_target_type/_index.md +++ b/english/aspose.cells/htmlsaveoptions/link_target_type/_index.md @@ -3,7 +3,7 @@ title: link_target_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 630 +weight: 640 url: /aspose.cells/htmlsaveoptions/link_target_type/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/merge_areas/_index.md b/english/aspose.cells/htmlsaveoptions/merge_areas/_index.md index c4f75c04a9..e9b6cbfb59 100644 --- a/english/aspose.cells/htmlsaveoptions/merge_areas/_index.md +++ b/english/aspose.cells/htmlsaveoptions/merge_areas/_index.md @@ -3,7 +3,7 @@ title: merge_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 640 +weight: 650 url: /aspose.cells/htmlsaveoptions/merge_areas/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/merge_empty_td_forcely/_index.md b/english/aspose.cells/htmlsaveoptions/merge_empty_td_forcely/_index.md index a9bcd5153b..be9f49ddfc 100644 --- a/english/aspose.cells/htmlsaveoptions/merge_empty_td_forcely/_index.md +++ b/english/aspose.cells/htmlsaveoptions/merge_empty_td_forcely/_index.md @@ -3,7 +3,7 @@ title: merge_empty_td_forcely property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 650 +weight: 660 url: /aspose.cells/htmlsaveoptions/merge_empty_td_forcely/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/merge_empty_td_type/_index.md b/english/aspose.cells/htmlsaveoptions/merge_empty_td_type/_index.md index 036a2c272b..d3ce0ef89b 100644 --- a/english/aspose.cells/htmlsaveoptions/merge_empty_td_type/_index.md +++ b/english/aspose.cells/htmlsaveoptions/merge_empty_td_type/_index.md @@ -3,7 +3,7 @@ title: merge_empty_td_type property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 660 +weight: 670 url: /aspose.cells/htmlsaveoptions/merge_empty_td_type/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/office_math_output_mode/_index.md b/english/aspose.cells/htmlsaveoptions/office_math_output_mode/_index.md index 1d9f1b8898..eed1d087e8 100644 --- a/english/aspose.cells/htmlsaveoptions/office_math_output_mode/_index.md +++ b/english/aspose.cells/htmlsaveoptions/office_math_output_mode/_index.md @@ -3,7 +3,7 @@ title: office_math_output_mode property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 670 +weight: 680 url: /aspose.cells/htmlsaveoptions/office_math_output_mode/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/page_title/_index.md b/english/aspose.cells/htmlsaveoptions/page_title/_index.md index b452126321..b674c81fe1 100644 --- a/english/aspose.cells/htmlsaveoptions/page_title/_index.md +++ b/english/aspose.cells/htmlsaveoptions/page_title/_index.md @@ -3,7 +3,7 @@ title: page_title property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 680 +weight: 690 url: /aspose.cells/htmlsaveoptions/page_title/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/_index.md b/english/aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/_index.md index daf871efa4..f4534b074e 100644 --- a/english/aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/_index.md +++ b/english/aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/_index.md @@ -3,7 +3,7 @@ title: parse_html_tag_in_cell property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 690 +weight: 700 url: /aspose.cells/htmlsaveoptions/parse_html_tag_in_cell/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/presentation_preference/_index.md b/english/aspose.cells/htmlsaveoptions/presentation_preference/_index.md index 2a6a20d9ea..dc5e50448c 100644 --- a/english/aspose.cells/htmlsaveoptions/presentation_preference/_index.md +++ b/english/aspose.cells/htmlsaveoptions/presentation_preference/_index.md @@ -3,7 +3,7 @@ title: presentation_preference property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 700 +weight: 710 url: /aspose.cells/htmlsaveoptions/presentation_preference/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/refresh_chart_cache/_index.md b/english/aspose.cells/htmlsaveoptions/refresh_chart_cache/_index.md index 86f5c396fa..c9a264f324 100644 --- a/english/aspose.cells/htmlsaveoptions/refresh_chart_cache/_index.md +++ b/english/aspose.cells/htmlsaveoptions/refresh_chart_cache/_index.md @@ -3,7 +3,7 @@ title: refresh_chart_cache property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 710 +weight: 720 url: /aspose.cells/htmlsaveoptions/refresh_chart_cache/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/save_as_single_file/_index.md b/english/aspose.cells/htmlsaveoptions/save_as_single_file/_index.md index 499b200b31..2679a25075 100644 --- a/english/aspose.cells/htmlsaveoptions/save_as_single_file/_index.md +++ b/english/aspose.cells/htmlsaveoptions/save_as_single_file/_index.md @@ -3,7 +3,7 @@ title: save_as_single_file property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 720 +weight: 730 url: /aspose.cells/htmlsaveoptions/save_as_single_file/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/save_format/_index.md b/english/aspose.cells/htmlsaveoptions/save_format/_index.md index 7f043b4306..93778b586b 100644 --- a/english/aspose.cells/htmlsaveoptions/save_format/_index.md +++ b/english/aspose.cells/htmlsaveoptions/save_format/_index.md @@ -3,7 +3,7 @@ title: save_format property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 730 +weight: 740 url: /aspose.cells/htmlsaveoptions/save_format/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/show_all_sheets/_index.md b/english/aspose.cells/htmlsaveoptions/show_all_sheets/_index.md index 99b98021fa..1349de1664 100644 --- a/english/aspose.cells/htmlsaveoptions/show_all_sheets/_index.md +++ b/english/aspose.cells/htmlsaveoptions/show_all_sheets/_index.md @@ -3,7 +3,7 @@ title: show_all_sheets property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 740 +weight: 750 url: /aspose.cells/htmlsaveoptions/show_all_sheets/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/sort_external_names/_index.md b/english/aspose.cells/htmlsaveoptions/sort_external_names/_index.md index fc82119131..2f9658319b 100644 --- a/english/aspose.cells/htmlsaveoptions/sort_external_names/_index.md +++ b/english/aspose.cells/htmlsaveoptions/sort_external_names/_index.md @@ -3,7 +3,7 @@ title: sort_external_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 750 +weight: 760 url: /aspose.cells/htmlsaveoptions/sort_external_names/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/sort_names/_index.md b/english/aspose.cells/htmlsaveoptions/sort_names/_index.md index 620f7684b2..8e3190979b 100644 --- a/english/aspose.cells/htmlsaveoptions/sort_names/_index.md +++ b/english/aspose.cells/htmlsaveoptions/sort_names/_index.md @@ -3,7 +3,7 @@ title: sort_names property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 760 +weight: 770 url: /aspose.cells/htmlsaveoptions/sort_names/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/stream_provider/_index.md b/english/aspose.cells/htmlsaveoptions/stream_provider/_index.md index 33f5c670a1..8afe361ef0 100644 --- a/english/aspose.cells/htmlsaveoptions/stream_provider/_index.md +++ b/english/aspose.cells/htmlsaveoptions/stream_provider/_index.md @@ -3,7 +3,7 @@ title: stream_provider property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 770 +weight: 780 url: /aspose.cells/htmlsaveoptions/stream_provider/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/table_css_id/_index.md b/english/aspose.cells/htmlsaveoptions/table_css_id/_index.md index bc086b1092..c04f1b9fde 100644 --- a/english/aspose.cells/htmlsaveoptions/table_css_id/_index.md +++ b/english/aspose.cells/htmlsaveoptions/table_css_id/_index.md @@ -3,7 +3,7 @@ title: table_css_id property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 780 +weight: 790 url: /aspose.cells/htmlsaveoptions/table_css_id/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/update_smart_art/_index.md b/english/aspose.cells/htmlsaveoptions/update_smart_art/_index.md index f9ba7e77ab..973cf800f8 100644 --- a/english/aspose.cells/htmlsaveoptions/update_smart_art/_index.md +++ b/english/aspose.cells/htmlsaveoptions/update_smart_art/_index.md @@ -3,7 +3,7 @@ title: update_smart_art property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 790 +weight: 800 url: /aspose.cells/htmlsaveoptions/update_smart_art/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/validate_merged_areas/_index.md b/english/aspose.cells/htmlsaveoptions/validate_merged_areas/_index.md index 2b4427eadb..0861756db6 100644 --- a/english/aspose.cells/htmlsaveoptions/validate_merged_areas/_index.md +++ b/english/aspose.cells/htmlsaveoptions/validate_merged_areas/_index.md @@ -3,7 +3,7 @@ title: validate_merged_areas property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 800 +weight: 810 url: /aspose.cells/htmlsaveoptions/validate_merged_areas/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/warning_callback/_index.md b/english/aspose.cells/htmlsaveoptions/warning_callback/_index.md index ae07c1f4f8..c92c9711a6 100644 --- a/english/aspose.cells/htmlsaveoptions/warning_callback/_index.md +++ b/english/aspose.cells/htmlsaveoptions/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: 810 +weight: 820 url: /aspose.cells/htmlsaveoptions/warning_callback/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/width_scalable/_index.md b/english/aspose.cells/htmlsaveoptions/width_scalable/_index.md index ac3cac1409..0a899f2cff 100644 --- a/english/aspose.cells/htmlsaveoptions/width_scalable/_index.md +++ b/english/aspose.cells/htmlsaveoptions/width_scalable/_index.md @@ -3,7 +3,7 @@ title: width_scalable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 820 +weight: 830 url: /aspose.cells/htmlsaveoptions/width_scalable/ is_root: false --- diff --git a/english/aspose.cells/htmlsaveoptions/worksheet_scalable/_index.md b/english/aspose.cells/htmlsaveoptions/worksheet_scalable/_index.md index 334e9bef76..c9b4864455 100644 --- a/english/aspose.cells/htmlsaveoptions/worksheet_scalable/_index.md +++ b/english/aspose.cells/htmlsaveoptions/worksheet_scalable/_index.md @@ -3,7 +3,7 @@ title: worksheet_scalable property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 830 +weight: 840 url: /aspose.cells/htmlsaveoptions/worksheet_scalable/ is_root: false --- diff --git a/english/aspose.cells/htmlversion/_index.md b/english/aspose.cells/htmlversion/_index.md new file mode 100644 index 0000000000..8896346ee1 --- /dev/null +++ b/english/aspose.cells/htmlversion/_index.md @@ -0,0 +1,29 @@ +--- +title: HtmlVersion enumeration +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 2370 +url: /aspose.cells/htmlversion/ +is_root: false +--- + +## HtmlVersion enumeration + +Indicates the version of HTML is used when saving to Html formats. + + + +The HtmlVersion type exposes the following members: + +### Fields +| Field | Description | +| :- | :- | +| DEFAULT | Save the document in compliance with the MS Excel exporting HTML. | +| X_HTML | Saves the document in compliance with the XHTML 1.0 Transitional standard. | +| HTML5 | Saves the document in compliance with the HTML 5 standard. | + + + +### See Also +* module [`aspose.cells`](..) diff --git a/english/aspose.cells/hyperlinktype/_index.md b/english/aspose.cells/hyperlinktype/_index.md index 3680aecad8..6d8a5e86fe 100644 --- a/english/aspose.cells/hyperlinktype/_index.md +++ b/english/aspose.cells/hyperlinktype/_index.md @@ -3,7 +3,7 @@ title: HyperlinkType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2370 +weight: 2380 url: /aspose.cells/hyperlinktype/ is_root: false --- diff --git a/english/aspose.cells/iconsettype/_index.md b/english/aspose.cells/iconsettype/_index.md index b345307d61..01b6307c2b 100644 --- a/english/aspose.cells/iconsettype/_index.md +++ b/english/aspose.cells/iconsettype/_index.md @@ -3,7 +3,7 @@ title: IconSetType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2380 +weight: 2390 url: /aspose.cells/iconsettype/ is_root: false --- diff --git a/english/aspose.cells/loaddatafilteroptions/_index.md b/english/aspose.cells/loaddatafilteroptions/_index.md index 29defafdaf..5ea27920b3 100644 --- a/english/aspose.cells/loaddatafilteroptions/_index.md +++ b/english/aspose.cells/loaddatafilteroptions/_index.md @@ -3,7 +3,7 @@ title: LoadDataFilterOptions enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2390 +weight: 2400 url: /aspose.cells/loaddatafilteroptions/ is_root: false --- diff --git a/english/aspose.cells/loadformat/_index.md b/english/aspose.cells/loadformat/_index.md index db92a1ab9d..5f303d6fa3 100644 --- a/english/aspose.cells/loadformat/_index.md +++ b/english/aspose.cells/loadformat/_index.md @@ -3,7 +3,7 @@ title: LoadFormat enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2400 +weight: 2410 url: /aspose.cells/loadformat/ is_root: false --- @@ -41,6 +41,8 @@ The LoadFormat type exposes the following members: | UNKNOWN | Represents unrecognized format, cannot be loaded. | | IMAGE | Image | | JSON | Json | +| DIF | Data Interchange Format. | +| DBF | Xbase Data file | diff --git a/english/aspose.cells/lookattype/_index.md b/english/aspose.cells/lookattype/_index.md index 734f56a349..e2f2b1dfb6 100644 --- a/english/aspose.cells/lookattype/_index.md +++ b/english/aspose.cells/lookattype/_index.md @@ -3,7 +3,7 @@ title: LookAtType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2410 +weight: 2420 url: /aspose.cells/lookattype/ is_root: false --- diff --git a/english/aspose.cells/lookintype/_index.md b/english/aspose.cells/lookintype/_index.md index c4fbb3cde0..76448abd5d 100644 --- a/english/aspose.cells/lookintype/_index.md +++ b/english/aspose.cells/lookintype/_index.md @@ -3,7 +3,7 @@ title: LookInType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2420 +weight: 2430 url: /aspose.cells/lookintype/ is_root: false --- diff --git a/english/aspose.cells/memorysetting/_index.md b/english/aspose.cells/memorysetting/_index.md index f3305a339c..16a659d7e6 100644 --- a/english/aspose.cells/memorysetting/_index.md +++ b/english/aspose.cells/memorysetting/_index.md @@ -3,7 +3,7 @@ title: MemorySetting enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2430 +weight: 2440 url: /aspose.cells/memorysetting/ is_root: false --- diff --git a/english/aspose.cells/mergedcellsshrinktype/_index.md b/english/aspose.cells/mergedcellsshrinktype/_index.md index ee22358f6b..4d14559d9f 100644 --- a/english/aspose.cells/mergedcellsshrinktype/_index.md +++ b/english/aspose.cells/mergedcellsshrinktype/_index.md @@ -3,7 +3,7 @@ title: MergedCellsShrinkType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2450 +weight: 2460 url: /aspose.cells/mergedcellsshrinktype/ is_root: false --- diff --git a/english/aspose.cells/mergeemptytdtype/_index.md b/english/aspose.cells/mergeemptytdtype/_index.md index 39023a61db..0b302f73b4 100644 --- a/english/aspose.cells/mergeemptytdtype/_index.md +++ b/english/aspose.cells/mergeemptytdtype/_index.md @@ -3,7 +3,7 @@ title: MergeEmptyTdType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2440 +weight: 2450 url: /aspose.cells/mergeemptytdtype/ is_root: false --- diff --git a/english/aspose.cells/namescopetype/_index.md b/english/aspose.cells/namescopetype/_index.md index cc8570ce94..6a0c861c61 100644 --- a/english/aspose.cells/namescopetype/_index.md +++ b/english/aspose.cells/namescopetype/_index.md @@ -3,7 +3,7 @@ title: NameScopeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2460 +weight: 2470 url: /aspose.cells/namescopetype/ is_root: false --- diff --git a/english/aspose.cells/numbercategorytype/_index.md b/english/aspose.cells/numbercategorytype/_index.md index 2aff6abe5d..2ffd6548dc 100644 --- a/english/aspose.cells/numbercategorytype/_index.md +++ b/english/aspose.cells/numbercategorytype/_index.md @@ -3,7 +3,7 @@ title: NumberCategoryType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2470 +weight: 2480 url: /aspose.cells/numbercategorytype/ is_root: false --- diff --git a/english/aspose.cells/ooxmlcompliance/_index.md b/english/aspose.cells/ooxmlcompliance/_index.md index e7f821e698..be1cc05302 100644 --- a/english/aspose.cells/ooxmlcompliance/_index.md +++ b/english/aspose.cells/ooxmlcompliance/_index.md @@ -3,7 +3,7 @@ title: OoxmlCompliance enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2480 +weight: 2490 url: /aspose.cells/ooxmlcompliance/ is_root: false --- diff --git a/english/aspose.cells/ooxmlcompressiontype/_index.md b/english/aspose.cells/ooxmlcompressiontype/_index.md index 54db0c10e6..e6a03d3b49 100644 --- a/english/aspose.cells/ooxmlcompressiontype/_index.md +++ b/english/aspose.cells/ooxmlcompressiontype/_index.md @@ -3,7 +3,7 @@ title: OoxmlCompressionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2490 +weight: 2500 url: /aspose.cells/ooxmlcompressiontype/ is_root: false --- diff --git a/english/aspose.cells/ooxmlsaveoptions/_index.md b/english/aspose.cells/ooxmlsaveoptions/_index.md index d89882fd32..7c8fa03c58 100644 --- a/english/aspose.cells/ooxmlsaveoptions/_index.md +++ b/english/aspose.cells/ooxmlsaveoptions/_index.md @@ -50,6 +50,7 @@ The OoxmlSaveOptions type exposes the following members: | [enable_zip64](/cells/python-net/aspose.cells/ooxmlsaveoptions/enable_zip64) | Always use ZIP64 extensions when writing zip archives, even when unnecessary. | | [embed_ooxml_as_ole_object](/cells/python-net/aspose.cells/ooxmlsaveoptions/embed_ooxml_as_ole_object) | Indicates whether embedding Ooxml files of OleObject as ole object. | | [compression_type](/cells/python-net/aspose.cells/ooxmlsaveoptions/compression_type) | Gets and sets the compression type for ooxml file. | +| [wps_compatibility](/cells/python-net/aspose.cells/ooxmlsaveoptions/wps_compatibility) | Indicates whether to make the xls more compatible with WPS. | diff --git a/english/aspose.cells/ooxmlsaveoptions/wps_compatibility/_index.md b/english/aspose.cells/ooxmlsaveoptions/wps_compatibility/_index.md new file mode 100644 index 0000000000..19cfaa58bf --- /dev/null +++ b/english/aspose.cells/ooxmlsaveoptions/wps_compatibility/_index.md @@ -0,0 +1,27 @@ +--- +title: wps_compatibility property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 220 +url: /aspose.cells/ooxmlsaveoptions/wps_compatibility/ +is_root: false +--- + +## wps_compatibility property + + +Indicates whether to make the xls more compatible with WPS. +### Definition: +```python +@property +def wps_compatibility(self): + ... +@wps_compatibility.setter +def wps_compatibility(self, value): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`OoxmlSaveOptions`](/cells/python-net/aspose.cells/ooxmlsaveoptions) diff --git a/english/aspose.cells/operatortype/_index.md b/english/aspose.cells/operatortype/_index.md index 4cb21a14b6..84f7ab1bdb 100644 --- a/english/aspose.cells/operatortype/_index.md +++ b/english/aspose.cells/operatortype/_index.md @@ -3,7 +3,7 @@ title: OperatorType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2500 +weight: 2510 url: /aspose.cells/operatortype/ is_root: false --- diff --git a/english/aspose.cells/pagelayoutalignmenttype/_index.md b/english/aspose.cells/pagelayoutalignmenttype/_index.md index e47004c049..06a6b327be 100644 --- a/english/aspose.cells/pagelayoutalignmenttype/_index.md +++ b/english/aspose.cells/pagelayoutalignmenttype/_index.md @@ -3,7 +3,7 @@ title: PageLayoutAlignmentType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2510 +weight: 2520 url: /aspose.cells/pagelayoutalignmenttype/ is_root: false --- diff --git a/english/aspose.cells/pageorientationtype/_index.md b/english/aspose.cells/pageorientationtype/_index.md index 8572b004c2..27e9a63070 100644 --- a/english/aspose.cells/pageorientationtype/_index.md +++ b/english/aspose.cells/pageorientationtype/_index.md @@ -3,7 +3,7 @@ title: PageOrientationType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2520 +weight: 2530 url: /aspose.cells/pageorientationtype/ is_root: false --- diff --git a/english/aspose.cells/panestatetype/_index.md b/english/aspose.cells/panestatetype/_index.md index 4669aa77d2..d15fd23c4e 100644 --- a/english/aspose.cells/panestatetype/_index.md +++ b/english/aspose.cells/panestatetype/_index.md @@ -3,7 +3,7 @@ title: PaneStateType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2530 +weight: 2540 url: /aspose.cells/panestatetype/ is_root: false --- diff --git a/english/aspose.cells/papersizetype/_index.md b/english/aspose.cells/papersizetype/_index.md index 7d198f6501..b224bb4b75 100644 --- a/english/aspose.cells/papersizetype/_index.md +++ b/english/aspose.cells/papersizetype/_index.md @@ -3,7 +3,7 @@ title: PaperSizeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2540 +weight: 2550 url: /aspose.cells/papersizetype/ is_root: false --- diff --git a/english/aspose.cells/parametertype/_index.md b/english/aspose.cells/parametertype/_index.md index b1b693fa31..ea6ffa51c0 100644 --- a/english/aspose.cells/parametertype/_index.md +++ b/english/aspose.cells/parametertype/_index.md @@ -3,7 +3,7 @@ title: ParameterType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2550 +weight: 2560 url: /aspose.cells/parametertype/ is_root: false --- diff --git a/english/aspose.cells/pasteoperationtype/_index.md b/english/aspose.cells/pasteoperationtype/_index.md index cbfa57aa8f..1d4c8bd336 100644 --- a/english/aspose.cells/pasteoperationtype/_index.md +++ b/english/aspose.cells/pasteoperationtype/_index.md @@ -3,7 +3,7 @@ title: PasteOperationType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2560 +weight: 2570 url: /aspose.cells/pasteoperationtype/ is_root: false --- diff --git a/english/aspose.cells/pastetype/_index.md b/english/aspose.cells/pastetype/_index.md index 7d83a32e15..a90313fc91 100644 --- a/english/aspose.cells/pastetype/_index.md +++ b/english/aspose.cells/pastetype/_index.md @@ -3,7 +3,7 @@ title: PasteType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2570 +weight: 2580 url: /aspose.cells/pastetype/ is_root: false --- diff --git a/english/aspose.cells/printcommentstype/_index.md b/english/aspose.cells/printcommentstype/_index.md index 77af381ea9..8d2b4abcbf 100644 --- a/english/aspose.cells/printcommentstype/_index.md +++ b/english/aspose.cells/printcommentstype/_index.md @@ -3,7 +3,7 @@ title: PrintCommentsType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2580 +weight: 2590 url: /aspose.cells/printcommentstype/ is_root: false --- diff --git a/english/aspose.cells/printerrorstype/_index.md b/english/aspose.cells/printerrorstype/_index.md index 26167e5ae1..892a3bd188 100644 --- a/english/aspose.cells/printerrorstype/_index.md +++ b/english/aspose.cells/printerrorstype/_index.md @@ -3,7 +3,7 @@ title: PrintErrorsType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2590 +weight: 2600 url: /aspose.cells/printerrorstype/ is_root: false --- diff --git a/english/aspose.cells/printingpagetype/_index.md b/english/aspose.cells/printingpagetype/_index.md index 75f151d7b9..2d425f5fe1 100644 --- a/english/aspose.cells/printingpagetype/_index.md +++ b/english/aspose.cells/printingpagetype/_index.md @@ -3,7 +3,7 @@ title: PrintingPageType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2620 +weight: 2630 url: /aspose.cells/printingpagetype/ is_root: false --- diff --git a/english/aspose.cells/printordertype/_index.md b/english/aspose.cells/printordertype/_index.md index 30da287985..9bc21ae903 100644 --- a/english/aspose.cells/printordertype/_index.md +++ b/english/aspose.cells/printordertype/_index.md @@ -3,7 +3,7 @@ title: PrintOrderType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2600 +weight: 2610 url: /aspose.cells/printordertype/ is_root: false --- diff --git a/english/aspose.cells/printsizetype/_index.md b/english/aspose.cells/printsizetype/_index.md index ec0aa2ac76..9edb80aa0c 100644 --- a/english/aspose.cells/printsizetype/_index.md +++ b/english/aspose.cells/printsizetype/_index.md @@ -3,7 +3,7 @@ title: PrintSizeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2610 +weight: 2620 url: /aspose.cells/printsizetype/ is_root: false --- diff --git a/english/aspose.cells/protectiontype/_index.md b/english/aspose.cells/protectiontype/_index.md index 5b9a2ab942..976ef022eb 100644 --- a/english/aspose.cells/protectiontype/_index.md +++ b/english/aspose.cells/protectiontype/_index.md @@ -3,7 +3,7 @@ title: ProtectionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2630 +weight: 2640 url: /aspose.cells/protectiontype/ is_root: false --- diff --git a/english/aspose.cells/referredarea/_index.md b/english/aspose.cells/referredarea/_index.md index 57d9d9ffd2..e222582110 100644 --- a/english/aspose.cells/referredarea/_index.md +++ b/english/aspose.cells/referredarea/_index.md @@ -22,6 +22,7 @@ The ReferredArea type exposes the following members: | [is_external_link](/cells/python-net/aspose.cells/referredarea/is_external_link) | Indicates whether this is an external link. | | [external_file_name](/cells/python-net/aspose.cells/referredarea/external_file_name) | Get the external file name if this is an external reference. | | [sheet_name](/cells/python-net/aspose.cells/referredarea/sheet_name) | Indicates which sheet this reference is in. | +| [sheet_names](/cells/python-net/aspose.cells/referredarea/sheet_names) | Names of all the worksheets this instance references to. | | [is_entire_row](/cells/python-net/aspose.cells/referredarea/is_entire_row) | Indicates whether this area contains all columns(entire row). | | [is_entire_column](/cells/python-net/aspose.cells/referredarea/is_entire_column) | Indicates whether this area contains all rows(entire column). | | [is_area](/cells/python-net/aspose.cells/referredarea/is_area) | Indicates whether this is an area. | diff --git a/english/aspose.cells/referredarea/sheet_name/_index.md b/english/aspose.cells/referredarea/sheet_name/_index.md index 5ac7e1610b..7383483c2e 100644 --- a/english/aspose.cells/referredarea/sheet_name/_index.md +++ b/english/aspose.cells/referredarea/sheet_name/_index.md @@ -12,6 +12,13 @@ is_root: false Indicates which sheet this reference is in. + +### Remarks + + +If it references to multiple worksheets, +the returned value is just like the range expression in the formula. +For example "Sheet1:Sheet3" for the reference in formula "=SUM(Sheet1:Sheet3!$A$1:$B$2)". ### Definition: ```python @property diff --git a/english/aspose.cells/referredarea/sheet_names/_index.md b/english/aspose.cells/referredarea/sheet_names/_index.md new file mode 100644 index 0000000000..46dac099c9 --- /dev/null +++ b/english/aspose.cells/referredarea/sheet_names/_index.md @@ -0,0 +1,24 @@ +--- +title: sheet_names property +second_title: Aspose.Cells for Python via .NET API References +description: +type: docs +weight: 130 +url: /aspose.cells/referredarea/sheet_names/ +is_root: false +--- + +## sheet_names property + + +Names of all the worksheets this instance references to. +### Definition: +```python +@property +def sheet_names(self): + ... +``` + +### See Also +* module [`aspose.cells`](../../) +* class [`ReferredArea`](/cells/python-net/aspose.cells/referredarea) diff --git a/english/aspose.cells/referredarea/start_column/_index.md b/english/aspose.cells/referredarea/start_column/_index.md index 10ada18077..0e67dfdf88 100644 --- a/english/aspose.cells/referredarea/start_column/_index.md +++ b/english/aspose.cells/referredarea/start_column/_index.md @@ -3,7 +3,7 @@ title: start_column property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 130 +weight: 140 url: /aspose.cells/referredarea/start_column/ is_root: false --- diff --git a/english/aspose.cells/referredarea/start_row/_index.md b/english/aspose.cells/referredarea/start_row/_index.md index 2562408fe2..4a9b1d79c6 100644 --- a/english/aspose.cells/referredarea/start_row/_index.md +++ b/english/aspose.cells/referredarea/start_row/_index.md @@ -3,7 +3,7 @@ title: start_row property second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 140 +weight: 150 url: /aspose.cells/referredarea/start_row/ is_root: false --- diff --git a/english/aspose.cells/renamestrategy/_index.md b/english/aspose.cells/renamestrategy/_index.md index 1f6f0fd488..d0c1e666ba 100644 --- a/english/aspose.cells/renamestrategy/_index.md +++ b/english/aspose.cells/renamestrategy/_index.md @@ -3,7 +3,7 @@ title: RenameStrategy enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2640 +weight: 2650 url: /aspose.cells/renamestrategy/ is_root: false --- diff --git a/english/aspose.cells/resourceloadingtype/_index.md b/english/aspose.cells/resourceloadingtype/_index.md index c5af232fd8..050468c396 100644 --- a/english/aspose.cells/resourceloadingtype/_index.md +++ b/english/aspose.cells/resourceloadingtype/_index.md @@ -3,7 +3,7 @@ title: ResourceLoadingType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2650 +weight: 2660 url: /aspose.cells/resourceloadingtype/ is_root: false --- diff --git a/english/aspose.cells/saveformat/_index.md b/english/aspose.cells/saveformat/_index.md index a7e87cce06..89bc13f6a4 100644 --- a/english/aspose.cells/saveformat/_index.md +++ b/english/aspose.cells/saveformat/_index.md @@ -3,7 +3,7 @@ title: SaveFormat enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2660 +weight: 2670 url: /aspose.cells/saveformat/ is_root: false --- @@ -56,10 +56,11 @@ The SaveFormat type exposes the following members: | GIF | Gif | | JSON | Json | | SQL_SCRIPT | Sql | -| X_HTML | Rrepesents XHtml file. | +| X_HTML | Rrepesents XHtml file.
please use [`HtmlSaveOptions.html_version`](/cells/python-net/aspose.cells/htmlsaveoptions#html_version) property.
This property will be removed 6 months later since March 2025.
Aspose apologizes for any inconvenience you may have experienced. | | EPUB | Represents Epub file. | | AZW3 | Represents Azw3 file. | | PCL | PCL (Printer Command Language) | +| DBF | Xbase Data file | diff --git a/english/aspose.cells/sheettype/_index.md b/english/aspose.cells/sheettype/_index.md index e3672bb7bd..11f1173bf8 100644 --- a/english/aspose.cells/sheettype/_index.md +++ b/english/aspose.cells/sheettype/_index.md @@ -3,7 +3,7 @@ title: SheetType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2670 +weight: 2680 url: /aspose.cells/sheettype/ is_root: false --- diff --git a/english/aspose.cells/shifttype/_index.md b/english/aspose.cells/shifttype/_index.md index 05adaa87ca..e74030c64a 100644 --- a/english/aspose.cells/shifttype/_index.md +++ b/english/aspose.cells/shifttype/_index.md @@ -3,7 +3,7 @@ title: ShiftType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2680 +weight: 2690 url: /aspose.cells/shifttype/ is_root: false --- diff --git a/english/aspose.cells/sortontype/_index.md b/english/aspose.cells/sortontype/_index.md index 3c752cf76d..839e914a7d 100644 --- a/english/aspose.cells/sortontype/_index.md +++ b/english/aspose.cells/sortontype/_index.md @@ -3,7 +3,7 @@ title: SortOnType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2690 +weight: 2700 url: /aspose.cells/sortontype/ is_root: false --- diff --git a/english/aspose.cells/sortorder/_index.md b/english/aspose.cells/sortorder/_index.md index 3f0c468828..d7b5d12b4d 100644 --- a/english/aspose.cells/sortorder/_index.md +++ b/english/aspose.cells/sortorder/_index.md @@ -3,7 +3,7 @@ title: SortOrder enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2700 +weight: 2710 url: /aspose.cells/sortorder/ is_root: false --- diff --git a/english/aspose.cells/stylemodifyflag/_index.md b/english/aspose.cells/stylemodifyflag/_index.md index 3dc575a09a..365a0777d2 100644 --- a/english/aspose.cells/stylemodifyflag/_index.md +++ b/english/aspose.cells/stylemodifyflag/_index.md @@ -3,7 +3,7 @@ title: StyleModifyFlag enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2710 +weight: 2720 url: /aspose.cells/stylemodifyflag/ is_root: false --- diff --git a/english/aspose.cells/targetmodetype/_index.md b/english/aspose.cells/targetmodetype/_index.md index 9b8cb2b4db..12f5791ed8 100644 --- a/english/aspose.cells/targetmodetype/_index.md +++ b/english/aspose.cells/targetmodetype/_index.md @@ -3,7 +3,7 @@ title: TargetModeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2720 +weight: 2730 url: /aspose.cells/targetmodetype/ is_root: false --- diff --git a/english/aspose.cells/textalignmenttype/_index.md b/english/aspose.cells/textalignmenttype/_index.md index 23a4d2b59a..3a7d42a539 100644 --- a/english/aspose.cells/textalignmenttype/_index.md +++ b/english/aspose.cells/textalignmenttype/_index.md @@ -3,7 +3,7 @@ title: TextAlignmentType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2730 +weight: 2740 url: /aspose.cells/textalignmenttype/ is_root: false --- diff --git a/english/aspose.cells/textcapstype/_index.md b/english/aspose.cells/textcapstype/_index.md index 1d955a3fd3..24828f3950 100644 --- a/english/aspose.cells/textcapstype/_index.md +++ b/english/aspose.cells/textcapstype/_index.md @@ -3,7 +3,7 @@ title: TextCapsType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2740 +weight: 2750 url: /aspose.cells/textcapstype/ is_root: false --- diff --git a/english/aspose.cells/textcrosstype/_index.md b/english/aspose.cells/textcrosstype/_index.md index 7d220021f7..51bce905da 100644 --- a/english/aspose.cells/textcrosstype/_index.md +++ b/english/aspose.cells/textcrosstype/_index.md @@ -3,7 +3,7 @@ title: TextCrossType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2750 +weight: 2760 url: /aspose.cells/textcrosstype/ is_root: false --- diff --git a/english/aspose.cells/textdirectiontype/_index.md b/english/aspose.cells/textdirectiontype/_index.md index d2eb20aa28..c76517e6e9 100644 --- a/english/aspose.cells/textdirectiontype/_index.md +++ b/english/aspose.cells/textdirectiontype/_index.md @@ -3,7 +3,7 @@ title: TextDirectionType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2760 +weight: 2770 url: /aspose.cells/textdirectiontype/ is_root: false --- diff --git a/english/aspose.cells/textorientationtype/_index.md b/english/aspose.cells/textorientationtype/_index.md index 6fb718f224..5d5639a27d 100644 --- a/english/aspose.cells/textorientationtype/_index.md +++ b/english/aspose.cells/textorientationtype/_index.md @@ -3,7 +3,7 @@ title: TextOrientationType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2770 +weight: 2780 url: /aspose.cells/textorientationtype/ is_root: false --- diff --git a/english/aspose.cells/textstriketype/_index.md b/english/aspose.cells/textstriketype/_index.md index bb06b8aff4..d74511dfac 100644 --- a/english/aspose.cells/textstriketype/_index.md +++ b/english/aspose.cells/textstriketype/_index.md @@ -3,7 +3,7 @@ title: TextStrikeType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2780 +weight: 2790 url: /aspose.cells/textstriketype/ is_root: false --- diff --git a/english/aspose.cells/themecolortype/_index.md b/english/aspose.cells/themecolortype/_index.md index 928b3a01ce..37fb71379f 100644 --- a/english/aspose.cells/themecolortype/_index.md +++ b/english/aspose.cells/themecolortype/_index.md @@ -3,7 +3,7 @@ title: ThemeColorType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2790 +weight: 2800 url: /aspose.cells/themecolortype/ is_root: false --- diff --git a/english/aspose.cells/timeperiodtype/_index.md b/english/aspose.cells/timeperiodtype/_index.md index 66ffd81406..c74d08a939 100644 --- a/english/aspose.cells/timeperiodtype/_index.md +++ b/english/aspose.cells/timeperiodtype/_index.md @@ -3,7 +3,7 @@ title: TimePeriodType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2800 +weight: 2810 url: /aspose.cells/timeperiodtype/ is_root: false --- diff --git a/english/aspose.cells/txtloadstylestrategy/_index.md b/english/aspose.cells/txtloadstylestrategy/_index.md index a724c7757a..eb6dc0c1be 100644 --- a/english/aspose.cells/txtloadstylestrategy/_index.md +++ b/english/aspose.cells/txtloadstylestrategy/_index.md @@ -3,7 +3,7 @@ title: TxtLoadStyleStrategy enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2810 +weight: 2820 url: /aspose.cells/txtloadstylestrategy/ is_root: false --- diff --git a/english/aspose.cells/txtvaluequotetype/_index.md b/english/aspose.cells/txtvaluequotetype/_index.md index cc4cb5cec3..6513a75c7c 100644 --- a/english/aspose.cells/txtvaluequotetype/_index.md +++ b/english/aspose.cells/txtvaluequotetype/_index.md @@ -3,7 +3,7 @@ title: TxtValueQuoteType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2820 +weight: 2830 url: /aspose.cells/txtvaluequotetype/ is_root: false --- diff --git a/english/aspose.cells/updatelinkstype/_index.md b/english/aspose.cells/updatelinkstype/_index.md index b266de3b63..4556425b5f 100644 --- a/english/aspose.cells/updatelinkstype/_index.md +++ b/english/aspose.cells/updatelinkstype/_index.md @@ -3,7 +3,7 @@ title: UpdateLinksType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2830 +weight: 2840 url: /aspose.cells/updatelinkstype/ is_root: false --- diff --git a/english/aspose.cells/validationalerttype/_index.md b/english/aspose.cells/validationalerttype/_index.md index 920e5b4d6b..db1482d547 100644 --- a/english/aspose.cells/validationalerttype/_index.md +++ b/english/aspose.cells/validationalerttype/_index.md @@ -3,7 +3,7 @@ title: ValidationAlertType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2840 +weight: 2850 url: /aspose.cells/validationalerttype/ is_root: false --- diff --git a/english/aspose.cells/validationtype/_index.md b/english/aspose.cells/validationtype/_index.md index f43ffa4539..399797651b 100644 --- a/english/aspose.cells/validationtype/_index.md +++ b/english/aspose.cells/validationtype/_index.md @@ -3,7 +3,7 @@ title: ValidationType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2850 +weight: 2860 url: /aspose.cells/validationtype/ is_root: false --- diff --git a/english/aspose.cells/viewtype/_index.md b/english/aspose.cells/viewtype/_index.md index 02c8f5917a..780ecfe85f 100644 --- a/english/aspose.cells/viewtype/_index.md +++ b/english/aspose.cells/viewtype/_index.md @@ -3,7 +3,7 @@ title: ViewType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2860 +weight: 2870 url: /aspose.cells/viewtype/ is_root: false --- diff --git a/english/aspose.cells/visibilitytype/_index.md b/english/aspose.cells/visibilitytype/_index.md index 59f3728a08..b9d5ff2354 100644 --- a/english/aspose.cells/visibilitytype/_index.md +++ b/english/aspose.cells/visibilitytype/_index.md @@ -3,7 +3,7 @@ title: VisibilityType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2870 +weight: 2880 url: /aspose.cells/visibilitytype/ is_root: false --- diff --git a/english/aspose.cells/warningtype/_index.md b/english/aspose.cells/warningtype/_index.md index 57de7310b5..f85a9bb4a5 100644 --- a/english/aspose.cells/warningtype/_index.md +++ b/english/aspose.cells/warningtype/_index.md @@ -3,7 +3,7 @@ title: WarningType enumeration second_title: Aspose.Cells for Python via .NET API References description: type: docs -weight: 2880 +weight: 2890 url: /aspose.cells/warningtype/ is_root: false ---