diff --git a/english/aspose.cells.drawing.equations/_index.md b/english/aspose.cells.drawing.equations/_index.md
index 9202636b9e..dbd9267433 100644
--- a/english/aspose.cells.drawing.equations/_index.md
+++ b/english/aspose.cells.drawing.equations/_index.md
@@ -14,6 +14,7 @@ The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating
| Class | Description |
| :- | :- |
| [`AccentEquationNode`](/cells/python-net/aspose.cells.drawing.equations/accentequationnode) | This class specifies an accent equation, consisting of a base component and a combining diacritic. |
+| [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode) | Specifies the Equation-Array function, an object consisting of one or more equations. |
| [`BarEquationNode`](/cells/python-net/aspose.cells.drawing.equations/barequationnode) | This class specifies the bar equation, consisting of a base argument and an overbar or underbar. |
| [`BorderBoxEquationNode`](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode) | This class specifies the Border Box function, consisting of a border drawn around an equation. |
| [`BoxEquationNode`](/cells/python-net/aspose.cells.drawing.equations/boxequationnode) | This class specifies the box function, which is used to group components of an equation. |
@@ -24,6 +25,7 @@ The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating
| [`FractionEquationNode`](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode) | This class specifies the fraction equation, consisting of a numerator and denominator separated by a fraction bar. The fraction bar can be horizontal or diagonal, depending on the fraction properties. The fraction equation is also used to represent the stack function, which places one element above another, with no fraction bar. |
| [`FunctionEquationNode`](/cells/python-net/aspose.cells.drawing.equations/functionequationnode) | This class specifies the Function-Apply equation, which consists of a function name and an argument acted upon.
The types of the name and argument components are 'EquationNodeType.FunctionName' and 'EquationNodeType.Base' respectively. |
| [`GroupCharacterEquationNode`](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode) | This class specifies the Group-Character function, consisting of a character drawn above or below text, often with the purpose of visually grouping items. |
+| [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode) | This class specifies the limit function. |
| [`MathematicalEquationNode`](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode) | This class specifies an equation or mathematical expression. All mathematical text of equations or mathematical expressions are contained by this class. |
| [`MatrixEquationNode`](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode) | This class specifies the Matrix equation, consisting of one or more elements laid out in one or more rows and one or more columns. |
| [`NaryEquationNode`](/cells/python-net/aspose.cells.drawing.equations/naryequationnode) | This class specifies an n-ary operator equation consisting of an n-ary operator, a base (or operand), and optional upper and lower bounds. |
@@ -43,7 +45,7 @@ The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating
| [`EquationHorizontalJustificationType`](/cells/python-net/aspose.cells.drawing.equations/equationhorizontaljustificationtype) | This specifies the default horizontal justification of equations in the document. |
| [`EquationLimitLocationType`](/cells/python-net/aspose.cells.drawing.equations/equationlimitlocationtype) | Specifies the limit location on an operator. |
| [`EquationMathematicalOperatorType`](/cells/python-net/aspose.cells.drawing.equations/equationmathematicaloperatortype) | Mathematical Operators Type |
-| [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Equation node type.
Notice:
(1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text.
(2)[100-199] Indicates that the node is a component of some special function nodes.
(3)[200-] Indicates that the node has some special functions(Usually with 'Equation' suffix. 'EquationParagraph' is a special case.). |
+| [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Equation node type.
Notice:
(1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text.
(2)[100-199] Indicates that the node is a component of some special function nodes.
(3)[200-] Indicates that the node has some special functions. |
| [`EquationVerticalJustificationType`](/cells/python-net/aspose.cells.drawing.equations/equationverticaljustificationtype) | This specifies the default vertical justification of equations in the document. |
diff --git a/english/aspose.cells.drawing.equations/accentequationnode/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/_index.md
index 6634c7b3d2..df3e3d06bb 100644
--- a/english/aspose.cells.drawing.equations/accentequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/accentequationnode/_index.md
@@ -44,8 +44,8 @@ The AccentEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/accentequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md
index 6d7eb34e60..98d3e14c92 100644
--- a/english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/accentequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md
index 4844e44f17..cb95de6b44 100644
--- a/english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/accentequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/_index.md
new file mode 100644
index 0000000000..ac7cf1edfe
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/_index.md
@@ -0,0 +1,61 @@
+---
+title: ArrayEquationNode class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.drawing.equations/arrayequationnode/
+is_root: false
+---
+
+## ArrayEquationNode class
+
+Specifies the Equation-Array function, an object consisting of one or more equations.
+
+
+
+**Inheritance:** [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode) →
+[`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) →
+[`FontSetting`](/cells/python-net/aspose.cells/fontsetting)
+
+
+
+The ArrayEquationNode type exposes the following members:
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [type](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/type) | Represents the type of the node. |
+| [start_index](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/start_index) | Gets the start index of the characters. |
+| [length](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/length) | Gets the length of the characters. |
+| [font](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/font) | Returns the font of this object. |
+| [text_options](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/text_options) | Returns the text options. |
+| [parent_node](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/parent_node) | Specifies the parent node of the current node |
+| [equation_type](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/equation_type) | Get the equation type of the current node |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [add_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. |
+| [add_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. |
+| [remove_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
+| [remove_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
+| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
+| [insert_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
+| [insert_after](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
+| [insert_before](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
+| [get_child](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. |
+| [remove](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove/#) | Removes itself from the parent. |
+| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/#) | Removes all the child nodes of the current node. |
+| [create_node](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](..)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
+* class [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode)
+* class [`FontSetting`](/cells/python-net/aspose.cells/fontsetting)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/add_child/_index.md
new file mode 100644
index 0000000000..ae88e96c8a
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/add_child/_index.md
@@ -0,0 +1,53 @@
+---
+title: add_child method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.drawing.equations/arrayequationnode/add_child/
+is_root: false
+---
+
+## add_child {#aspose.cells.drawing.equations.EquationNodeType}
+
+Insert a node of the specified type at the end of the child node list of the current node.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def add_child(self, equation_type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+
+
+## add_child {#aspose.cells.drawing.equations.EquationNode}
+
+Inserts the specified node at the end of the current node's list of child nodes.
+
+
+
+```python
+def add_child(self, node):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | The specified node |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/create_node/_index.md
new file mode 100644
index 0000000000..f95f1cc081
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/create_node/_index.md
@@ -0,0 +1,38 @@
+---
+title: create_node method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.drawing.equations/arrayequationnode/create_node/
+is_root: false
+---
+
+## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode}
+
+Create a node of the specified type.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def create_node(self, equation_type, workbook, parent):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+| workbook | [`Workbook`](/cells/python-net/aspose.cells/workbook) | The workbook object associated with the equation |
+| parent | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | The parent node where this node is located |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/equation_type/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/equation_type/_index.md
new file mode 100644
index 0000000000..f3ecb4cd30
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/equation_type/_index.md
@@ -0,0 +1,25 @@
+---
+title: equation_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cells.drawing.equations/arrayequationnode/equation_type/
+is_root: false
+---
+
+## equation_type property
+
+
+Get the equation type of the current node
+### Definition:
+```python
+@property
+def equation_type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
+* class [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/font/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/font/_index.md
new file mode 100644
index 0000000000..b4efd936c5
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/font/_index.md
@@ -0,0 +1,25 @@
+---
+title: font property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cells.drawing.equations/arrayequationnode/font/
+is_root: false
+---
+
+## font property
+
+
+Returns the font of this object.
+### Definition:
+```python
+@property
+def font(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
+* class [`Font`](/cells/python-net/aspose.cells/font)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/get_child/_index.md
new file mode 100644
index 0000000000..23f465b9ae
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/get_child/_index.md
@@ -0,0 +1,36 @@
+---
+title: get_child method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.drawing.equations/arrayequationnode/get_child/
+is_root: false
+---
+
+## get_child {#int}
+
+Returns the node at the specified index among the children of the current node.
+
+
+### Returns
+
+
+Returns the corresponding node if the specified node exists, otherwise returns null.
+
+
+```python
+def get_child(self, index):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| index | int | Index of the node |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/insert_after/_index.md
new file mode 100644
index 0000000000..17061a8e6c
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/insert_after/_index.md
@@ -0,0 +1,36 @@
+---
+title: insert_after method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.drawing.equations/arrayequationnode/insert_after/
+is_root: false
+---
+
+## insert_after {#aspose.cells.drawing.equations.EquationNodeType}
+
+Inserts the specified node after the current node.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def insert_after(self, equation_type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/insert_before/_index.md
new file mode 100644
index 0000000000..cabf66e820
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/insert_before/_index.md
@@ -0,0 +1,36 @@
+---
+title: insert_before method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.drawing.equations/arrayequationnode/insert_before/
+is_root: false
+---
+
+## insert_before {#aspose.cells.drawing.equations.EquationNodeType}
+
+Inserts the specified node before the current node.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def insert_before(self, equation_type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/insert_child/_index.md
new file mode 100644
index 0000000000..c266f787ed
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/insert_child/_index.md
@@ -0,0 +1,37 @@
+---
+title: insert_child method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.drawing.equations/arrayequationnode/insert_child/
+is_root: false
+---
+
+## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType}
+
+Inserts a node of the specified type at the specified index position in the current node's child node list.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def insert_child(self, index, equation_type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| index | int | index value |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/length/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/length/_index.md
new file mode 100644
index 0000000000..fbe8d0daac
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/length/_index.md
@@ -0,0 +1,24 @@
+---
+title: length property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cells.drawing.equations/arrayequationnode/length/
+is_root: false
+---
+
+## length property
+
+
+Gets the length of the characters.
+### Definition:
+```python
+@property
+def length(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/parent_node/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/parent_node/_index.md
new file mode 100644
index 0000000000..0214c59324
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/parent_node/_index.md
@@ -0,0 +1,28 @@
+---
+title: parent_node property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 180
+url: /aspose.cells.drawing.equations/arrayequationnode/parent_node/
+is_root: false
+---
+
+## parent_node property
+
+
+Specifies the parent node of the current node
+### Definition:
+```python
+@property
+def parent_node(self):
+ ...
+@parent_node.setter
+def parent_node(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
+* class [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/remove/_index.md
new file mode 100644
index 0000000000..159908f3c0
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/remove/_index.md
@@ -0,0 +1,28 @@
+---
+title: remove method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.drawing.equations/arrayequationnode/remove/
+is_root: false
+---
+
+## remove {#}
+
+Removes itself from the parent.
+
+
+
+```python
+def remove(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/_index.md
new file mode 100644
index 0000000000..c4196760fe
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/remove_all_children/_index.md
@@ -0,0 +1,28 @@
+---
+title: remove_all_children method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cells.drawing.equations/arrayequationnode/remove_all_children/
+is_root: false
+---
+
+## remove_all_children {#}
+
+Removes all the child nodes of the current node.
+
+
+
+```python
+def remove_all_children(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/remove_child/_index.md
new file mode 100644
index 0000000000..105bb86ba2
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/remove_child/_index.md
@@ -0,0 +1,48 @@
+---
+title: remove_child method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cells.drawing.equations/arrayequationnode/remove_child/
+is_root: false
+---
+
+## remove_child {#aspose.cells.drawing.equations.EquationNode}
+
+Removes the specified node from the current node's children.
+
+
+
+```python
+def remove_child(self, node):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. |
+
+
+## remove_child {#int}
+
+Removes the node at the specified index from the current node's children.
+
+
+
+```python
+def remove_child(self, index):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| index | int | Index of the node |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/_index.md
new file mode 100644
index 0000000000..0fabe9ec24
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/_index.md
@@ -0,0 +1,33 @@
+---
+title: set_word_art_style method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells.drawing.equations/arrayequationnode/set_word_art_style/
+is_root: false
+---
+
+## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle}
+
+Sets the preset WordArt style.
+
+
+
+```python
+def set_word_art_style(self, style):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| style | [`PresetWordArtStyle`](/cells/python-net/aspose.cells.drawing/presetwordartstyle) | The preset WordArt style. |
+### Remarks
+
+Only for the text of shape/chart.
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/start_index/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/start_index/_index.md
new file mode 100644
index 0000000000..9df1ec666c
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/start_index/_index.md
@@ -0,0 +1,24 @@
+---
+title: start_index property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cells.drawing.equations/arrayequationnode/start_index/
+is_root: false
+---
+
+## start_index property
+
+
+Gets the start index of the characters.
+### Definition:
+```python
+@property
+def start_index(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/text_options/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/text_options/_index.md
new file mode 100644
index 0000000000..97ccfc31a5
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/text_options/_index.md
@@ -0,0 +1,25 @@
+---
+title: text_options property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 200
+url: /aspose.cells.drawing.equations/arrayequationnode/text_options/
+is_root: false
+---
+
+## text_options property
+
+
+Returns the text options.
+### Definition:
+```python
+@property
+def text_options(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
+* class [`TextOptions`](/cells/python-net/aspose.cells.drawing.texts/textoptions)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/_index.md
new file mode 100644
index 0000000000..7e33c880b6
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/_index.md
@@ -0,0 +1,28 @@
+---
+title: to_la_te_x method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cells.drawing.equations/arrayequationnode/to_la_te_x/
+is_root: false
+---
+
+## to_la_te_x {#}
+
+Convert this equtation to LaTeX expression.
+
+
+
+```python
+def to_la_te_x(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/_index.md
new file mode 100644
index 0000000000..afad4c81eb
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/to_math_ml/_index.md
@@ -0,0 +1,33 @@
+---
+title: to_math_ml method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cells.drawing.equations/arrayequationnode/to_math_ml/
+is_root: false
+---
+
+## to_math_ml {#}
+
+Convert this equtation to MathML expression.
+
+
+### Returns
+
+
+
+
+
+```python
+def to_math_ml(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
diff --git a/english/aspose.cells.drawing.equations/arrayequationnode/type/_index.md b/english/aspose.cells.drawing.equations/arrayequationnode/type/_index.md
new file mode 100644
index 0000000000..ecacbcb779
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/arrayequationnode/type/_index.md
@@ -0,0 +1,25 @@
+---
+title: type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 210
+url: /aspose.cells.drawing.equations/arrayequationnode/type/
+is_root: false
+---
+
+## type property
+
+
+Represents the type of the node.
+### Definition:
+```python
+@property
+def type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`ArrayEquationNode`](/cells/python-net/aspose.cells.drawing.equations/arrayequationnode)
+* class [`TextNodeType`](/cells/python-net/aspose.cells.drawing.texts/textnodetype)
diff --git a/english/aspose.cells.drawing.equations/barequationnode/_index.md b/english/aspose.cells.drawing.equations/barequationnode/_index.md
index abbcfe5be2..df38bbf74b 100644
--- a/english/aspose.cells.drawing.equations/barequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/barequationnode/_index.md
@@ -3,7 +3,7 @@ title: BarEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 20
+weight: 30
url: /aspose.cells.drawing.equations/barequationnode/
is_root: false
---
@@ -43,8 +43,8 @@ The BarEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/barequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/barequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/barequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/barequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/barequationnode/to_la_te_x/_index.md
index 7c2615a36f..5e3d0ba51f 100644
--- a/english/aspose.cells.drawing.equations/barequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/barequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/barequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/barequationnode/to_math_ml/_index.md
index dc5ae4227d..f65d4d3f9a 100644
--- a/english/aspose.cells.drawing.equations/barequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/barequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/_index.md
index 5f1b5414dd..decc9f8e51 100644
--- a/english/aspose.cells.drawing.equations/borderboxequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/borderboxequationnode/_index.md
@@ -3,7 +3,7 @@ title: BorderBoxEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 30
+weight: 40
url: /aspose.cells.drawing.equations/borderboxequationnode/
is_root: false
---
@@ -42,8 +42,8 @@ The BorderBoxEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/borderboxequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/_index.md
index 949dd78693..1ceeaa1da3 100644
--- a/english/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/borderboxequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/_index.md
index 272770caab..f22232bf2f 100644
--- a/english/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/borderboxequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/boxequationnode/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/_index.md
index bfcd52d681..f5e99df7a7 100644
--- a/english/aspose.cells.drawing.equations/boxequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/boxequationnode/_index.md
@@ -3,7 +3,7 @@ title: BoxEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.drawing.equations/boxequationnode/
is_root: false
---
@@ -42,8 +42,8 @@ The BoxEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/boxequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/_index.md
index 42992116d4..6a713f495b 100644
--- a/english/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/boxequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/boxequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/boxequationnode/to_math_ml/_index.md
index d9a7e05ae6..d574beab88 100644
--- a/english/aspose.cells.drawing.equations/boxequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/boxequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md
index ce7b444bb3..75efe60765 100644
--- a/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/delimiterequationnode/_index.md
@@ -3,7 +3,7 @@ title: DelimiterEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.drawing.equations/delimiterequationnode/
is_root: false
---
@@ -48,8 +48,8 @@ The DelimiterEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/delimiterequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/_index.md
index 3ce9bb0126..9d2253489a 100644
--- a/english/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/delimiterequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/_index.md
index 561963be1f..52442e7b94 100644
--- a/english/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/delimiterequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/equationcharacterpositiontype/_index.md b/english/aspose.cells.drawing.equations/equationcharacterpositiontype/_index.md
index 3cc2cee443..995d742a10 100644
--- a/english/aspose.cells.drawing.equations/equationcharacterpositiontype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationcharacterpositiontype/_index.md
@@ -3,7 +3,7 @@ title: EquationCharacterPositionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 210
url: /aspose.cells.drawing.equations/equationcharacterpositiontype/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/equationcombiningcharactertype/_index.md b/english/aspose.cells.drawing.equations/equationcombiningcharactertype/_index.md
index cf9bcfadc8..9920bd1b9e 100644
--- a/english/aspose.cells.drawing.equations/equationcombiningcharactertype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationcombiningcharactertype/_index.md
@@ -3,7 +3,7 @@ title: EquationCombiningCharacterType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 220
url: /aspose.cells.drawing.equations/equationcombiningcharactertype/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/_index.md
index 5b31a81d58..a7eec46c9d 100644
--- a/english/aspose.cells.drawing.equations/equationcomponentnode/_index.md
+++ b/english/aspose.cells.drawing.equations/equationcomponentnode/_index.md
@@ -3,7 +3,7 @@ title: EquationComponentNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells.drawing.equations/equationcomponentnode/
is_root: false
---
@@ -45,8 +45,8 @@ The EquationComponentNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/equationcomponentnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/_index.md
index ff45340f16..7f6c213015 100644
--- a/english/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/equationcomponentnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/_index.md
index ba0bd1ff89..cdff3159c7 100644
--- a/english/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/equationcomponentnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/equationdelimitershapetype/_index.md b/english/aspose.cells.drawing.equations/equationdelimitershapetype/_index.md
index 630a2b6801..e8d220215c 100644
--- a/english/aspose.cells.drawing.equations/equationdelimitershapetype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationdelimitershapetype/_index.md
@@ -3,7 +3,7 @@ title: EquationDelimiterShapeType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 230
url: /aspose.cells.drawing.equations/equationdelimitershapetype/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/equationfractiontype/_index.md b/english/aspose.cells.drawing.equations/equationfractiontype/_index.md
index 8a9c7f8b43..0858568edd 100644
--- a/english/aspose.cells.drawing.equations/equationfractiontype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationfractiontype/_index.md
@@ -3,7 +3,7 @@ title: EquationFractionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 240
url: /aspose.cells.drawing.equations/equationfractiontype/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/equationhorizontaljustificationtype/_index.md b/english/aspose.cells.drawing.equations/equationhorizontaljustificationtype/_index.md
index 4076d0926e..96928e2ab2 100644
--- a/english/aspose.cells.drawing.equations/equationhorizontaljustificationtype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationhorizontaljustificationtype/_index.md
@@ -3,7 +3,7 @@ title: EquationHorizontalJustificationType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 250
url: /aspose.cells.drawing.equations/equationhorizontaljustificationtype/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/equationlimitlocationtype/_index.md b/english/aspose.cells.drawing.equations/equationlimitlocationtype/_index.md
index df702950aa..aeee457a8c 100644
--- a/english/aspose.cells.drawing.equations/equationlimitlocationtype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationlimitlocationtype/_index.md
@@ -3,7 +3,7 @@ title: EquationLimitLocationType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 260
url: /aspose.cells.drawing.equations/equationlimitlocationtype/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/equationmathematicaloperatortype/_index.md b/english/aspose.cells.drawing.equations/equationmathematicaloperatortype/_index.md
index 892807653d..b74aa3bf2e 100644
--- a/english/aspose.cells.drawing.equations/equationmathematicaloperatortype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationmathematicaloperatortype/_index.md
@@ -3,7 +3,7 @@ title: EquationMathematicalOperatorType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 270
url: /aspose.cells.drawing.equations/equationmathematicaloperatortype/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/equationnode/_index.md b/english/aspose.cells.drawing.equations/equationnode/_index.md
index c155af7346..a7b4003349 100644
--- a/english/aspose.cells.drawing.equations/equationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/equationnode/_index.md
@@ -3,7 +3,7 @@ title: EquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.drawing.equations/equationnode/
is_root: false
---
@@ -41,8 +41,8 @@ The EquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/equationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/equationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/equationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/equationnode/to_la_te_x/_index.md
index 078ed5e53a..c081d3b2a5 100644
--- a/english/aspose.cells.drawing.equations/equationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/equationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/equationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/equationnode/to_math_ml/_index.md
index e2d4ccd86d..0e928aa96a 100644
--- a/english/aspose.cells.drawing.equations/equationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/equationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/_index.md
index 83056cedad..2e5056e08d 100644
--- a/english/aspose.cells.drawing.equations/equationnodeparagraph/_index.md
+++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/_index.md
@@ -3,7 +3,7 @@ title: EquationNodeParagraph class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.drawing.equations/equationnodeparagraph/
is_root: false
---
@@ -43,8 +43,8 @@ The EquationNodeParagraph type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/equationnodeparagraph/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/_index.md
index 587b79632c..45995f9980 100644
--- a/english/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/_index.md
index b6672cca74..f235fe7782 100644
--- a/english/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/equationnodeparagraph/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/equationnodetype/_index.md b/english/aspose.cells.drawing.equations/equationnodetype/_index.md
index 16abd5b329..28c013202d 100644
--- a/english/aspose.cells.drawing.equations/equationnodetype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationnodetype/_index.md
@@ -3,7 +3,7 @@ title: EquationNodeType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 280
url: /aspose.cells.drawing.equations/equationnodetype/
is_root: false
---
@@ -14,7 +14,7 @@ Equation node type.
Notice:
(1)[1-99] Currently there is only one node in the scope, and its enumeration value is 1. The node it specifies is used to store mathematical text.
(2)[100-199] Indicates that the node is a component of some special function nodes.
-(3)[200-] Indicates that the node has some special functions(Usually with 'Equation' suffix. 'EquationParagraph' is a special case.).
+(3)[200-] Indicates that the node has some special functions.
@@ -33,7 +33,7 @@ The EquationNodeType type exposes the following members:
| SUPERSCRIPT | Specifies a Superscript component |
| DEGREE | Specifies a Degree component |
| MATRIX_ROW | Specifies a MatrixRow component.A single row of the matrix |
-| LIMIT | If the parent object is limLow,the object of this type specifies the lower limit of the limLow function; if the parent objectis limUpp, the object of this type specifies the Upper-Limit function, consisting of text on the baseline and reduced-size text just above the baseline. |
+| LIMIT | Represents a sub-object of Lower-Limit function or Upper-Limit function |
| EQUATION_PARAGRAPH | Specifies a mathematical paragraph(oMathPara). |
| MATHEMATICAL_EQUATION | Specifies an equation or mathematical expression(OMath). |
| FRACTION_EQUATION | Specifies fractional equation |
@@ -53,6 +53,23 @@ The EquationNodeType type exposes the following members:
| MATRIX_EQUATION | Specifies the Matrix equation, |
| LOWER_LIMIT | Specifies the Lower-Limit function |
| UPPER_LIMIT | Specifies the Upper-Limit function |
+| MATHEMATICAL | Specifies an equation or mathematical expression(OMath). |
+| FRACTION | Specifies fractional equation |
+| FUNCTION | Specifies function equation |
+| DELIMITER | Specifies delimiter equation |
+| NARY | Specifies n-ary operator equation |
+| RADICAL | Specifies the radical equation |
+| SUP | Specifies superscript equation |
+| SUB | Specifies subscript equation |
+| SUB_SUP | Specifies an equation with superscripts and subscripts to the right of the operands. |
+| PRE_SUB_SUP | Specifies an equation with superscripts and subscripts to the left of the operands. |
+| ACCENT | Specifies accent equation |
+| BAR | Specifies bar equation |
+| BORDER_BOX | Specifies border box equation |
+| BOX | Specifies box equation |
+| GROUP_CHR | Specifies Group-Character equation |
+| MATRIX | Specifies the Matrix equation, |
+| ARRAY_EQUATION | Specifies the Equation-Array function. The function consists of one or more equations. |
diff --git a/english/aspose.cells.drawing.equations/equationverticaljustificationtype/_index.md b/english/aspose.cells.drawing.equations/equationverticaljustificationtype/_index.md
index f10755fae9..d2ada6f169 100644
--- a/english/aspose.cells.drawing.equations/equationverticaljustificationtype/_index.md
+++ b/english/aspose.cells.drawing.equations/equationverticaljustificationtype/_index.md
@@ -3,7 +3,7 @@ title: EquationVerticalJustificationType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 290
url: /aspose.cells.drawing.equations/equationverticaljustificationtype/
is_root: false
---
diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/_index.md
index f26afcc13c..9004e272f8 100644
--- a/english/aspose.cells.drawing.equations/fractionequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/fractionequationnode/_index.md
@@ -3,7 +3,7 @@ title: FractionEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cells.drawing.equations/fractionequationnode/
is_root: false
---
@@ -43,8 +43,8 @@ The FractionEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/fractionequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/_index.md
index 7d5497cb99..2062afee39 100644
--- a/english/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/fractionequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/_index.md
index 70330ace19..2a99d08e2f 100644
--- a/english/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/fractionequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/functionequationnode/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/_index.md
index 1f49348104..c7db4e08e9 100644
--- a/english/aspose.cells.drawing.equations/functionequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/functionequationnode/_index.md
@@ -3,7 +3,7 @@ title: FunctionEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cells.drawing.equations/functionequationnode/
is_root: false
---
@@ -43,8 +43,8 @@ The FunctionEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/functionequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/_index.md
index 0bc20f3e0d..8bba2957d3 100644
--- a/english/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/functionequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/functionequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/functionequationnode/to_math_ml/_index.md
index 86df5f227d..07f0b2a1ba 100644
--- a/english/aspose.cells.drawing.equations/functionequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/functionequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md
index e3460cbf43..11c554ee1d 100644
--- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/_index.md
@@ -3,7 +3,7 @@ title: GroupCharacterEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells.drawing.equations/groupcharacterequationnode/
is_root: false
---
@@ -46,8 +46,8 @@ The GroupCharacterEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/groupcharacterequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/_index.md
index 6561860166..2edf6f9ce5 100644
--- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/_index.md
index e7572ebe78..3104189b38 100644
--- a/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/groupcharacterequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/_index.md
new file mode 100644
index 0000000000..e10ef51133
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/_index.md
@@ -0,0 +1,61 @@
+---
+title: LimLowUppEquationNode class
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cells.drawing.equations/limlowuppequationnode/
+is_root: false
+---
+
+## LimLowUppEquationNode class
+
+This class specifies the limit function.
+
+
+
+**Inheritance:** [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode) →
+[`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) →
+[`FontSetting`](/cells/python-net/aspose.cells/fontsetting)
+
+
+
+The LimLowUppEquationNode type exposes the following members:
+
+### Properties
+| Property | Description |
+| :- | :- |
+| [type](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/type) | Represents the type of the node. |
+| [start_index](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/start_index) | Gets the start index of the characters. |
+| [length](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/length) | Gets the length of the characters. |
+| [font](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/font) | Returns the font of this object. |
+| [text_options](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/text_options) | Returns the text options. |
+| [parent_node](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/parent_node) | Specifies the parent node of the current node |
+| [equation_type](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/equation_type) | Get the equation type of the current node |
+
+
+### Methods
+| Method | Description |
+| :- | :- |
+| [add_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/add_child/#aspose.cells.drawing.equations.EquationNodeType) | Insert a node of the specified type at the end of the child node list of the current node. |
+| [add_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/add_child/#aspose.cells.drawing.equations.EquationNode) | Inserts the specified node at the end of the current node's list of child nodes. |
+| [remove_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
+| [remove_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
+| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
+| [insert_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
+| [insert_after](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
+| [insert_before](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
+| [get_child](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/get_child/#int) | Returns the node at the specified index among the children of the current node. |
+| [remove](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove/#) | Removes itself from the parent. |
+| [remove_all_children](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/#) | Removes all the child nodes of the current node. |
+| [create_node](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode/create_node/#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode) | Create a node of the specified type. |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](..)
+* class [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode)
+* class [`FontSetting`](/cells/python-net/aspose.cells/fontsetting)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/add_child/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/add_child/_index.md
new file mode 100644
index 0000000000..4bd231ca82
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/add_child/_index.md
@@ -0,0 +1,53 @@
+---
+title: add_child method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 20
+url: /aspose.cells.drawing.equations/limlowuppequationnode/add_child/
+is_root: false
+---
+
+## add_child {#aspose.cells.drawing.equations.EquationNodeType}
+
+Insert a node of the specified type at the end of the child node list of the current node.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def add_child(self, equation_type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+
+
+## add_child {#aspose.cells.drawing.equations.EquationNode}
+
+Inserts the specified node at the end of the current node's list of child nodes.
+
+
+
+```python
+def add_child(self, node):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | The specified node |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/create_node/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/create_node/_index.md
new file mode 100644
index 0000000000..b2d575f63e
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/create_node/_index.md
@@ -0,0 +1,38 @@
+---
+title: create_node method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 30
+url: /aspose.cells.drawing.equations/limlowuppequationnode/create_node/
+is_root: false
+---
+
+## create_node {#aspose.cells.drawing.equations.EquationNodeType-aspose.cells.Workbook-aspose.cells.drawing.equations.EquationNode}
+
+Create a node of the specified type.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def create_node(self, equation_type, workbook, parent):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+| workbook | [`Workbook`](/cells/python-net/aspose.cells/workbook) | The workbook object associated with the equation |
+| parent | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | The parent node where this node is located |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/equation_type/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/equation_type/_index.md
new file mode 100644
index 0000000000..04995ee680
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/equation_type/_index.md
@@ -0,0 +1,25 @@
+---
+title: equation_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 150
+url: /aspose.cells.drawing.equations/limlowuppequationnode/equation_type/
+is_root: false
+---
+
+## equation_type property
+
+
+Get the equation type of the current node
+### Definition:
+```python
+@property
+def equation_type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/font/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/font/_index.md
new file mode 100644
index 0000000000..6d37b6eed9
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/font/_index.md
@@ -0,0 +1,25 @@
+---
+title: font property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 160
+url: /aspose.cells.drawing.equations/limlowuppequationnode/font/
+is_root: false
+---
+
+## font property
+
+
+Returns the font of this object.
+### Definition:
+```python
+@property
+def font(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`Font`](/cells/python-net/aspose.cells/font)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/get_child/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/get_child/_index.md
new file mode 100644
index 0000000000..c8fd8d2b70
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/get_child/_index.md
@@ -0,0 +1,36 @@
+---
+title: get_child method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.drawing.equations/limlowuppequationnode/get_child/
+is_root: false
+---
+
+## get_child {#int}
+
+Returns the node at the specified index among the children of the current node.
+
+
+### Returns
+
+
+Returns the corresponding node if the specified node exists, otherwise returns null.
+
+
+```python
+def get_child(self, index):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| index | int | Index of the node |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/_index.md
new file mode 100644
index 0000000000..3ffecdbec6
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_after/_index.md
@@ -0,0 +1,36 @@
+---
+title: insert_after method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.drawing.equations/limlowuppequationnode/insert_after/
+is_root: false
+---
+
+## insert_after {#aspose.cells.drawing.equations.EquationNodeType}
+
+Inserts the specified node after the current node.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def insert_after(self, equation_type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/_index.md
new file mode 100644
index 0000000000..c085532705
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_before/_index.md
@@ -0,0 +1,36 @@
+---
+title: insert_before method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.drawing.equations/limlowuppequationnode/insert_before/
+is_root: false
+---
+
+## insert_before {#aspose.cells.drawing.equations.EquationNodeType}
+
+Inserts the specified node before the current node.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def insert_before(self, equation_type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/_index.md
new file mode 100644
index 0000000000..34c7c66a65
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/insert_child/_index.md
@@ -0,0 +1,37 @@
+---
+title: insert_child method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 70
+url: /aspose.cells.drawing.equations/limlowuppequationnode/insert_child/
+is_root: false
+---
+
+## insert_child {#int-aspose.cells.drawing.equations.EquationNodeType}
+
+Inserts a node of the specified type at the specified index position in the current node's child node list.
+
+
+### Returns
+
+
+If the specified type exists, the corresponding node is returned, and if the type does not exist, a node of unknown type is returned.
+
+
+```python
+def insert_child(self, index, equation_type):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| index | int | index value |
+| equation_type | [`EquationNodeType`](/cells/python-net/aspose.cells.drawing.equations/equationnodetype) | Types of Equation Nodes |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/length/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/length/_index.md
new file mode 100644
index 0000000000..1e2f686484
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/length/_index.md
@@ -0,0 +1,24 @@
+---
+title: length property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cells.drawing.equations/limlowuppequationnode/length/
+is_root: false
+---
+
+## length property
+
+
+Gets the length of the characters.
+### Definition:
+```python
+@property
+def length(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/parent_node/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/parent_node/_index.md
new file mode 100644
index 0000000000..05e9c54ba6
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/parent_node/_index.md
@@ -0,0 +1,28 @@
+---
+title: parent_node property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 180
+url: /aspose.cells.drawing.equations/limlowuppequationnode/parent_node/
+is_root: false
+---
+
+## parent_node property
+
+
+Specifies the parent node of the current node
+### Definition:
+```python
+@property
+def parent_node(self):
+ ...
+@parent_node.setter
+def parent_node(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove/_index.md
new file mode 100644
index 0000000000..05c15262a3
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove/_index.md
@@ -0,0 +1,28 @@
+---
+title: remove method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.drawing.equations/limlowuppequationnode/remove/
+is_root: false
+---
+
+## remove {#}
+
+Removes itself from the parent.
+
+
+
+```python
+def remove(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/_index.md
new file mode 100644
index 0000000000..3516b7f3a4
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/_index.md
@@ -0,0 +1,28 @@
+---
+title: remove_all_children method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 90
+url: /aspose.cells.drawing.equations/limlowuppequationnode/remove_all_children/
+is_root: false
+---
+
+## remove_all_children {#}
+
+Removes all the child nodes of the current node.
+
+
+
+```python
+def remove_all_children(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/_index.md
new file mode 100644
index 0000000000..de6fe36ea1
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/remove_child/_index.md
@@ -0,0 +1,48 @@
+---
+title: remove_child method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cells.drawing.equations/limlowuppequationnode/remove_child/
+is_root: false
+---
+
+## remove_child {#aspose.cells.drawing.equations.EquationNode}
+
+Removes the specified node from the current node's children.
+
+
+
+```python
+def remove_child(self, node):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| node | [`EquationNode`](/cells/python-net/aspose.cells.drawing.equations/equationnode) | Node to be deleted. |
+
+
+## remove_child {#int}
+
+Removes the node at the specified index from the current node's children.
+
+
+
+```python
+def remove_child(self, index):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| index | int | Index of the node |
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/_index.md
new file mode 100644
index 0000000000..bb298e2ac8
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/_index.md
@@ -0,0 +1,33 @@
+---
+title: set_word_art_style method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells.drawing.equations/limlowuppequationnode/set_word_art_style/
+is_root: false
+---
+
+## set_word_art_style {#aspose.cells.drawing.PresetWordArtStyle}
+
+Sets the preset WordArt style.
+
+
+
+```python
+def set_word_art_style(self, style):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| style | [`PresetWordArtStyle`](/cells/python-net/aspose.cells.drawing/presetwordartstyle) | The preset WordArt style. |
+### Remarks
+
+Only for the text of shape/chart.
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/start_index/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/start_index/_index.md
new file mode 100644
index 0000000000..fbe9d2f1e1
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/start_index/_index.md
@@ -0,0 +1,24 @@
+---
+title: start_index property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cells.drawing.equations/limlowuppequationnode/start_index/
+is_root: false
+---
+
+## start_index property
+
+
+Gets the start index of the characters.
+### Definition:
+```python
+@property
+def start_index(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/text_options/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/text_options/_index.md
new file mode 100644
index 0000000000..c99ab0481f
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/text_options/_index.md
@@ -0,0 +1,25 @@
+---
+title: text_options property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 200
+url: /aspose.cells.drawing.equations/limlowuppequationnode/text_options/
+is_root: false
+---
+
+## text_options property
+
+
+Returns the text options.
+### Definition:
+```python
+@property
+def text_options(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
+* class [`TextOptions`](/cells/python-net/aspose.cells.drawing.texts/textoptions)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/_index.md
new file mode 100644
index 0000000000..ef075b0a14
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/_index.md
@@ -0,0 +1,28 @@
+---
+title: to_la_te_x method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 120
+url: /aspose.cells.drawing.equations/limlowuppequationnode/to_la_te_x/
+is_root: false
+---
+
+## to_la_te_x {#}
+
+Convert this equtation to LaTeX expression.
+
+
+
+```python
+def to_la_te_x(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/_index.md
new file mode 100644
index 0000000000..25bf7a0dce
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/_index.md
@@ -0,0 +1,33 @@
+---
+title: to_math_ml method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 130
+url: /aspose.cells.drawing.equations/limlowuppequationnode/to_math_ml/
+is_root: false
+---
+
+## to_math_ml {#}
+
+Convert this equtation to MathML expression.
+
+
+### Returns
+
+
+
+
+
+```python
+def to_math_ml(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
diff --git a/english/aspose.cells.drawing.equations/limlowuppequationnode/type/_index.md b/english/aspose.cells.drawing.equations/limlowuppequationnode/type/_index.md
new file mode 100644
index 0000000000..67f9b6aa3c
--- /dev/null
+++ b/english/aspose.cells.drawing.equations/limlowuppequationnode/type/_index.md
@@ -0,0 +1,25 @@
+---
+title: type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 210
+url: /aspose.cells.drawing.equations/limlowuppequationnode/type/
+is_root: false
+---
+
+## type property
+
+
+Represents the type of the node.
+### Definition:
+```python
+@property
+def type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.drawing.equations`](../../)
+* class [`LimLowUppEquationNode`](/cells/python-net/aspose.cells.drawing.equations/limlowuppequationnode)
+* class [`TextNodeType`](/cells/python-net/aspose.cells.drawing.texts/textnodetype)
diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/_index.md
index ec5bfe2356..0c383937b1 100644
--- a/english/aspose.cells.drawing.equations/mathematicalequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/_index.md
@@ -3,7 +3,7 @@ title: MathematicalEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 140
url: /aspose.cells.drawing.equations/mathematicalequationnode/
is_root: false
---
@@ -42,8 +42,8 @@ The MathematicalEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/mathematicalequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/_index.md
index 36b77cf487..a5ecc3d0ec 100644
--- a/english/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/_index.md
index 2289dd6675..c11e8c2bdf 100644
--- a/english/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/mathematicalequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/_index.md
index 725bf7e447..9dd5dc2b42 100644
--- a/english/aspose.cells.drawing.equations/matrixequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/matrixequationnode/_index.md
@@ -3,7 +3,7 @@ title: MatrixEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 150
url: /aspose.cells.drawing.equations/matrixequationnode/
is_root: false
---
@@ -44,8 +44,8 @@ The MatrixEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/matrixequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/_index.md
index 7a837f1ddc..e967c86665 100644
--- a/english/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/matrixequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/_index.md
index 09fb2ee698..4bc69b866c 100644
--- a/english/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/matrixequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/naryequationnode/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/_index.md
index 617eea929d..b2d14cca56 100644
--- a/english/aspose.cells.drawing.equations/naryequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/naryequationnode/_index.md
@@ -3,7 +3,7 @@ title: NaryEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 160
url: /aspose.cells.drawing.equations/naryequationnode/
is_root: false
---
@@ -48,8 +48,8 @@ The NaryEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/naryequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/_index.md
index c0d7af5c9f..b914fbfbba 100644
--- a/english/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/naryequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/naryequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/naryequationnode/to_math_ml/_index.md
index 1fa1277837..e48a7b9d92 100644
--- a/english/aspose.cells.drawing.equations/naryequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/naryequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/_index.md
index 73998b2d25..e4feb11289 100644
--- a/english/aspose.cells.drawing.equations/radicalequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/radicalequationnode/_index.md
@@ -3,7 +3,7 @@ title: RadicalEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 170
url: /aspose.cells.drawing.equations/radicalequationnode/
is_root: false
---
@@ -43,8 +43,8 @@ The RadicalEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/radicalequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/_index.md
index 03f2c38f49..3a6cb30167 100644
--- a/english/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/radicalequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/_index.md
index 9cea452486..5c29b92b9a 100644
--- a/english/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/radicalequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/_index.md
index 1822782bc3..90e0af1d99 100644
--- a/english/aspose.cells.drawing.equations/subsupequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/subsupequationnode/_index.md
@@ -3,7 +3,7 @@ title: SubSupEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 180
url: /aspose.cells.drawing.equations/subsupequationnode/
is_root: false
---
@@ -43,8 +43,8 @@ The SubSupEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/subsupequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/_index.md
index 4842e5aafb..aa26bd6cb2 100644
--- a/english/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/subsupequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/_index.md
index c5f6481bc4..d5328e535c 100644
--- a/english/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/subsupequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/_index.md
index a2848160e0..ee0baf91c6 100644
--- a/english/aspose.cells.drawing.equations/textrunequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/textrunequationnode/_index.md
@@ -3,7 +3,7 @@ title: TextRunEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 190
url: /aspose.cells.drawing.equations/textrunequationnode/
is_root: false
---
@@ -44,8 +44,8 @@ The TextRunEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/textrunequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/_index.md
index de990a1661..87faa3f07c 100644
--- a/english/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/textrunequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/_index.md
index e6e23adb7c..6033d4847c 100644
--- a/english/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/textrunequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/_index.md
index db8ecd0d79..14d08fe5f5 100644
--- a/english/aspose.cells.drawing.equations/unknowequationnode/_index.md
+++ b/english/aspose.cells.drawing.equations/unknowequationnode/_index.md
@@ -3,7 +3,7 @@ title: UnknowEquationNode class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 200
url: /aspose.cells.drawing.equations/unknowequationnode/
is_root: false
---
@@ -42,8 +42,8 @@ The UnknowEquationNode type exposes the following members:
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove_child/#aspose.cells.drawing.equations.EquationNode) | Removes the specified node from the current node's children. |
| [remove_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/remove_child/#int) | Removes the node at the specified index from the current node's children. |
| [set_word_art_style](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/set_word_art_style/#aspose.cells.drawing.PresetWordArtStyle) | Sets the preset WordArt style. |
-| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/#) | Conver this equtation to LaTeX expression. |
-| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/#) | Conver this equtation to MathML expression. |
+| [to_la_te_x](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/#) | Convert this equtation to LaTeX expression. |
+| [to_math_ml](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/#) | Convert this equtation to MathML expression. |
| [insert_child](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_child/#int-aspose.cells.drawing.equations.EquationNodeType) | Inserts a node of the specified type at the specified index position in the current node's child node list. |
| [insert_after](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_after/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node after the current node. |
| [insert_before](/cells/python-net/aspose.cells.drawing.equations/unknowequationnode/insert_before/#aspose.cells.drawing.equations.EquationNodeType) | Inserts the specified node before the current node. |
diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/_index.md
index 476bf3339b..52be8a0de4 100644
--- a/english/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/_index.md
+++ b/english/aspose.cells.drawing.equations/unknowequationnode/to_la_te_x/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_la_te_x {#}
-Conver this equtation to LaTeX expression.
+Convert this equtation to LaTeX expression.
diff --git a/english/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/_index.md b/english/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/_index.md
index 09177c1849..07493f04f4 100644
--- a/english/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/_index.md
+++ b/english/aspose.cells.drawing.equations/unknowequationnode/to_math_ml/_index.md
@@ -10,7 +10,7 @@ is_root: false
## to_math_ml {#}
-Conver this equtation to MathML expression.
+Convert this equtation to MathML expression.
### Returns
diff --git a/english/aspose.cells.externalconnections/_index.md b/english/aspose.cells.externalconnections/_index.md
index d913035db5..ce72d7a2fb 100644
--- a/english/aspose.cells.externalconnections/_index.md
+++ b/english/aspose.cells.externalconnections/_index.md
@@ -28,6 +28,7 @@ The **Aspose.Cells.ExternalConnections** namespace provides classes for externa
| [`ConnectionDataSourceType`](/cells/python-net/aspose.cells.externalconnections/connectiondatasourcetype) | Specifies external database source type |
| [`ConnectionParameterType`](/cells/python-net/aspose.cells.externalconnections/connectionparametertype) | Specifies the parameter type of external connection |
| [`CredentialsMethodType`](/cells/python-net/aspose.cells.externalconnections/credentialsmethodtype) | Specifies Credentials method used for server access. |
+| [`ExternalConnectionClassType`](/cells/python-net/aspose.cells.externalconnections/externalconnectionclasstype) | Represents the type of connection |
| [`HtmlFormatHandlingType`](/cells/python-net/aspose.cells.externalconnections/htmlformathandlingtype) | Specifies how to handle formatting from the HTML source |
| [`OLEDBCommandType`](/cells/python-net/aspose.cells.externalconnections/oledbcommandtype) | Specifies the OLE DB command type. |
| [`ReConnectionMethodType`](/cells/python-net/aspose.cells.externalconnections/reconnectionmethodtype) | Specifies what the spreadsheet application should do when a connection fails. |
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/_index.md
index 933d083777..f9f6908e3e 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/_index.md
@@ -25,9 +25,11 @@ The DataModelConnection type exposes the following members:
| Property | Description |
| :- | :- |
| [id](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/id) | Gets the id of the connection. |
+| [connection_id](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/connection_id) | Specifies The unique identifier of this connection. |
+| [class_type](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/class_type) | Gets the type of this [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) object. |
| [power_query_formula](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/power_query_formula) | Gets the definition of power query formula. |
| [type](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/type) | Gets or Sets the external connection DataSource type. |
-| [source_file](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/source_file) | Used when the external data source is file-based. When a connection to such a data
source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation. |
+| [source_type](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/source_type) | Gets or Sets the external connection DataSource type. |
| [sso_id](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/sso_id) | Identifier for Single Sign On (SSO) used for authentication between an intermediate
spreadsheetML server and the external data source. |
| [save_password](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/save_password) | True if the password is to be saved as part of the connection string; otherwise, False. |
| [save_data](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/save_data) | True if the external data fetched over the connection to populate a table is to be saved
with the workbook; otherwise, false. |
@@ -36,17 +38,22 @@ The DataModelConnection type exposes the following members:
| [reconnection_method](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/reconnection_method) | Specifies what the spreadsheet application should do when a connection fails.
The default value is ReConnectionMethodType.Required. |
| [only_use_connection_file](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/only_use_connection_file) | Indicates whether the spreadsheet application should always and only use the
connection information in the external connection file indicated by the odcFile attribute
when the connection is refreshed. If false, then the spreadsheet application
should follow the procedure indicated by the reconnectionMethod attribute |
| [odc_file](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/odc_file) | Specifies the full path to external connection file from which this connection was
created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1,
then the spreadsheet application will try again using information from the external connection file
instead of the connection object embedded within the workbook. |
+| [source_file](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/source_file) | Used when the external data source is file-based.
When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation. |
+| [connection_file](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/connection_file) | Gets the connection file. |
| [is_new](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/is_new) | True if the connection has not been refreshed for the first time; otherwise, false.
This state can happen when the user saves the file before a query has finished returning. |
| [name](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/name) | Specifies the name of the connection. Each connection must have a unique name. |
| [keep_alive](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/keep_alive) | True when the spreadsheet application should make efforts to keep the connection
open. When false, the application should close the connection after retrieving the
information. |
| [refresh_internal](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/refresh_internal) | Specifies the number of minutes between automatic refreshes of the connection. |
-| [connection_id](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/connection_id) | Specifies The unique identifier of this connection. |
| [connection_description](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/connection_description) | Specifies the user description for this connection |
| [is_deleted](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/is_deleted) | Indicates whether the associated workbook connection has been deleted. true if the
connection has been deleted; otherwise, false. |
| [credentials_method_type](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/credentials_method_type) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. |
| [credentials](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/credentials) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. |
| [background_refresh](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/background_refresh) | Indicates whether the connection can be refreshed in the background (asynchronously).
true if preferred usage of the connection is to refresh asynchronously in the background;
false if preferred usage of the connection is to refresh synchronously in the foreground. |
| [parameters](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/parameters) | Gets [`ConnectionParameterCollection`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection) for an ODBC or web query. |
+| [command](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/command) | The string containing the database command to pass to the data provider API that will
interact with the external source in order to retrieve data |
+| [command_type](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/command_type) | Returns [`OLEDBCommandType`](/cells/python-net/aspose.cells.externalconnections/oledbcommandtype) type. |
+| [connection_string](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/connection_string) | The connection information string is used to make contact with an OLE DB or ODBC data source. |
+| [second_command](/cells/python-net/aspose.cells.externalconnections/datamodelconnection/second_command) | Specifies a second command text string that is persisted when PivotTable server-based
page fields are in use.
For ODBC connections, serverCommand is usually a broader query than command (no
WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
parameter UI can be populated and parameterized queries can be constructed |
@@ -55,3 +62,4 @@ The DataModelConnection type exposes the following members:
* class [`ConnectionParameterCollection`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection)
* class [`DataModelConnection`](/cells/python-net/aspose.cells.externalconnections/datamodelconnection)
* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
+* class [`OLEDBCommandType`](/cells/python-net/aspose.cells.externalconnections/oledbcommandtype)
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/class_type/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/class_type/_index.md
new file mode 100644
index 0000000000..c6414fe972
--- /dev/null
+++ b/english/aspose.cells.externalconnections/datamodelconnection/class_type/_index.md
@@ -0,0 +1,26 @@
+---
+title: class_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.externalconnections/datamodelconnection/class_type/
+is_root: false
+---
+
+## class_type property
+
+
+Gets the type of this [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) object.
+### Definition:
+```python
+@property
+def class_type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DataModelConnection`](/cells/python-net/aspose.cells.externalconnections/datamodelconnection)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
+* class [`ExternalConnectionClassType`](/cells/python-net/aspose.cells.externalconnections/externalconnectionclasstype)
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/command/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/command/_index.md
new file mode 100644
index 0000000000..c29fa63d85
--- /dev/null
+++ b/english/aspose.cells.externalconnections/datamodelconnection/command/_index.md
@@ -0,0 +1,28 @@
+---
+title: command property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.externalconnections/datamodelconnection/command/
+is_root: false
+---
+
+## command property
+
+
+The string containing the database command to pass to the data provider API that will
+interact with the external source in order to retrieve data
+### Definition:
+```python
+@property
+def command(self):
+ ...
+@command.setter
+def command(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DataModelConnection`](/cells/python-net/aspose.cells.externalconnections/datamodelconnection)
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/command_type/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/command_type/_index.md
new file mode 100644
index 0000000000..52d129750b
--- /dev/null
+++ b/english/aspose.cells.externalconnections/datamodelconnection/command_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: command_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.externalconnections/datamodelconnection/command_type/
+is_root: false
+---
+
+## command_type property
+
+
+Returns [`OLEDBCommandType`](/cells/python-net/aspose.cells.externalconnections/oledbcommandtype) type.
+### Definition:
+```python
+@property
+def command_type(self):
+ ...
+@command_type.setter
+def command_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DataModelConnection`](/cells/python-net/aspose.cells.externalconnections/datamodelconnection)
+* class [`OLEDBCommandType`](/cells/python-net/aspose.cells.externalconnections/oledbcommandtype)
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/connection_description/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/connection_description/_index.md
index 5331c0e2f7..5728c0c4cf 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/connection_description/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/connection_description/_index.md
@@ -3,7 +3,7 @@ title: connection_description property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 70
url: /aspose.cells.externalconnections/datamodelconnection/connection_description/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/connection_file/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/connection_file/_index.md
new file mode 100644
index 0000000000..7ed2e46cfd
--- /dev/null
+++ b/english/aspose.cells.externalconnections/datamodelconnection/connection_file/_index.md
@@ -0,0 +1,24 @@
+---
+title: connection_file property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.externalconnections/datamodelconnection/connection_file/
+is_root: false
+---
+
+## connection_file property
+
+
+Gets the connection file.
+### Definition:
+```python
+@property
+def connection_file(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DataModelConnection`](/cells/python-net/aspose.cells.externalconnections/datamodelconnection)
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/connection_id/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/connection_id/_index.md
index 71fff7dd30..42910cf3d4 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/connection_id/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/connection_id/_index.md
@@ -3,7 +3,7 @@ title: connection_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 90
url: /aspose.cells.externalconnections/datamodelconnection/connection_id/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Specifies The unique identifier of this connection.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.Id property.
+This property will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/connection_string/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/connection_string/_index.md
new file mode 100644
index 0000000000..2e0b3df4bb
--- /dev/null
+++ b/english/aspose.cells.externalconnections/datamodelconnection/connection_string/_index.md
@@ -0,0 +1,27 @@
+---
+title: connection_string property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cells.externalconnections/datamodelconnection/connection_string/
+is_root: false
+---
+
+## connection_string property
+
+
+The connection information string is used to make contact with an OLE DB or ODBC data source.
+### Definition:
+```python
+@property
+def connection_string(self):
+ ...
+@connection_string.setter
+def connection_string(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DataModelConnection`](/cells/python-net/aspose.cells.externalconnections/datamodelconnection)
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/credentials/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/credentials/_index.md
index 9766af06ad..61d4f9607e 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/credentials/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/credentials/_index.md
@@ -3,7 +3,7 @@ title: credentials property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 110
url: /aspose.cells.externalconnections/datamodelconnection/credentials/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/credentials_method_type/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/credentials_method_type/_index.md
index 1cde207cee..6486469846 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/credentials_method_type/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/credentials_method_type/_index.md
@@ -3,7 +3,7 @@ title: credentials_method_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 120
url: /aspose.cells.externalconnections/datamodelconnection/credentials_method_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/id/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/id/_index.md
index ec50e675d5..c8c7379e85 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/id/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/id/_index.md
@@ -3,7 +3,7 @@ title: id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 130
url: /aspose.cells.externalconnections/datamodelconnection/id/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/is_deleted/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/is_deleted/_index.md
index b06267d409..74e4849319 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/is_deleted/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/is_deleted/_index.md
@@ -3,7 +3,7 @@ title: is_deleted property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 140
url: /aspose.cells.externalconnections/datamodelconnection/is_deleted/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/is_new/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/is_new/_index.md
index 0ef83b032b..e582db6e86 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/is_new/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/is_new/_index.md
@@ -3,7 +3,7 @@ title: is_new property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 150
url: /aspose.cells.externalconnections/datamodelconnection/is_new/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/keep_alive/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/keep_alive/_index.md
index 59a5085eeb..8eb81e6843 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/keep_alive/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/keep_alive/_index.md
@@ -3,7 +3,7 @@ title: keep_alive property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 160
url: /aspose.cells.externalconnections/datamodelconnection/keep_alive/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/name/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/name/_index.md
index 6389169664..548d0e7073 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/name/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 170
url: /aspose.cells.externalconnections/datamodelconnection/name/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/odc_file/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/odc_file/_index.md
index 521b6b40e1..d5fdbe80df 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/odc_file/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/odc_file/_index.md
@@ -3,7 +3,7 @@ title: odc_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 180
url: /aspose.cells.externalconnections/datamodelconnection/odc_file/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/only_use_connection_file/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/only_use_connection_file/_index.md
index 19a7e26c63..0cee6b65de 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/only_use_connection_file/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/only_use_connection_file/_index.md
@@ -3,7 +3,7 @@ title: only_use_connection_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 190
url: /aspose.cells.externalconnections/datamodelconnection/only_use_connection_file/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/parameters/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/parameters/_index.md
index d15f76427f..d2ed25491c 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/parameters/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/parameters/_index.md
@@ -3,7 +3,7 @@ title: parameters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 200
url: /aspose.cells.externalconnections/datamodelconnection/parameters/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/power_query_formula/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/power_query_formula/_index.md
index 7cae21f263..47096d16cf 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/power_query_formula/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/power_query_formula/_index.md
@@ -3,7 +3,7 @@ title: power_query_formula property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 210
url: /aspose.cells.externalconnections/datamodelconnection/power_query_formula/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/reconnection_method/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/reconnection_method/_index.md
index 4c5c4a9cdc..acb8224210 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/reconnection_method/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/reconnection_method/_index.md
@@ -3,7 +3,7 @@ title: reconnection_method property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 220
url: /aspose.cells.externalconnections/datamodelconnection/reconnection_method/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/reconnection_method_type/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/reconnection_method_type/_index.md
index 929e6e8fd6..de469d8b04 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/reconnection_method_type/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/reconnection_method_type/_index.md
@@ -3,7 +3,7 @@ title: reconnection_method_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 230
url: /aspose.cells.externalconnections/datamodelconnection/reconnection_method_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/refresh_internal/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/refresh_internal/_index.md
index 46d521239a..951c2822ab 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/refresh_internal/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/refresh_internal/_index.md
@@ -3,7 +3,7 @@ title: refresh_internal property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 240
url: /aspose.cells.externalconnections/datamodelconnection/refresh_internal/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/refresh_on_load/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/refresh_on_load/_index.md
index 8f62990166..4ce25fd661 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/refresh_on_load/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/refresh_on_load/_index.md
@@ -3,7 +3,7 @@ title: refresh_on_load property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 250
url: /aspose.cells.externalconnections/datamodelconnection/refresh_on_load/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/save_data/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/save_data/_index.md
index 57f34bc8e4..7bec7f102b 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/save_data/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/save_data/_index.md
@@ -3,7 +3,7 @@ title: save_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 260
url: /aspose.cells.externalconnections/datamodelconnection/save_data/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/save_password/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/save_password/_index.md
index 52b7cfa84a..0757a81218 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/save_password/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/save_password/_index.md
@@ -3,7 +3,7 @@ title: save_password property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 270
url: /aspose.cells.externalconnections/datamodelconnection/save_password/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/second_command/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/second_command/_index.md
new file mode 100644
index 0000000000..fccb9f671b
--- /dev/null
+++ b/english/aspose.cells.externalconnections/datamodelconnection/second_command/_index.md
@@ -0,0 +1,31 @@
+---
+title: second_command property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 280
+url: /aspose.cells.externalconnections/datamodelconnection/second_command/
+is_root: false
+---
+
+## second_command property
+
+
+Specifies a second command text string that is persisted when PivotTable server-based
+page fields are in use.
+For ODBC connections, serverCommand is usually a broader query than command (no
+WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
+parameter UI can be populated and parameterized queries can be constructed
+### Definition:
+```python
+@property
+def second_command(self):
+ ...
+@second_command.setter
+def second_command(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DataModelConnection`](/cells/python-net/aspose.cells.externalconnections/datamodelconnection)
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/source_file/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/source_file/_index.md
index 707096e237..e32b5e972a 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/source_file/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/source_file/_index.md
@@ -3,7 +3,7 @@ title: source_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 290
url: /aspose.cells.externalconnections/datamodelconnection/source_file/
is_root: false
---
@@ -11,8 +11,8 @@ is_root: false
## source_file property
-Used when the external data source is file-based. When a connection to such a data
-source fails, the spreadsheet application attempts to connect directly to this file. May be
+Used when the external data source is file-based.
+When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation.
### Definition:
```python
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/source_type/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/source_type/_index.md
new file mode 100644
index 0000000000..327eaaed38
--- /dev/null
+++ b/english/aspose.cells.externalconnections/datamodelconnection/source_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: source_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 300
+url: /aspose.cells.externalconnections/datamodelconnection/source_type/
+is_root: false
+---
+
+## source_type property
+
+
+Gets or Sets the external connection DataSource type.
+### Definition:
+```python
+@property
+def source_type(self):
+ ...
+@source_type.setter
+def source_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ConnectionDataSourceType`](/cells/python-net/aspose.cells.externalconnections/connectiondatasourcetype)
+* class [`DataModelConnection`](/cells/python-net/aspose.cells.externalconnections/datamodelconnection)
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/sso_id/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/sso_id/_index.md
index fb5b7f6598..afc25fb320 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/sso_id/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/sso_id/_index.md
@@ -3,7 +3,7 @@ title: sso_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 310
url: /aspose.cells.externalconnections/datamodelconnection/sso_id/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/datamodelconnection/type/_index.md b/english/aspose.cells.externalconnections/datamodelconnection/type/_index.md
index 7de296889b..7f6f21f205 100644
--- a/english/aspose.cells.externalconnections/datamodelconnection/type/_index.md
+++ b/english/aspose.cells.externalconnections/datamodelconnection/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 320
url: /aspose.cells.externalconnections/datamodelconnection/type/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Gets or Sets the external connection DataSource type.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.SourceType property.
+This property will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/dbconnection/_index.md b/english/aspose.cells.externalconnections/dbconnection/_index.md
index dd38006f08..7f89b6a792 100644
--- a/english/aspose.cells.externalconnections/dbconnection/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/_index.md
@@ -25,9 +25,11 @@ The DBConnection type exposes the following members:
| Property | Description |
| :- | :- |
| [id](/cells/python-net/aspose.cells.externalconnections/dbconnection/id) | Gets the id of the connection. |
+| [connection_id](/cells/python-net/aspose.cells.externalconnections/dbconnection/connection_id) | Specifies The unique identifier of this connection. |
+| [class_type](/cells/python-net/aspose.cells.externalconnections/dbconnection/class_type) | Gets the type of this [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) object. |
| [power_query_formula](/cells/python-net/aspose.cells.externalconnections/dbconnection/power_query_formula) | Gets the definition of power query formula. |
| [type](/cells/python-net/aspose.cells.externalconnections/dbconnection/type) | Gets or Sets the external connection DataSource type. |
-| [source_file](/cells/python-net/aspose.cells.externalconnections/dbconnection/source_file) | Used when the external data source is file-based. When a connection to such a data
source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation. |
+| [source_type](/cells/python-net/aspose.cells.externalconnections/dbconnection/source_type) | Gets or Sets the external connection DataSource type. |
| [sso_id](/cells/python-net/aspose.cells.externalconnections/dbconnection/sso_id) | Identifier for Single Sign On (SSO) used for authentication between an intermediate
spreadsheetML server and the external data source. |
| [save_password](/cells/python-net/aspose.cells.externalconnections/dbconnection/save_password) | True if the password is to be saved as part of the connection string; otherwise, False. |
| [save_data](/cells/python-net/aspose.cells.externalconnections/dbconnection/save_data) | True if the external data fetched over the connection to populate a table is to be saved
with the workbook; otherwise, false. |
@@ -36,20 +38,23 @@ The DBConnection type exposes the following members:
| [reconnection_method](/cells/python-net/aspose.cells.externalconnections/dbconnection/reconnection_method) | Specifies what the spreadsheet application should do when a connection fails.
The default value is ReConnectionMethodType.Required. |
| [only_use_connection_file](/cells/python-net/aspose.cells.externalconnections/dbconnection/only_use_connection_file) | Indicates whether the spreadsheet application should always and only use the
connection information in the external connection file indicated by the odcFile attribute
when the connection is refreshed. If false, then the spreadsheet application
should follow the procedure indicated by the reconnectionMethod attribute |
| [odc_file](/cells/python-net/aspose.cells.externalconnections/dbconnection/odc_file) | Specifies the full path to external connection file from which this connection was
created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1,
then the spreadsheet application will try again using information from the external connection file
instead of the connection object embedded within the workbook. |
+| [source_file](/cells/python-net/aspose.cells.externalconnections/dbconnection/source_file) | Used when the external data source is file-based.
When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation. |
+| [connection_file](/cells/python-net/aspose.cells.externalconnections/dbconnection/connection_file) | Gets the connection file. |
| [is_new](/cells/python-net/aspose.cells.externalconnections/dbconnection/is_new) | True if the connection has not been refreshed for the first time; otherwise, false.
This state can happen when the user saves the file before a query has finished returning. |
| [name](/cells/python-net/aspose.cells.externalconnections/dbconnection/name) | Specifies the name of the connection. Each connection must have a unique name. |
| [keep_alive](/cells/python-net/aspose.cells.externalconnections/dbconnection/keep_alive) | True when the spreadsheet application should make efforts to keep the connection
open. When false, the application should close the connection after retrieving the
information. |
| [refresh_internal](/cells/python-net/aspose.cells.externalconnections/dbconnection/refresh_internal) | Specifies the number of minutes between automatic refreshes of the connection. |
-| [connection_id](/cells/python-net/aspose.cells.externalconnections/dbconnection/connection_id) | Specifies The unique identifier of this connection. |
| [connection_description](/cells/python-net/aspose.cells.externalconnections/dbconnection/connection_description) | Specifies the user description for this connection |
| [is_deleted](/cells/python-net/aspose.cells.externalconnections/dbconnection/is_deleted) | Indicates whether the associated workbook connection has been deleted. true if the
connection has been deleted; otherwise, false. |
| [credentials_method_type](/cells/python-net/aspose.cells.externalconnections/dbconnection/credentials_method_type) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. |
| [credentials](/cells/python-net/aspose.cells.externalconnections/dbconnection/credentials) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. |
| [background_refresh](/cells/python-net/aspose.cells.externalconnections/dbconnection/background_refresh) | Indicates whether the connection can be refreshed in the background (asynchronously).
true if preferred usage of the connection is to refresh asynchronously in the background;
false if preferred usage of the connection is to refresh synchronously in the foreground. |
| [parameters](/cells/python-net/aspose.cells.externalconnections/dbconnection/parameters) | Gets [`ConnectionParameterCollection`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection) for an ODBC or web query. |
-| [connection_info](/cells/python-net/aspose.cells.externalconnections/dbconnection/connection_info) | The connection information string is used to make contact with an OLE DB or ODBC data source. |
-| [command_type](/cells/python-net/aspose.cells.externalconnections/dbconnection/command_type) | Specifies the OLE DB command type.
1. Query specifies a cube name
2. Query specifies a SQL statement
3. Query specifies a table name
4. Query specifies that default information has been given, and it is up to the provider how to interpret.
5. Query is against a web based List Data Provider. |
| [command](/cells/python-net/aspose.cells.externalconnections/dbconnection/command) | The string containing the database command to pass to the data provider API that will
interact with the external source in order to retrieve data |
+| [command_type](/cells/python-net/aspose.cells.externalconnections/dbconnection/command_type) | Specifies the OLE DB command type.
1. Query specifies a cube name
2. Query specifies a SQL statement
3. Query specifies a table name
4. Query specifies that default information has been given, and it is up to the provider how to interpret.
5. Query is against a web based List Data Provider. |
+| [connection_string](/cells/python-net/aspose.cells.externalconnections/dbconnection/connection_string) | The connection information string is used to make contact with an OLE DB or ODBC data source. |
+| [second_command](/cells/python-net/aspose.cells.externalconnections/dbconnection/second_command) | Specifies a second command text string that is persisted when PivotTable server-based
page fields are in use.
For ODBC connections, serverCommand is usually a broader query than command (no
WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
parameter UI can be populated and parameterized queries can be constructed |
+| [connection_info](/cells/python-net/aspose.cells.externalconnections/dbconnection/connection_info) | The connection information string is used to make contact with an OLE DB or ODBC data source. |
| [sever_command](/cells/python-net/aspose.cells.externalconnections/dbconnection/sever_command) | Specifies a second command text string that is persisted when PivotTable server-based
page fields are in use.
For ODBC connections, serverCommand is usually a broader query than command (no
WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
parameter UI can be populated and parameterized queries can be constructed |
diff --git a/english/aspose.cells.externalconnections/dbconnection/class_type/_index.md b/english/aspose.cells.externalconnections/dbconnection/class_type/_index.md
new file mode 100644
index 0000000000..f7bfb4dc88
--- /dev/null
+++ b/english/aspose.cells.externalconnections/dbconnection/class_type/_index.md
@@ -0,0 +1,26 @@
+---
+title: class_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.externalconnections/dbconnection/class_type/
+is_root: false
+---
+
+## class_type property
+
+
+Gets the type of this [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) object.
+### Definition:
+```python
+@property
+def class_type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DBConnection`](/cells/python-net/aspose.cells.externalconnections/dbconnection)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
+* class [`ExternalConnectionClassType`](/cells/python-net/aspose.cells.externalconnections/externalconnectionclasstype)
diff --git a/english/aspose.cells.externalconnections/dbconnection/command/_index.md b/english/aspose.cells.externalconnections/dbconnection/command/_index.md
index 04bf7d3ee4..ec2768befa 100644
--- a/english/aspose.cells.externalconnections/dbconnection/command/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/command/_index.md
@@ -3,7 +3,7 @@ title: command property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.externalconnections/dbconnection/command/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/command_type/_index.md b/english/aspose.cells.externalconnections/dbconnection/command_type/_index.md
index e7e89bc8ea..f9c3896691 100644
--- a/english/aspose.cells.externalconnections/dbconnection/command_type/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/command_type/_index.md
@@ -3,7 +3,7 @@ title: command_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.externalconnections/dbconnection/command_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/connection_description/_index.md b/english/aspose.cells.externalconnections/dbconnection/connection_description/_index.md
index 7befc9f970..28ce36358e 100644
--- a/english/aspose.cells.externalconnections/dbconnection/connection_description/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/connection_description/_index.md
@@ -3,7 +3,7 @@ title: connection_description property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells.externalconnections/dbconnection/connection_description/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/connection_file/_index.md b/english/aspose.cells.externalconnections/dbconnection/connection_file/_index.md
new file mode 100644
index 0000000000..ccaaaabeb3
--- /dev/null
+++ b/english/aspose.cells.externalconnections/dbconnection/connection_file/_index.md
@@ -0,0 +1,24 @@
+---
+title: connection_file property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.externalconnections/dbconnection/connection_file/
+is_root: false
+---
+
+## connection_file property
+
+
+Gets the connection file.
+### Definition:
+```python
+@property
+def connection_file(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DBConnection`](/cells/python-net/aspose.cells.externalconnections/dbconnection)
diff --git a/english/aspose.cells.externalconnections/dbconnection/connection_id/_index.md b/english/aspose.cells.externalconnections/dbconnection/connection_id/_index.md
index 51fb81eee6..9028e50113 100644
--- a/english/aspose.cells.externalconnections/dbconnection/connection_id/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/connection_id/_index.md
@@ -3,7 +3,7 @@ title: connection_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 90
url: /aspose.cells.externalconnections/dbconnection/connection_id/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Specifies The unique identifier of this connection.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.Id property.
+This property will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/dbconnection/connection_info/_index.md b/english/aspose.cells.externalconnections/dbconnection/connection_info/_index.md
index c1e6a42ac7..846a476dde 100644
--- a/english/aspose.cells.externalconnections/dbconnection/connection_info/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/connection_info/_index.md
@@ -3,7 +3,7 @@ title: connection_info property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 100
url: /aspose.cells.externalconnections/dbconnection/connection_info/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
The connection information string is used to make contact with an OLE DB or ODBC data source.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.ConnectionString property.
+This method will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/dbconnection/connection_string/_index.md b/english/aspose.cells.externalconnections/dbconnection/connection_string/_index.md
new file mode 100644
index 0000000000..39d885644a
--- /dev/null
+++ b/english/aspose.cells.externalconnections/dbconnection/connection_string/_index.md
@@ -0,0 +1,27 @@
+---
+title: connection_string property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells.externalconnections/dbconnection/connection_string/
+is_root: false
+---
+
+## connection_string property
+
+
+The connection information string is used to make contact with an OLE DB or ODBC data source.
+### Definition:
+```python
+@property
+def connection_string(self):
+ ...
+@connection_string.setter
+def connection_string(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DBConnection`](/cells/python-net/aspose.cells.externalconnections/dbconnection)
diff --git a/english/aspose.cells.externalconnections/dbconnection/credentials/_index.md b/english/aspose.cells.externalconnections/dbconnection/credentials/_index.md
index 278b9eec05..7129ecf701 100644
--- a/english/aspose.cells.externalconnections/dbconnection/credentials/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/credentials/_index.md
@@ -3,7 +3,7 @@ title: credentials property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 120
url: /aspose.cells.externalconnections/dbconnection/credentials/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/credentials_method_type/_index.md b/english/aspose.cells.externalconnections/dbconnection/credentials_method_type/_index.md
index 2bd0c6598e..7dd0dbd3bb 100644
--- a/english/aspose.cells.externalconnections/dbconnection/credentials_method_type/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/credentials_method_type/_index.md
@@ -3,7 +3,7 @@ title: credentials_method_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 130
url: /aspose.cells.externalconnections/dbconnection/credentials_method_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/id/_index.md b/english/aspose.cells.externalconnections/dbconnection/id/_index.md
index 05941a4232..0ad5289ed4 100644
--- a/english/aspose.cells.externalconnections/dbconnection/id/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/id/_index.md
@@ -3,7 +3,7 @@ title: id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 140
url: /aspose.cells.externalconnections/dbconnection/id/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/is_deleted/_index.md b/english/aspose.cells.externalconnections/dbconnection/is_deleted/_index.md
index 65573f1b71..490d685125 100644
--- a/english/aspose.cells.externalconnections/dbconnection/is_deleted/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/is_deleted/_index.md
@@ -3,7 +3,7 @@ title: is_deleted property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 150
url: /aspose.cells.externalconnections/dbconnection/is_deleted/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/is_new/_index.md b/english/aspose.cells.externalconnections/dbconnection/is_new/_index.md
index 70e55203af..66a22ff204 100644
--- a/english/aspose.cells.externalconnections/dbconnection/is_new/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/is_new/_index.md
@@ -3,7 +3,7 @@ title: is_new property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 160
url: /aspose.cells.externalconnections/dbconnection/is_new/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/keep_alive/_index.md b/english/aspose.cells.externalconnections/dbconnection/keep_alive/_index.md
index 2818ab50c3..d79671d506 100644
--- a/english/aspose.cells.externalconnections/dbconnection/keep_alive/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/keep_alive/_index.md
@@ -3,7 +3,7 @@ title: keep_alive property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 170
url: /aspose.cells.externalconnections/dbconnection/keep_alive/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/name/_index.md b/english/aspose.cells.externalconnections/dbconnection/name/_index.md
index e912628a9c..a9925877c4 100644
--- a/english/aspose.cells.externalconnections/dbconnection/name/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 180
url: /aspose.cells.externalconnections/dbconnection/name/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/odc_file/_index.md b/english/aspose.cells.externalconnections/dbconnection/odc_file/_index.md
index 71d15d4df6..570bc64b9e 100644
--- a/english/aspose.cells.externalconnections/dbconnection/odc_file/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/odc_file/_index.md
@@ -3,7 +3,7 @@ title: odc_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 190
url: /aspose.cells.externalconnections/dbconnection/odc_file/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/only_use_connection_file/_index.md b/english/aspose.cells.externalconnections/dbconnection/only_use_connection_file/_index.md
index 1a282c07fe..1cb2d39421 100644
--- a/english/aspose.cells.externalconnections/dbconnection/only_use_connection_file/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/only_use_connection_file/_index.md
@@ -3,7 +3,7 @@ title: only_use_connection_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 200
url: /aspose.cells.externalconnections/dbconnection/only_use_connection_file/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/parameters/_index.md b/english/aspose.cells.externalconnections/dbconnection/parameters/_index.md
index 56d3f0fd42..367d40126a 100644
--- a/english/aspose.cells.externalconnections/dbconnection/parameters/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/parameters/_index.md
@@ -3,7 +3,7 @@ title: parameters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 210
url: /aspose.cells.externalconnections/dbconnection/parameters/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/power_query_formula/_index.md b/english/aspose.cells.externalconnections/dbconnection/power_query_formula/_index.md
index d2d024c69f..9d4173c83f 100644
--- a/english/aspose.cells.externalconnections/dbconnection/power_query_formula/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/power_query_formula/_index.md
@@ -3,7 +3,7 @@ title: power_query_formula property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 220
url: /aspose.cells.externalconnections/dbconnection/power_query_formula/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/reconnection_method/_index.md b/english/aspose.cells.externalconnections/dbconnection/reconnection_method/_index.md
index 83fbd4920b..7fe45cf25f 100644
--- a/english/aspose.cells.externalconnections/dbconnection/reconnection_method/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/reconnection_method/_index.md
@@ -3,7 +3,7 @@ title: reconnection_method property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 230
url: /aspose.cells.externalconnections/dbconnection/reconnection_method/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/reconnection_method_type/_index.md b/english/aspose.cells.externalconnections/dbconnection/reconnection_method_type/_index.md
index 502ac04d11..0abb5e91c5 100644
--- a/english/aspose.cells.externalconnections/dbconnection/reconnection_method_type/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/reconnection_method_type/_index.md
@@ -3,7 +3,7 @@ title: reconnection_method_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 240
url: /aspose.cells.externalconnections/dbconnection/reconnection_method_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/refresh_internal/_index.md b/english/aspose.cells.externalconnections/dbconnection/refresh_internal/_index.md
index 8131c7eb6e..ea1c46be85 100644
--- a/english/aspose.cells.externalconnections/dbconnection/refresh_internal/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/refresh_internal/_index.md
@@ -3,7 +3,7 @@ title: refresh_internal property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 250
url: /aspose.cells.externalconnections/dbconnection/refresh_internal/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/refresh_on_load/_index.md b/english/aspose.cells.externalconnections/dbconnection/refresh_on_load/_index.md
index 620486ac5c..f1f1746f0a 100644
--- a/english/aspose.cells.externalconnections/dbconnection/refresh_on_load/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/refresh_on_load/_index.md
@@ -3,7 +3,7 @@ title: refresh_on_load property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 260
url: /aspose.cells.externalconnections/dbconnection/refresh_on_load/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/save_data/_index.md b/english/aspose.cells.externalconnections/dbconnection/save_data/_index.md
index 2d2e62867c..dcdac5ab76 100644
--- a/english/aspose.cells.externalconnections/dbconnection/save_data/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/save_data/_index.md
@@ -3,7 +3,7 @@ title: save_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 270
url: /aspose.cells.externalconnections/dbconnection/save_data/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/save_password/_index.md b/english/aspose.cells.externalconnections/dbconnection/save_password/_index.md
index a956e45efa..2a7fd142e0 100644
--- a/english/aspose.cells.externalconnections/dbconnection/save_password/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/save_password/_index.md
@@ -3,7 +3,7 @@ title: save_password property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 280
url: /aspose.cells.externalconnections/dbconnection/save_password/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/second_command/_index.md b/english/aspose.cells.externalconnections/dbconnection/second_command/_index.md
new file mode 100644
index 0000000000..467fb116cb
--- /dev/null
+++ b/english/aspose.cells.externalconnections/dbconnection/second_command/_index.md
@@ -0,0 +1,31 @@
+---
+title: second_command property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 290
+url: /aspose.cells.externalconnections/dbconnection/second_command/
+is_root: false
+---
+
+## second_command property
+
+
+Specifies a second command text string that is persisted when PivotTable server-based
+page fields are in use.
+For ODBC connections, serverCommand is usually a broader query than command (no
+WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
+parameter UI can be populated and parameterized queries can be constructed
+### Definition:
+```python
+@property
+def second_command(self):
+ ...
+@second_command.setter
+def second_command(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`DBConnection`](/cells/python-net/aspose.cells.externalconnections/dbconnection)
diff --git a/english/aspose.cells.externalconnections/dbconnection/sever_command/_index.md b/english/aspose.cells.externalconnections/dbconnection/sever_command/_index.md
index 22125a2c39..6e43b654c2 100644
--- a/english/aspose.cells.externalconnections/dbconnection/sever_command/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/sever_command/_index.md
@@ -3,7 +3,7 @@ title: sever_command property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 300
url: /aspose.cells.externalconnections/dbconnection/sever_command/
is_root: false
---
@@ -16,6 +16,14 @@ page fields are in use.
For ODBC connections, serverCommand is usually a broader query than command (no
WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
parameter UI can be populated and parameterized queries can be constructed
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.SecondCommand property.
+This method will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/dbconnection/source_file/_index.md b/english/aspose.cells.externalconnections/dbconnection/source_file/_index.md
index 3601ae483e..745507be10 100644
--- a/english/aspose.cells.externalconnections/dbconnection/source_file/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/source_file/_index.md
@@ -3,7 +3,7 @@ title: source_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 310
url: /aspose.cells.externalconnections/dbconnection/source_file/
is_root: false
---
@@ -11,8 +11,8 @@ is_root: false
## source_file property
-Used when the external data source is file-based. When a connection to such a data
-source fails, the spreadsheet application attempts to connect directly to this file. May be
+Used when the external data source is file-based.
+When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation.
### Definition:
```python
diff --git a/english/aspose.cells.externalconnections/dbconnection/source_type/_index.md b/english/aspose.cells.externalconnections/dbconnection/source_type/_index.md
new file mode 100644
index 0000000000..bcc849154b
--- /dev/null
+++ b/english/aspose.cells.externalconnections/dbconnection/source_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: source_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 320
+url: /aspose.cells.externalconnections/dbconnection/source_type/
+is_root: false
+---
+
+## source_type property
+
+
+Gets or Sets the external connection DataSource type.
+### Definition:
+```python
+@property
+def source_type(self):
+ ...
+@source_type.setter
+def source_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ConnectionDataSourceType`](/cells/python-net/aspose.cells.externalconnections/connectiondatasourcetype)
+* class [`DBConnection`](/cells/python-net/aspose.cells.externalconnections/dbconnection)
diff --git a/english/aspose.cells.externalconnections/dbconnection/sso_id/_index.md b/english/aspose.cells.externalconnections/dbconnection/sso_id/_index.md
index a4e3386b8b..ba4c40f89a 100644
--- a/english/aspose.cells.externalconnections/dbconnection/sso_id/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/sso_id/_index.md
@@ -3,7 +3,7 @@ title: sso_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 330
url: /aspose.cells.externalconnections/dbconnection/sso_id/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/dbconnection/type/_index.md b/english/aspose.cells.externalconnections/dbconnection/type/_index.md
index 9dcb3ecebb..50fb60bbb5 100644
--- a/english/aspose.cells.externalconnections/dbconnection/type/_index.md
+++ b/english/aspose.cells.externalconnections/dbconnection/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 340
url: /aspose.cells.externalconnections/dbconnection/type/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Gets or Sets the external connection DataSource type.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.SourceType property.
+This property will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/externalconnection/_index.md b/english/aspose.cells.externalconnections/externalconnection/_index.md
index 253a3d796a..c11fb300f8 100644
--- a/english/aspose.cells.externalconnections/externalconnection/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/_index.md
@@ -20,9 +20,11 @@ The ExternalConnection type exposes the following members:
| Property | Description |
| :- | :- |
| [id](/cells/python-net/aspose.cells.externalconnections/externalconnection/id) | Gets the id of the connection. |
+| [connection_id](/cells/python-net/aspose.cells.externalconnections/externalconnection/connection_id) | Specifies The unique identifier of this connection. |
+| [class_type](/cells/python-net/aspose.cells.externalconnections/externalconnection/class_type) | Gets the type of this [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) object. |
| [power_query_formula](/cells/python-net/aspose.cells.externalconnections/externalconnection/power_query_formula) | Gets the definition of power query formula. |
| [type](/cells/python-net/aspose.cells.externalconnections/externalconnection/type) | Gets or Sets the external connection DataSource type. |
-| [source_file](/cells/python-net/aspose.cells.externalconnections/externalconnection/source_file) | Used when the external data source is file-based. When a connection to such a data
source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation. |
+| [source_type](/cells/python-net/aspose.cells.externalconnections/externalconnection/source_type) | Gets or Sets the external connection DataSource type. |
| [sso_id](/cells/python-net/aspose.cells.externalconnections/externalconnection/sso_id) | Identifier for Single Sign On (SSO) used for authentication between an intermediate
spreadsheetML server and the external data source. |
| [save_password](/cells/python-net/aspose.cells.externalconnections/externalconnection/save_password) | True if the password is to be saved as part of the connection string; otherwise, False. |
| [save_data](/cells/python-net/aspose.cells.externalconnections/externalconnection/save_data) | True if the external data fetched over the connection to populate a table is to be saved
with the workbook; otherwise, false. |
@@ -31,20 +33,26 @@ The ExternalConnection type exposes the following members:
| [reconnection_method](/cells/python-net/aspose.cells.externalconnections/externalconnection/reconnection_method) | Specifies what the spreadsheet application should do when a connection fails.
The default value is ReConnectionMethodType.Required. |
| [only_use_connection_file](/cells/python-net/aspose.cells.externalconnections/externalconnection/only_use_connection_file) | Indicates whether the spreadsheet application should always and only use the
connection information in the external connection file indicated by the odcFile attribute
when the connection is refreshed. If false, then the spreadsheet application
should follow the procedure indicated by the reconnectionMethod attribute |
| [odc_file](/cells/python-net/aspose.cells.externalconnections/externalconnection/odc_file) | Specifies the full path to external connection file from which this connection was
created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1,
then the spreadsheet application will try again using information from the external connection file
instead of the connection object embedded within the workbook. |
+| [source_file](/cells/python-net/aspose.cells.externalconnections/externalconnection/source_file) | Used when the external data source is file-based.
When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation. |
+| [connection_file](/cells/python-net/aspose.cells.externalconnections/externalconnection/connection_file) | Gets the connection file. |
| [is_new](/cells/python-net/aspose.cells.externalconnections/externalconnection/is_new) | True if the connection has not been refreshed for the first time; otherwise, false.
This state can happen when the user saves the file before a query has finished returning. |
| [name](/cells/python-net/aspose.cells.externalconnections/externalconnection/name) | Specifies the name of the connection. Each connection must have a unique name. |
| [keep_alive](/cells/python-net/aspose.cells.externalconnections/externalconnection/keep_alive) | True when the spreadsheet application should make efforts to keep the connection
open. When false, the application should close the connection after retrieving the
information. |
| [refresh_internal](/cells/python-net/aspose.cells.externalconnections/externalconnection/refresh_internal) | Specifies the number of minutes between automatic refreshes of the connection. |
-| [connection_id](/cells/python-net/aspose.cells.externalconnections/externalconnection/connection_id) | Specifies The unique identifier of this connection. |
| [connection_description](/cells/python-net/aspose.cells.externalconnections/externalconnection/connection_description) | Specifies the user description for this connection |
| [is_deleted](/cells/python-net/aspose.cells.externalconnections/externalconnection/is_deleted) | Indicates whether the associated workbook connection has been deleted. true if the
connection has been deleted; otherwise, false. |
| [credentials_method_type](/cells/python-net/aspose.cells.externalconnections/externalconnection/credentials_method_type) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. |
| [credentials](/cells/python-net/aspose.cells.externalconnections/externalconnection/credentials) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. |
| [background_refresh](/cells/python-net/aspose.cells.externalconnections/externalconnection/background_refresh) | Indicates whether the connection can be refreshed in the background (asynchronously).
true if preferred usage of the connection is to refresh asynchronously in the background;
false if preferred usage of the connection is to refresh synchronously in the foreground. |
| [parameters](/cells/python-net/aspose.cells.externalconnections/externalconnection/parameters) | Gets [`ConnectionParameterCollection`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection) for an ODBC or web query. |
+| [command](/cells/python-net/aspose.cells.externalconnections/externalconnection/command) | The string containing the database command to pass to the data provider API that will
interact with the external source in order to retrieve data |
+| [command_type](/cells/python-net/aspose.cells.externalconnections/externalconnection/command_type) | Specifies the OLE DB command type.
1. Query specifies a cube name
2. Query specifies a SQL statement
3. Query specifies a table name
4. Query specifies that default information has been given, and it is up to the provider how to interpret.
5. Query is against a web based List Data Provider. |
+| [connection_string](/cells/python-net/aspose.cells.externalconnections/externalconnection/connection_string) | The connection information string is used to make contact with an OLE DB or ODBC data source. |
+| [second_command](/cells/python-net/aspose.cells.externalconnections/externalconnection/second_command) | Specifies a second command text string that is persisted when PivotTable server-based
page fields are in use.
For ODBC connections, serverCommand is usually a broader query than command (no
WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
parameter UI can be populated and parameterized queries can be constructed |
### See Also
* module [`aspose.cells.externalconnections`](..)
* class [`ConnectionParameterCollection`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
diff --git a/english/aspose.cells.externalconnections/externalconnection/class_type/_index.md b/english/aspose.cells.externalconnections/externalconnection/class_type/_index.md
new file mode 100644
index 0000000000..2bde30ec84
--- /dev/null
+++ b/english/aspose.cells.externalconnections/externalconnection/class_type/_index.md
@@ -0,0 +1,25 @@
+---
+title: class_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.externalconnections/externalconnection/class_type/
+is_root: false
+---
+
+## class_type property
+
+
+Gets the type of this [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) object.
+### Definition:
+```python
+@property
+def class_type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
+* class [`ExternalConnectionClassType`](/cells/python-net/aspose.cells.externalconnections/externalconnectionclasstype)
diff --git a/english/aspose.cells.externalconnections/externalconnection/command/_index.md b/english/aspose.cells.externalconnections/externalconnection/command/_index.md
new file mode 100644
index 0000000000..389eae868a
--- /dev/null
+++ b/english/aspose.cells.externalconnections/externalconnection/command/_index.md
@@ -0,0 +1,28 @@
+---
+title: command property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.externalconnections/externalconnection/command/
+is_root: false
+---
+
+## command property
+
+
+The string containing the database command to pass to the data provider API that will
+interact with the external source in order to retrieve data
+### Definition:
+```python
+@property
+def command(self):
+ ...
+@command.setter
+def command(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
diff --git a/english/aspose.cells.externalconnections/externalconnection/command_type/_index.md b/english/aspose.cells.externalconnections/externalconnection/command_type/_index.md
new file mode 100644
index 0000000000..a6d555bd00
--- /dev/null
+++ b/english/aspose.cells.externalconnections/externalconnection/command_type/_index.md
@@ -0,0 +1,33 @@
+---
+title: command_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.externalconnections/externalconnection/command_type/
+is_root: false
+---
+
+## command_type property
+
+
+Specifies the OLE DB command type.
+1. Query specifies a cube name
+2. Query specifies a SQL statement
+3. Query specifies a table name
+4. Query specifies that default information has been given, and it is up to the provider how to interpret.
+5. Query is against a web based List Data Provider.
+### Definition:
+```python
+@property
+def command_type(self):
+ ...
+@command_type.setter
+def command_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
+* class [`OLEDBCommandType`](/cells/python-net/aspose.cells.externalconnections/oledbcommandtype)
diff --git a/english/aspose.cells.externalconnections/externalconnection/connection_description/_index.md b/english/aspose.cells.externalconnections/externalconnection/connection_description/_index.md
index 50df3d30ec..52ee6b0170 100644
--- a/english/aspose.cells.externalconnections/externalconnection/connection_description/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/connection_description/_index.md
@@ -3,7 +3,7 @@ title: connection_description property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 70
url: /aspose.cells.externalconnections/externalconnection/connection_description/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/connection_file/_index.md b/english/aspose.cells.externalconnections/externalconnection/connection_file/_index.md
new file mode 100644
index 0000000000..558a9cce45
--- /dev/null
+++ b/english/aspose.cells.externalconnections/externalconnection/connection_file/_index.md
@@ -0,0 +1,24 @@
+---
+title: connection_file property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.externalconnections/externalconnection/connection_file/
+is_root: false
+---
+
+## connection_file property
+
+
+Gets the connection file.
+### Definition:
+```python
+@property
+def connection_file(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
diff --git a/english/aspose.cells.externalconnections/externalconnection/connection_id/_index.md b/english/aspose.cells.externalconnections/externalconnection/connection_id/_index.md
index d93dbe8541..ab130001c1 100644
--- a/english/aspose.cells.externalconnections/externalconnection/connection_id/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/connection_id/_index.md
@@ -3,7 +3,7 @@ title: connection_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 90
url: /aspose.cells.externalconnections/externalconnection/connection_id/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Specifies The unique identifier of this connection.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.Id property.
+This property will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/externalconnection/connection_string/_index.md b/english/aspose.cells.externalconnections/externalconnection/connection_string/_index.md
new file mode 100644
index 0000000000..db2dbca8dd
--- /dev/null
+++ b/english/aspose.cells.externalconnections/externalconnection/connection_string/_index.md
@@ -0,0 +1,27 @@
+---
+title: connection_string property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cells.externalconnections/externalconnection/connection_string/
+is_root: false
+---
+
+## connection_string property
+
+
+The connection information string is used to make contact with an OLE DB or ODBC data source.
+### Definition:
+```python
+@property
+def connection_string(self):
+ ...
+@connection_string.setter
+def connection_string(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
diff --git a/english/aspose.cells.externalconnections/externalconnection/credentials/_index.md b/english/aspose.cells.externalconnections/externalconnection/credentials/_index.md
index 92e3709281..8cdf48fc75 100644
--- a/english/aspose.cells.externalconnections/externalconnection/credentials/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/credentials/_index.md
@@ -3,7 +3,7 @@ title: credentials property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 110
url: /aspose.cells.externalconnections/externalconnection/credentials/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/credentials_method_type/_index.md b/english/aspose.cells.externalconnections/externalconnection/credentials_method_type/_index.md
index bdfbd25b7d..4ecd0dfdb6 100644
--- a/english/aspose.cells.externalconnections/externalconnection/credentials_method_type/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/credentials_method_type/_index.md
@@ -3,7 +3,7 @@ title: credentials_method_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 120
url: /aspose.cells.externalconnections/externalconnection/credentials_method_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/id/_index.md b/english/aspose.cells.externalconnections/externalconnection/id/_index.md
index 4798375341..21a2ad82b3 100644
--- a/english/aspose.cells.externalconnections/externalconnection/id/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/id/_index.md
@@ -3,7 +3,7 @@ title: id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 130
url: /aspose.cells.externalconnections/externalconnection/id/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/is_deleted/_index.md b/english/aspose.cells.externalconnections/externalconnection/is_deleted/_index.md
index 4cab1016d8..343fe9bb21 100644
--- a/english/aspose.cells.externalconnections/externalconnection/is_deleted/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/is_deleted/_index.md
@@ -3,7 +3,7 @@ title: is_deleted property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 140
url: /aspose.cells.externalconnections/externalconnection/is_deleted/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/is_new/_index.md b/english/aspose.cells.externalconnections/externalconnection/is_new/_index.md
index afd1b0b95a..1f887b2cae 100644
--- a/english/aspose.cells.externalconnections/externalconnection/is_new/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/is_new/_index.md
@@ -3,7 +3,7 @@ title: is_new property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 150
url: /aspose.cells.externalconnections/externalconnection/is_new/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/keep_alive/_index.md b/english/aspose.cells.externalconnections/externalconnection/keep_alive/_index.md
index d3dd01df85..18cc26e233 100644
--- a/english/aspose.cells.externalconnections/externalconnection/keep_alive/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/keep_alive/_index.md
@@ -3,7 +3,7 @@ title: keep_alive property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 160
url: /aspose.cells.externalconnections/externalconnection/keep_alive/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/name/_index.md b/english/aspose.cells.externalconnections/externalconnection/name/_index.md
index e07848445c..7eda8567d4 100644
--- a/english/aspose.cells.externalconnections/externalconnection/name/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 170
url: /aspose.cells.externalconnections/externalconnection/name/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/odc_file/_index.md b/english/aspose.cells.externalconnections/externalconnection/odc_file/_index.md
index 6a5c6965f1..0af277b62d 100644
--- a/english/aspose.cells.externalconnections/externalconnection/odc_file/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/odc_file/_index.md
@@ -3,7 +3,7 @@ title: odc_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 180
url: /aspose.cells.externalconnections/externalconnection/odc_file/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/only_use_connection_file/_index.md b/english/aspose.cells.externalconnections/externalconnection/only_use_connection_file/_index.md
index d24d838d58..fc167d57a1 100644
--- a/english/aspose.cells.externalconnections/externalconnection/only_use_connection_file/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/only_use_connection_file/_index.md
@@ -3,7 +3,7 @@ title: only_use_connection_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 190
url: /aspose.cells.externalconnections/externalconnection/only_use_connection_file/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/parameters/_index.md b/english/aspose.cells.externalconnections/externalconnection/parameters/_index.md
index 9640e7fd8f..c13557e512 100644
--- a/english/aspose.cells.externalconnections/externalconnection/parameters/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/parameters/_index.md
@@ -3,7 +3,7 @@ title: parameters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 200
url: /aspose.cells.externalconnections/externalconnection/parameters/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/power_query_formula/_index.md b/english/aspose.cells.externalconnections/externalconnection/power_query_formula/_index.md
index 276ae32d22..8dae52b8ef 100644
--- a/english/aspose.cells.externalconnections/externalconnection/power_query_formula/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/power_query_formula/_index.md
@@ -3,7 +3,7 @@ title: power_query_formula property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 210
url: /aspose.cells.externalconnections/externalconnection/power_query_formula/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/reconnection_method/_index.md b/english/aspose.cells.externalconnections/externalconnection/reconnection_method/_index.md
index 2f660d4fc8..dd03e59ef7 100644
--- a/english/aspose.cells.externalconnections/externalconnection/reconnection_method/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/reconnection_method/_index.md
@@ -3,7 +3,7 @@ title: reconnection_method property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 220
url: /aspose.cells.externalconnections/externalconnection/reconnection_method/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/reconnection_method_type/_index.md b/english/aspose.cells.externalconnections/externalconnection/reconnection_method_type/_index.md
index 04577b050e..4bbab871bf 100644
--- a/english/aspose.cells.externalconnections/externalconnection/reconnection_method_type/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/reconnection_method_type/_index.md
@@ -3,7 +3,7 @@ title: reconnection_method_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 230
url: /aspose.cells.externalconnections/externalconnection/reconnection_method_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/refresh_internal/_index.md b/english/aspose.cells.externalconnections/externalconnection/refresh_internal/_index.md
index 1dd77435b7..d271b85192 100644
--- a/english/aspose.cells.externalconnections/externalconnection/refresh_internal/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/refresh_internal/_index.md
@@ -3,7 +3,7 @@ title: refresh_internal property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 240
url: /aspose.cells.externalconnections/externalconnection/refresh_internal/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/refresh_on_load/_index.md b/english/aspose.cells.externalconnections/externalconnection/refresh_on_load/_index.md
index 0bcd8814fa..dc3bdbe6bf 100644
--- a/english/aspose.cells.externalconnections/externalconnection/refresh_on_load/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/refresh_on_load/_index.md
@@ -3,7 +3,7 @@ title: refresh_on_load property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 250
url: /aspose.cells.externalconnections/externalconnection/refresh_on_load/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/save_data/_index.md b/english/aspose.cells.externalconnections/externalconnection/save_data/_index.md
index 228fca6f37..0debeddd80 100644
--- a/english/aspose.cells.externalconnections/externalconnection/save_data/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/save_data/_index.md
@@ -3,7 +3,7 @@ title: save_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 260
url: /aspose.cells.externalconnections/externalconnection/save_data/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/save_password/_index.md b/english/aspose.cells.externalconnections/externalconnection/save_password/_index.md
index 6afbfb9142..cfc3edc279 100644
--- a/english/aspose.cells.externalconnections/externalconnection/save_password/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/save_password/_index.md
@@ -3,7 +3,7 @@ title: save_password property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 270
url: /aspose.cells.externalconnections/externalconnection/save_password/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/second_command/_index.md b/english/aspose.cells.externalconnections/externalconnection/second_command/_index.md
new file mode 100644
index 0000000000..c6da6ae370
--- /dev/null
+++ b/english/aspose.cells.externalconnections/externalconnection/second_command/_index.md
@@ -0,0 +1,31 @@
+---
+title: second_command property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 280
+url: /aspose.cells.externalconnections/externalconnection/second_command/
+is_root: false
+---
+
+## second_command property
+
+
+Specifies a second command text string that is persisted when PivotTable server-based
+page fields are in use.
+For ODBC connections, serverCommand is usually a broader query than command (no
+WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
+parameter UI can be populated and parameterized queries can be constructed
+### Definition:
+```python
+@property
+def second_command(self):
+ ...
+@second_command.setter
+def second_command(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
diff --git a/english/aspose.cells.externalconnections/externalconnection/source_file/_index.md b/english/aspose.cells.externalconnections/externalconnection/source_file/_index.md
index 4cbf7adca4..d6850102df 100644
--- a/english/aspose.cells.externalconnections/externalconnection/source_file/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/source_file/_index.md
@@ -3,7 +3,7 @@ title: source_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 290
url: /aspose.cells.externalconnections/externalconnection/source_file/
is_root: false
---
@@ -11,8 +11,8 @@ is_root: false
## source_file property
-Used when the external data source is file-based. When a connection to such a data
-source fails, the spreadsheet application attempts to connect directly to this file. May be
+Used when the external data source is file-based.
+When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation.
### Definition:
```python
diff --git a/english/aspose.cells.externalconnections/externalconnection/source_type/_index.md b/english/aspose.cells.externalconnections/externalconnection/source_type/_index.md
new file mode 100644
index 0000000000..c268346eef
--- /dev/null
+++ b/english/aspose.cells.externalconnections/externalconnection/source_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: source_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 300
+url: /aspose.cells.externalconnections/externalconnection/source_type/
+is_root: false
+---
+
+## source_type property
+
+
+Gets or Sets the external connection DataSource type.
+### Definition:
+```python
+@property
+def source_type(self):
+ ...
+@source_type.setter
+def source_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ConnectionDataSourceType`](/cells/python-net/aspose.cells.externalconnections/connectiondatasourcetype)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
diff --git a/english/aspose.cells.externalconnections/externalconnection/sso_id/_index.md b/english/aspose.cells.externalconnections/externalconnection/sso_id/_index.md
index 42b26508d4..16cf74003c 100644
--- a/english/aspose.cells.externalconnections/externalconnection/sso_id/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/sso_id/_index.md
@@ -3,7 +3,7 @@ title: sso_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 310
url: /aspose.cells.externalconnections/externalconnection/sso_id/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/externalconnection/type/_index.md b/english/aspose.cells.externalconnections/externalconnection/type/_index.md
index 56a05a3329..8894136128 100644
--- a/english/aspose.cells.externalconnections/externalconnection/type/_index.md
+++ b/english/aspose.cells.externalconnections/externalconnection/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 320
url: /aspose.cells.externalconnections/externalconnection/type/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Gets or Sets the external connection DataSource type.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.SourceType property.
+This property will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/externalconnectionclasstype/_index.md b/english/aspose.cells.externalconnections/externalconnectionclasstype/_index.md
new file mode 100644
index 0000000000..398b59aeb6
--- /dev/null
+++ b/english/aspose.cells.externalconnections/externalconnectionclasstype/_index.md
@@ -0,0 +1,31 @@
+---
+title: ExternalConnectionClassType enumeration
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 110
+url: /aspose.cells.externalconnections/externalconnectionclasstype/
+is_root: false
+---
+
+## ExternalConnectionClassType enumeration
+
+Represents the type of connection
+
+
+
+The ExternalConnectionClassType type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| DATABASE | ODBC or OLE DB |
+| WEB_QUERY | Web query |
+| TEXT_BASED | Based on text |
+| DATA_MODEL | Data model |
+| UNKOWN | |
+
+
+
+### See Also
+* module [`aspose.cells.externalconnections`](..)
diff --git a/english/aspose.cells.externalconnections/htmlformathandlingtype/_index.md b/english/aspose.cells.externalconnections/htmlformathandlingtype/_index.md
index a33a1f4ab4..ab2eb97844 100644
--- a/english/aspose.cells.externalconnections/htmlformathandlingtype/_index.md
+++ b/english/aspose.cells.externalconnections/htmlformathandlingtype/_index.md
@@ -3,7 +3,7 @@ title: HtmlFormatHandlingType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells.externalconnections/htmlformathandlingtype/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/oledbcommandtype/_index.md b/english/aspose.cells.externalconnections/oledbcommandtype/_index.md
index 1f2c1f9be5..63e001a617 100644
--- a/english/aspose.cells.externalconnections/oledbcommandtype/_index.md
+++ b/english/aspose.cells.externalconnections/oledbcommandtype/_index.md
@@ -3,7 +3,7 @@ title: OLEDBCommandType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cells.externalconnections/oledbcommandtype/
is_root: false
---
@@ -25,6 +25,7 @@ The OLEDBCommandType type exposes the following members:
| TABLE_NAME | Specifies a table name |
| DEFAULT_INFORMATION | Specifies that default information has been given, and it is up to the provider how to interpret. |
| WEB_BASED_LIST | Specifies a query which is against a web based List Data Provider. |
+| TABLE_COLLECTION | Specifies the table list. |
diff --git a/english/aspose.cells.externalconnections/reconnectionmethodtype/_index.md b/english/aspose.cells.externalconnections/reconnectionmethodtype/_index.md
index 198de16010..390ba537ec 100644
--- a/english/aspose.cells.externalconnections/reconnectionmethodtype/_index.md
+++ b/english/aspose.cells.externalconnections/reconnectionmethodtype/_index.md
@@ -3,7 +3,7 @@ title: ReConnectionMethodType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cells.externalconnections/reconnectionmethodtype/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/sqldatatype/_index.md b/english/aspose.cells.externalconnections/sqldatatype/_index.md
index 49083fe7c5..cd3fedf36a 100644
--- a/english/aspose.cells.externalconnections/sqldatatype/_index.md
+++ b/english/aspose.cells.externalconnections/sqldatatype/_index.md
@@ -3,7 +3,7 @@ title: SqlDataType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells.externalconnections/sqldatatype/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/_index.md
index ba719bb251..12dd68c3bd 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/_index.md
@@ -27,9 +27,11 @@ The WebQueryConnection type exposes the following members:
| Property | Description |
| :- | :- |
| [id](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/id) | Gets the id of the connection. |
+| [connection_id](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/connection_id) | Specifies The unique identifier of this connection. |
+| [class_type](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/class_type) | Gets the type of this [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) object. |
| [power_query_formula](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/power_query_formula) | Gets the definition of power query formula. |
| [type](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/type) | Gets or Sets the external connection DataSource type. |
-| [source_file](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/source_file) | Used when the external data source is file-based. When a connection to such a data
source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation. |
+| [source_type](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/source_type) | Gets or Sets the external connection DataSource type. |
| [sso_id](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/sso_id) | Identifier for Single Sign On (SSO) used for authentication between an intermediate
spreadsheetML server and the external data source. |
| [save_password](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/save_password) | True if the password is to be saved as part of the connection string; otherwise, False. |
| [save_data](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/save_data) | True if the external data fetched over the connection to populate a table is to be saved
with the workbook; otherwise, false. |
@@ -38,17 +40,22 @@ The WebQueryConnection type exposes the following members:
| [reconnection_method](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/reconnection_method) | Specifies what the spreadsheet application should do when a connection fails.
The default value is ReConnectionMethodType.Required. |
| [only_use_connection_file](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/only_use_connection_file) | Indicates whether the spreadsheet application should always and only use the
connection information in the external connection file indicated by the odcFile attribute
when the connection is refreshed. If false, then the spreadsheet application
should follow the procedure indicated by the reconnectionMethod attribute |
| [odc_file](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/odc_file) | Specifies the full path to external connection file from which this connection was
created. If a connection fails during an attempt to refresh data, and reconnectionMethod=1,
then the spreadsheet application will try again using information from the external connection file
instead of the connection object embedded within the workbook. |
+| [source_file](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/source_file) | Used when the external data source is file-based.
When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation. |
+| [connection_file](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/connection_file) | Gets the connection file. |
| [is_new](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/is_new) | True if the connection has not been refreshed for the first time; otherwise, false.
This state can happen when the user saves the file before a query has finished returning. |
| [name](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/name) | Specifies the name of the connection. Each connection must have a unique name. |
| [keep_alive](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/keep_alive) | True when the spreadsheet application should make efforts to keep the connection
open. When false, the application should close the connection after retrieving the
information. |
| [refresh_internal](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/refresh_internal) | Specifies the number of minutes between automatic refreshes of the connection. |
-| [connection_id](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/connection_id) | Specifies The unique identifier of this connection. |
| [connection_description](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/connection_description) | Specifies the user description for this connection |
| [is_deleted](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/is_deleted) | Indicates whether the associated workbook connection has been deleted. true if the
connection has been deleted; otherwise, false. |
| [credentials_method_type](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/credentials_method_type) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. |
| [credentials](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/credentials) | Specifies the authentication method to be used when establishing (or re-establishing) the connection. |
| [background_refresh](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/background_refresh) | Indicates whether the connection can be refreshed in the background (asynchronously).
true if preferred usage of the connection is to refresh asynchronously in the background;
false if preferred usage of the connection is to refresh synchronously in the foreground. |
| [parameters](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/parameters) | Gets [`ConnectionParameterCollection`](/cells/python-net/aspose.cells.externalconnections/connectionparametercollection) for an ODBC or web query. |
+| [command](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/command) | The string containing the database command to pass to the data provider API that will
interact with the external source in order to retrieve data |
+| [command_type](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/command_type) | Specifies the OLE DB command type.
1. Query specifies a cube name
2. Query specifies a SQL statement
3. Query specifies a table name
4. Query specifies that default information has been given, and it is up to the provider how to interpret.
5. Query is against a web based List Data Provider. |
+| [connection_string](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/connection_string) | The connection information string is used to make contact with an OLE DB or ODBC data source. |
+| [second_command](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/second_command) | Specifies a second command text string that is persisted when PivotTable server-based
page fields are in use.
For ODBC connections, serverCommand is usually a broader query than command (no
WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
parameter UI can be populated and parameterized queries can be constructed |
| [is_xml](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/is_xml) | true if the web query source is XML (versus HTML), otherwise false. |
| [is_xl97](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/is_xl97) | This flag exists for backward compatibility with older existing spreadsheet files, and is set
to true if this web query was created in Microsoft Excel 97.
This is an optional attribute that can be ignored. |
| [is_xl2000](/cells/python-net/aspose.cells.externalconnections/webqueryconnection/is_xl2000) | This flag exists for backward compatibility with older existing spreadsheet files, and is set
to true if this web query was refreshed in a spreadsheet application newer than or equal
to Microsoft Excel 2000.
This is an optional attribute that can be ignored. |
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/class_type/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/class_type/_index.md
new file mode 100644
index 0000000000..bd693b9b45
--- /dev/null
+++ b/english/aspose.cells.externalconnections/webqueryconnection/class_type/_index.md
@@ -0,0 +1,26 @@
+---
+title: class_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.externalconnections/webqueryconnection/class_type/
+is_root: false
+---
+
+## class_type property
+
+
+Gets the type of this [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection) object.
+### Definition:
+```python
+@property
+def class_type(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ExternalConnection`](/cells/python-net/aspose.cells.externalconnections/externalconnection)
+* class [`ExternalConnectionClassType`](/cells/python-net/aspose.cells.externalconnections/externalconnectionclasstype)
+* class [`WebQueryConnection`](/cells/python-net/aspose.cells.externalconnections/webqueryconnection)
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/command/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/command/_index.md
new file mode 100644
index 0000000000..c2ed9180e8
--- /dev/null
+++ b/english/aspose.cells.externalconnections/webqueryconnection/command/_index.md
@@ -0,0 +1,28 @@
+---
+title: command property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.externalconnections/webqueryconnection/command/
+is_root: false
+---
+
+## command property
+
+
+The string containing the database command to pass to the data provider API that will
+interact with the external source in order to retrieve data
+### Definition:
+```python
+@property
+def command(self):
+ ...
+@command.setter
+def command(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`WebQueryConnection`](/cells/python-net/aspose.cells.externalconnections/webqueryconnection)
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/command_type/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/command_type/_index.md
new file mode 100644
index 0000000000..36b1dfa4fd
--- /dev/null
+++ b/english/aspose.cells.externalconnections/webqueryconnection/command_type/_index.md
@@ -0,0 +1,33 @@
+---
+title: command_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 60
+url: /aspose.cells.externalconnections/webqueryconnection/command_type/
+is_root: false
+---
+
+## command_type property
+
+
+Specifies the OLE DB command type.
+1. Query specifies a cube name
+2. Query specifies a SQL statement
+3. Query specifies a table name
+4. Query specifies that default information has been given, and it is up to the provider how to interpret.
+5. Query is against a web based List Data Provider.
+### Definition:
+```python
+@property
+def command_type(self):
+ ...
+@command_type.setter
+def command_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`OLEDBCommandType`](/cells/python-net/aspose.cells.externalconnections/oledbcommandtype)
+* class [`WebQueryConnection`](/cells/python-net/aspose.cells.externalconnections/webqueryconnection)
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/connection_description/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/connection_description/_index.md
index 9d64d34e24..23875cc712 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/connection_description/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/connection_description/_index.md
@@ -3,7 +3,7 @@ title: connection_description property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 70
url: /aspose.cells.externalconnections/webqueryconnection/connection_description/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/connection_file/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/connection_file/_index.md
new file mode 100644
index 0000000000..0eef972cff
--- /dev/null
+++ b/english/aspose.cells.externalconnections/webqueryconnection/connection_file/_index.md
@@ -0,0 +1,24 @@
+---
+title: connection_file property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 80
+url: /aspose.cells.externalconnections/webqueryconnection/connection_file/
+is_root: false
+---
+
+## connection_file property
+
+
+Gets the connection file.
+### Definition:
+```python
+@property
+def connection_file(self):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`WebQueryConnection`](/cells/python-net/aspose.cells.externalconnections/webqueryconnection)
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/connection_id/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/connection_id/_index.md
index ab8087e3af..e4c8effc64 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/connection_id/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/connection_id/_index.md
@@ -3,7 +3,7 @@ title: connection_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 90
url: /aspose.cells.externalconnections/webqueryconnection/connection_id/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Specifies The unique identifier of this connection.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.Id property.
+This property will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/connection_string/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/connection_string/_index.md
new file mode 100644
index 0000000000..9269df14e5
--- /dev/null
+++ b/english/aspose.cells.externalconnections/webqueryconnection/connection_string/_index.md
@@ -0,0 +1,27 @@
+---
+title: connection_string property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 100
+url: /aspose.cells.externalconnections/webqueryconnection/connection_string/
+is_root: false
+---
+
+## connection_string property
+
+
+The connection information string is used to make contact with an OLE DB or ODBC data source.
+### Definition:
+```python
+@property
+def connection_string(self):
+ ...
+@connection_string.setter
+def connection_string(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`WebQueryConnection`](/cells/python-net/aspose.cells.externalconnections/webqueryconnection)
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/credentials/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/credentials/_index.md
index a8d929b33d..701dabcd35 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/credentials/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/credentials/_index.md
@@ -3,7 +3,7 @@ title: credentials property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 110
url: /aspose.cells.externalconnections/webqueryconnection/credentials/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/credentials_method_type/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/credentials_method_type/_index.md
index 5a824b0fe8..98b9181551 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/credentials_method_type/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/credentials_method_type/_index.md
@@ -3,7 +3,7 @@ title: credentials_method_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 120
url: /aspose.cells.externalconnections/webqueryconnection/credentials_method_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/edit_page/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/edit_page/_index.md
index e6ab737b6d..93d5ef25a6 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/edit_page/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/edit_page/_index.md
@@ -3,7 +3,7 @@ title: edit_page property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 130
url: /aspose.cells.externalconnections/webqueryconnection/edit_page/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/edit_web_page/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/edit_web_page/_index.md
index 95955f25a8..16b056afe2 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/edit_web_page/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/edit_web_page/_index.md
@@ -3,7 +3,7 @@ title: edit_web_page property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 140
url: /aspose.cells.externalconnections/webqueryconnection/edit_web_page/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/html_format/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/html_format/_index.md
index 80ff5233c4..365e749cb2 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/html_format/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/html_format/_index.md
@@ -3,7 +3,7 @@ title: html_format property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 150
url: /aspose.cells.externalconnections/webqueryconnection/html_format/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/id/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/id/_index.md
index a04b5cc230..9b703a3f93 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/id/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/id/_index.md
@@ -3,7 +3,7 @@ title: id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 160
url: /aspose.cells.externalconnections/webqueryconnection/id/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_consecutive/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_consecutive/_index.md
index 534fb6699d..7dba0dc711 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_consecutive/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_consecutive/_index.md
@@ -3,7 +3,7 @@ title: is_consecutive property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 170
url: /aspose.cells.externalconnections/webqueryconnection/is_consecutive/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_deleted/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_deleted/_index.md
index 53f3806008..f8cfea165e 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_deleted/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_deleted/_index.md
@@ -3,7 +3,7 @@ title: is_deleted property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 180
url: /aspose.cells.externalconnections/webqueryconnection/is_deleted/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_html_tables/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_html_tables/_index.md
index 9e8e991619..c2d80e46ff 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_html_tables/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_html_tables/_index.md
@@ -3,7 +3,7 @@ title: is_html_tables property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 190
url: /aspose.cells.externalconnections/webqueryconnection/is_html_tables/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_new/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_new/_index.md
index d6e8e0d9a8..af470f925b 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_new/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_new/_index.md
@@ -3,7 +3,7 @@ title: is_new property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 200
url: /aspose.cells.externalconnections/webqueryconnection/is_new/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_parse_pre/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_parse_pre/_index.md
index ae2e9cda5d..c81d998c67 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_parse_pre/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_parse_pre/_index.md
@@ -3,7 +3,7 @@ title: is_parse_pre property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 210
url: /aspose.cells.externalconnections/webqueryconnection/is_parse_pre/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_same_settings/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_same_settings/_index.md
index 9bd6b2f066..2b7d820650 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_same_settings/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_same_settings/_index.md
@@ -3,7 +3,7 @@ title: is_same_settings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 220
url: /aspose.cells.externalconnections/webqueryconnection/is_same_settings/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_text_dates/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_text_dates/_index.md
index bc6e10c31b..e62269289d 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_text_dates/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_text_dates/_index.md
@@ -3,7 +3,7 @@ title: is_text_dates property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 230
url: /aspose.cells.externalconnections/webqueryconnection/is_text_dates/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_xl2000/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_xl2000/_index.md
index 23436c9141..79d575ee36 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_xl2000/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_xl2000/_index.md
@@ -3,7 +3,7 @@ title: is_xl2000 property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 240
url: /aspose.cells.externalconnections/webqueryconnection/is_xl2000/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_xl97/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_xl97/_index.md
index 26603aee08..5f408afb70 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_xl97/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_xl97/_index.md
@@ -3,7 +3,7 @@ title: is_xl97 property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 250
url: /aspose.cells.externalconnections/webqueryconnection/is_xl97/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_xml/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_xml/_index.md
index 99898a7a5b..e0a96fa5d0 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_xml/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_xml/_index.md
@@ -3,7 +3,7 @@ title: is_xml property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 260
url: /aspose.cells.externalconnections/webqueryconnection/is_xml/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/is_xml_source_data/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/is_xml_source_data/_index.md
index 48af691327..10e51bc183 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/is_xml_source_data/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/is_xml_source_data/_index.md
@@ -3,7 +3,7 @@ title: is_xml_source_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 270
url: /aspose.cells.externalconnections/webqueryconnection/is_xml_source_data/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/keep_alive/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/keep_alive/_index.md
index 1b2842e56a..7bd25f7322 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/keep_alive/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/keep_alive/_index.md
@@ -3,7 +3,7 @@ title: keep_alive property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 280
url: /aspose.cells.externalconnections/webqueryconnection/keep_alive/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/name/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/name/_index.md
index 759cdccb9e..ed7749a93b 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/name/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 290
url: /aspose.cells.externalconnections/webqueryconnection/name/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/odc_file/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/odc_file/_index.md
index e692d19696..0cc0c749db 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/odc_file/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/odc_file/_index.md
@@ -3,7 +3,7 @@ title: odc_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 300
url: /aspose.cells.externalconnections/webqueryconnection/odc_file/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/only_use_connection_file/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/only_use_connection_file/_index.md
index 49432c6768..ea2337c3c2 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/only_use_connection_file/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/only_use_connection_file/_index.md
@@ -3,7 +3,7 @@ title: only_use_connection_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 310
url: /aspose.cells.externalconnections/webqueryconnection/only_use_connection_file/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/parameters/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/parameters/_index.md
index 09d7633c4a..ee076bb134 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/parameters/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/parameters/_index.md
@@ -3,7 +3,7 @@ title: parameters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 320
url: /aspose.cells.externalconnections/webqueryconnection/parameters/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/post/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/post/_index.md
index 7dbfb33ee1..f3ba5cec6f 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/post/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/post/_index.md
@@ -3,7 +3,7 @@ title: post property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 330
url: /aspose.cells.externalconnections/webqueryconnection/post/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/power_query_formula/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/power_query_formula/_index.md
index e5a2a26481..0fd2924ee6 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/power_query_formula/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/power_query_formula/_index.md
@@ -3,7 +3,7 @@ title: power_query_formula property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 340
url: /aspose.cells.externalconnections/webqueryconnection/power_query_formula/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/reconnection_method/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/reconnection_method/_index.md
index 060a3b820b..51fff58595 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/reconnection_method/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/reconnection_method/_index.md
@@ -3,7 +3,7 @@ title: reconnection_method property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 350
url: /aspose.cells.externalconnections/webqueryconnection/reconnection_method/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/reconnection_method_type/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/reconnection_method_type/_index.md
index 594cc7e5e9..de8190cb7e 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/reconnection_method_type/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/reconnection_method_type/_index.md
@@ -3,7 +3,7 @@ title: reconnection_method_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 360
url: /aspose.cells.externalconnections/webqueryconnection/reconnection_method_type/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/refresh_internal/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/refresh_internal/_index.md
index 308b4d123f..a7a166c14c 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/refresh_internal/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/refresh_internal/_index.md
@@ -3,7 +3,7 @@ title: refresh_internal property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 370
url: /aspose.cells.externalconnections/webqueryconnection/refresh_internal/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/refresh_on_load/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/refresh_on_load/_index.md
index a3c8db3614..d45180decf 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/refresh_on_load/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/refresh_on_load/_index.md
@@ -3,7 +3,7 @@ title: refresh_on_load property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 380
url: /aspose.cells.externalconnections/webqueryconnection/refresh_on_load/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/save_data/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/save_data/_index.md
index 373799cae1..ce1bcc7f6c 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/save_data/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/save_data/_index.md
@@ -3,7 +3,7 @@ title: save_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 390
url: /aspose.cells.externalconnections/webqueryconnection/save_data/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/save_password/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/save_password/_index.md
index 672517bd1a..27cfc79ea8 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/save_password/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/save_password/_index.md
@@ -3,7 +3,7 @@ title: save_password property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 400
url: /aspose.cells.externalconnections/webqueryconnection/save_password/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/second_command/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/second_command/_index.md
new file mode 100644
index 0000000000..5e94c25454
--- /dev/null
+++ b/english/aspose.cells.externalconnections/webqueryconnection/second_command/_index.md
@@ -0,0 +1,31 @@
+---
+title: second_command property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 410
+url: /aspose.cells.externalconnections/webqueryconnection/second_command/
+is_root: false
+---
+
+## second_command property
+
+
+Specifies a second command text string that is persisted when PivotTable server-based
+page fields are in use.
+For ODBC connections, serverCommand is usually a broader query than command (no
+WHERE clause is present in the former). Based on these 2 commands(Command and ServerCommand),
+parameter UI can be populated and parameterized queries can be constructed
+### Definition:
+```python
+@property
+def second_command(self):
+ ...
+@second_command.setter
+def second_command(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`WebQueryConnection`](/cells/python-net/aspose.cells.externalconnections/webqueryconnection)
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/source_file/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/source_file/_index.md
index e65bb03a96..cc355d965c 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/source_file/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/source_file/_index.md
@@ -3,7 +3,7 @@ title: source_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 420
url: /aspose.cells.externalconnections/webqueryconnection/source_file/
is_root: false
---
@@ -11,8 +11,8 @@ is_root: false
## source_file property
-Used when the external data source is file-based. When a connection to such a data
-source fails, the spreadsheet application attempts to connect directly to this file. May be
+Used when the external data source is file-based.
+When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be
expressed in URI or system-specific file path notation.
### Definition:
```python
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/source_type/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/source_type/_index.md
new file mode 100644
index 0000000000..a986747245
--- /dev/null
+++ b/english/aspose.cells.externalconnections/webqueryconnection/source_type/_index.md
@@ -0,0 +1,28 @@
+---
+title: source_type property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 430
+url: /aspose.cells.externalconnections/webqueryconnection/source_type/
+is_root: false
+---
+
+## source_type property
+
+
+Gets or Sets the external connection DataSource type.
+### Definition:
+```python
+@property
+def source_type(self):
+ ...
+@source_type.setter
+def source_type(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.externalconnections`](../../)
+* class [`ConnectionDataSourceType`](/cells/python-net/aspose.cells.externalconnections/connectiondatasourcetype)
+* class [`WebQueryConnection`](/cells/python-net/aspose.cells.externalconnections/webqueryconnection)
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/sso_id/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/sso_id/_index.md
index df4f9b49ec..fa067df8de 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/sso_id/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/sso_id/_index.md
@@ -3,7 +3,7 @@ title: sso_id property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 440
url: /aspose.cells.externalconnections/webqueryconnection/sso_id/
is_root: false
---
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/type/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/type/_index.md
index ce50759727..31439570e9 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/type/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/type/_index.md
@@ -3,7 +3,7 @@ title: type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 450
url: /aspose.cells.externalconnections/webqueryconnection/type/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Gets or Sets the external connection DataSource type.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use ExternalConnection.SourceType property.
+This property will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.externalconnections/webqueryconnection/url/_index.md b/english/aspose.cells.externalconnections/webqueryconnection/url/_index.md
index 62ff125964..d47603486d 100644
--- a/english/aspose.cells.externalconnections/webqueryconnection/url/_index.md
+++ b/english/aspose.cells.externalconnections/webqueryconnection/url/_index.md
@@ -3,7 +3,7 @@ title: url property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 460
url: /aspose.cells.externalconnections/webqueryconnection/url/
is_root: false
---
diff --git a/english/aspose.cells.pivot/_index.md b/english/aspose.cells.pivot/_index.md
index fb1bec152f..d2356ba06b 100644
--- a/english/aspose.cells.pivot/_index.md
+++ b/english/aspose.cells.pivot/_index.md
@@ -57,6 +57,7 @@ The **Aspose.Cells.Pivot** namespace contains all classes of rendering and mani
| [`PivotItemPositionType`](/cells/python-net/aspose.cells.pivot/pivotitempositiontype) | Represents the position type of the pivot base item in the base field when the ShowDataAs calculation is in use. |
| [`PivotLineType`](/cells/python-net/aspose.cells.pivot/pivotlinetype) | Specifies the type of the PivotLine. |
| [`PivotMissingItemLimitType`](/cells/python-net/aspose.cells.pivot/pivotmissingitemlimittype) | Represents number of items to retain per field. |
+| [`PivotRefreshState`](/cells/python-net/aspose.cells.pivot/pivotrefreshstate) | The state for refreshing pivot tables. |
| [`PivotTableAutoFormatType`](/cells/python-net/aspose.cells.pivot/pivottableautoformattype) | Represents PivotTable auto format type. |
| [`PivotTableSelectionType`](/cells/python-net/aspose.cells.pivot/pivottableselectiontype) | Specifies what can be selected in a PivotTable during a structured selection.
These constants can be combined to select multiple types. |
| [`PivotTableSourceType`](/cells/python-net/aspose.cells.pivot/pivottablesourcetype) | Represents data source type of the pivot table. |
diff --git a/english/aspose.cells.pivot/pivotfield/_index.md b/english/aspose.cells.pivot/pivotfield/_index.md
index 436e7b8301..fee50d63f7 100644
--- a/english/aspose.cells.pivot/pivotfield/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/_index.md
@@ -81,7 +81,8 @@ The PivotField type exposes the following members:
| [get_filters](/cells/python-net/aspose.cells.pivot/pivotfield/get_filters/#) | Gets all pivot filters of this pivot field. |
| [init_pivot_items](/cells/python-net/aspose.cells.pivot/pivotfield/init_pivot_items/#) | Init the pivot items of the pivot field |
| [ungroup](/cells/python-net/aspose.cells.pivot/pivotfield/ungroup/#) | Ungroup the pivot field. |
-| [get_calculated_field_formula](/cells/python-net/aspose.cells.pivot/pivotfield/get_calculated_field_formula/#) | Get the formula string of the specified calculated field . |
+| [get_calculated_field_formula](/cells/python-net/aspose.cells.pivot/pivotfield/get_calculated_field_formula/#) | |
+| [get_formula](/cells/python-net/aspose.cells.pivot/pivotfield/get_formula/#) | Gets formula of the calculated field . |
| [set_subtotals](/cells/python-net/aspose.cells.pivot/pivotfield/set_subtotals/#aspose.cells.pivot.PivotFieldSubtotalType-bool) | Sets whether the specified field shows that subtotals. |
| [get_subtotals](/cells/python-net/aspose.cells.pivot/pivotfield/get_subtotals/#aspose.cells.pivot.PivotFieldSubtotalType) | Indicates whether showing specified subtotal. |
| [show_values_as](/cells/python-net/aspose.cells.pivot/pivotfield/show_values_as/#aspose.cells.pivot.PivotFieldDataDisplayFormat-int-aspose.cells.pivot.PivotItemPositionType-int) | Shows values of data field as different display format when the ShowDataAs calculation is in use. |
diff --git a/english/aspose.cells.pivot/pivotfield/auto_show_count/_index.md b/english/aspose.cells.pivot/pivotfield/auto_show_count/_index.md
index 084858ac6f..f082ce45a0 100644
--- a/english/aspose.cells.pivot/pivotfield/auto_show_count/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/auto_show_count/_index.md
@@ -3,7 +3,7 @@ title: auto_show_count property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 210
url: /aspose.cells.pivot/pivotfield/auto_show_count/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/auto_show_field/_index.md b/english/aspose.cells.pivot/pivotfield/auto_show_field/_index.md
index 89dd11e890..8b3d8b5bae 100644
--- a/english/aspose.cells.pivot/pivotfield/auto_show_field/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/auto_show_field/_index.md
@@ -3,7 +3,7 @@ title: auto_show_field property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 220
url: /aspose.cells.pivot/pivotfield/auto_show_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/auto_sort_field/_index.md b/english/aspose.cells.pivot/pivotfield/auto_sort_field/_index.md
index 20712321b2..44a96a6b79 100644
--- a/english/aspose.cells.pivot/pivotfield/auto_sort_field/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/auto_sort_field/_index.md
@@ -3,7 +3,7 @@ title: auto_sort_field property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 230
url: /aspose.cells.pivot/pivotfield/auto_sort_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/base_field_index/_index.md b/english/aspose.cells.pivot/pivotfield/base_field_index/_index.md
index 88a2049af5..a8ddb57851 100644
--- a/english/aspose.cells.pivot/pivotfield/base_field_index/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/base_field_index/_index.md
@@ -3,7 +3,7 @@ title: base_field_index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 240
url: /aspose.cells.pivot/pivotfield/base_field_index/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/base_index/_index.md b/english/aspose.cells.pivot/pivotfield/base_index/_index.md
index ca70442829..35e6cac676 100644
--- a/english/aspose.cells.pivot/pivotfield/base_index/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/base_index/_index.md
@@ -3,7 +3,7 @@ title: base_index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 240
+weight: 250
url: /aspose.cells.pivot/pivotfield/base_index/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/base_item_index/_index.md b/english/aspose.cells.pivot/pivotfield/base_item_index/_index.md
index be94bb29a8..80b53e5c23 100644
--- a/english/aspose.cells.pivot/pivotfield/base_item_index/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/base_item_index/_index.md
@@ -3,7 +3,7 @@ title: base_item_index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 260
url: /aspose.cells.pivot/pivotfield/base_item_index/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/base_item_position/_index.md b/english/aspose.cells.pivot/pivotfield/base_item_position/_index.md
index a3d626a6b5..4c79749d56 100644
--- a/english/aspose.cells.pivot/pivotfield/base_item_position/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/base_item_position/_index.md
@@ -3,7 +3,7 @@ title: base_item_position property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 270
url: /aspose.cells.pivot/pivotfield/base_item_position/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/current_page_item/_index.md b/english/aspose.cells.pivot/pivotfield/current_page_item/_index.md
index 6f17a9eae5..4bfa90b6ff 100644
--- a/english/aspose.cells.pivot/pivotfield/current_page_item/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/current_page_item/_index.md
@@ -3,7 +3,7 @@ title: current_page_item property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 280
url: /aspose.cells.pivot/pivotfield/current_page_item/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/data_display_format/_index.md b/english/aspose.cells.pivot/pivotfield/data_display_format/_index.md
index c2b05f4632..f7a790b859 100644
--- a/english/aspose.cells.pivot/pivotfield/data_display_format/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/data_display_format/_index.md
@@ -3,7 +3,7 @@ title: data_display_format property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 290
url: /aspose.cells.pivot/pivotfield/data_display_format/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/display_name/_index.md b/english/aspose.cells.pivot/pivotfield/display_name/_index.md
index ee261d2e3b..d18f31bd7a 100644
--- a/english/aspose.cells.pivot/pivotfield/display_name/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/display_name/_index.md
@@ -3,7 +3,7 @@ title: display_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 300
url: /aspose.cells.pivot/pivotfield/display_name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/drag_to_column/_index.md b/english/aspose.cells.pivot/pivotfield/drag_to_column/_index.md
index effa275f27..5f62ea6dec 100644
--- a/english/aspose.cells.pivot/pivotfield/drag_to_column/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/drag_to_column/_index.md
@@ -3,7 +3,7 @@ title: drag_to_column property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 310
url: /aspose.cells.pivot/pivotfield/drag_to_column/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/drag_to_data/_index.md b/english/aspose.cells.pivot/pivotfield/drag_to_data/_index.md
index 0020dc0b00..834db8fe16 100644
--- a/english/aspose.cells.pivot/pivotfield/drag_to_data/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/drag_to_data/_index.md
@@ -3,7 +3,7 @@ title: drag_to_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 310
+weight: 320
url: /aspose.cells.pivot/pivotfield/drag_to_data/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/drag_to_hide/_index.md b/english/aspose.cells.pivot/pivotfield/drag_to_hide/_index.md
index 518a933c17..b6e4e3b224 100644
--- a/english/aspose.cells.pivot/pivotfield/drag_to_hide/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/drag_to_hide/_index.md
@@ -3,7 +3,7 @@ title: drag_to_hide property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 330
url: /aspose.cells.pivot/pivotfield/drag_to_hide/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/drag_to_page/_index.md b/english/aspose.cells.pivot/pivotfield/drag_to_page/_index.md
index af077e56e6..a1457768fb 100644
--- a/english/aspose.cells.pivot/pivotfield/drag_to_page/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/drag_to_page/_index.md
@@ -3,7 +3,7 @@ title: drag_to_page property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 340
url: /aspose.cells.pivot/pivotfield/drag_to_page/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/drag_to_row/_index.md b/english/aspose.cells.pivot/pivotfield/drag_to_row/_index.md
index f6334dcf5c..3529f61ec7 100644
--- a/english/aspose.cells.pivot/pivotfield/drag_to_row/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/drag_to_row/_index.md
@@ -3,7 +3,7 @@ title: drag_to_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 350
url: /aspose.cells.pivot/pivotfield/drag_to_row/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/function/_index.md b/english/aspose.cells.pivot/pivotfield/function/_index.md
index f83bf20f77..79ac06707d 100644
--- a/english/aspose.cells.pivot/pivotfield/function/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/function/_index.md
@@ -3,7 +3,7 @@ title: function property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 360
url: /aspose.cells.pivot/pivotfield/function/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/get_calculated_field_formula/_index.md b/english/aspose.cells.pivot/pivotfield/get_calculated_field_formula/_index.md
index a7d3c1f282..c4c4d70d01 100644
--- a/english/aspose.cells.pivot/pivotfield/get_calculated_field_formula/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/get_calculated_field_formula/_index.md
@@ -10,7 +10,7 @@ is_root: false
## get_calculated_field_formula {#}
-Get the formula string of the specified calculated field .
+
diff --git a/english/aspose.cells.pivot/pivotfield/get_formula/_index.md b/english/aspose.cells.pivot/pivotfield/get_formula/_index.md
new file mode 100644
index 0000000000..0ee9afdae8
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotfield/get_formula/_index.md
@@ -0,0 +1,28 @@
+---
+title: get_formula method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 50
+url: /aspose.cells.pivot/pivotfield/get_formula/
+is_root: false
+---
+
+## get_formula {#}
+
+Gets formula of the calculated field .
+
+
+
+```python
+def get_formula(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotField`](/cells/python-net/aspose.cells.pivot/pivotfield)
diff --git a/english/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/_index.md b/english/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/_index.md
index cb8a6657cb..9d365f7d77 100644
--- a/english/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/_index.md
@@ -3,7 +3,7 @@ title: get_pivot_filter_by_type method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.pivot/pivotfield/get_pivot_filter_by_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/get_pivot_filters/_index.md b/english/aspose.cells.pivot/pivotfield/get_pivot_filters/_index.md
index cc198b3167..2effa5335f 100644
--- a/english/aspose.cells.pivot/pivotfield/get_pivot_filters/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/get_pivot_filters/_index.md
@@ -3,7 +3,7 @@ title: get_pivot_filters method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 60
+weight: 70
url: /aspose.cells.pivot/pivotfield/get_pivot_filters/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md b/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md
index d19efd8c86..14260100fa 100644
--- a/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/get_subtotals/_index.md
@@ -3,7 +3,7 @@ title: get_subtotals method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.pivot/pivotfield/get_subtotals/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/group_by/_index.md b/english/aspose.cells.pivot/pivotfield/group_by/_index.md
index 57f8426431..35db25a5b6 100644
--- a/english/aspose.cells.pivot/pivotfield/group_by/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/group_by/_index.md
@@ -3,7 +3,7 @@ title: group_by method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.pivot/pivotfield/group_by/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/group_settings/_index.md b/english/aspose.cells.pivot/pivotfield/group_settings/_index.md
index 65c5de4dea..337a706359 100644
--- a/english/aspose.cells.pivot/pivotfield/group_settings/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/group_settings/_index.md
@@ -3,7 +3,7 @@ title: group_settings property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 370
url: /aspose.cells.pivot/pivotfield/group_settings/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md b/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md
index 83dff18617..02840ab73c 100644
--- a/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/hide_detail/_index.md
@@ -3,7 +3,7 @@ title: hide_detail method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cells.pivot/pivotfield/hide_detail/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/hide_item/_index.md b/english/aspose.cells.pivot/pivotfield/hide_item/_index.md
index 8c1faafb30..4e1bd2ce17 100644
--- a/english/aspose.cells.pivot/pivotfield/hide_item/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/hide_item/_index.md
@@ -3,7 +3,7 @@ title: hide_item method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cells.pivot/pivotfield/hide_item/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/hide_item_detail/_index.md b/english/aspose.cells.pivot/pivotfield/hide_item_detail/_index.md
index 70a7b0f80b..4f74e59403 100644
--- a/english/aspose.cells.pivot/pivotfield/hide_item_detail/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/hide_item_detail/_index.md
@@ -3,7 +3,7 @@ title: hide_item_detail method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells.pivot/pivotfield/hide_item_detail/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/init_pivot_items/_index.md b/english/aspose.cells.pivot/pivotfield/init_pivot_items/_index.md
index fa175598ca..f748fe8e48 100644
--- a/english/aspose.cells.pivot/pivotfield/init_pivot_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/init_pivot_items/_index.md
@@ -3,7 +3,7 @@ title: init_pivot_items method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cells.pivot/pivotfield/init_pivot_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/insert_blank_row/_index.md b/english/aspose.cells.pivot/pivotfield/insert_blank_row/_index.md
index 40dfc88abc..e170cc5568 100644
--- a/english/aspose.cells.pivot/pivotfield/insert_blank_row/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/insert_blank_row/_index.md
@@ -3,7 +3,7 @@ title: insert_blank_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 380
url: /aspose.cells.pivot/pivotfield/insert_blank_row/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_ascend_show/_index.md b/english/aspose.cells.pivot/pivotfield/is_ascend_show/_index.md
index fb0a819cfd..9eecf7c5ca 100644
--- a/english/aspose.cells.pivot/pivotfield/is_ascend_show/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_ascend_show/_index.md
@@ -3,7 +3,7 @@ title: is_ascend_show property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 390
url: /aspose.cells.pivot/pivotfield/is_ascend_show/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_ascend_sort/_index.md b/english/aspose.cells.pivot/pivotfield/is_ascend_sort/_index.md
index 6fb0e03039..c4ac08c555 100644
--- a/english/aspose.cells.pivot/pivotfield/is_ascend_sort/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_ascend_sort/_index.md
@@ -3,7 +3,7 @@ title: is_ascend_sort property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 400
url: /aspose.cells.pivot/pivotfield/is_ascend_sort/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_auto_show/_index.md b/english/aspose.cells.pivot/pivotfield/is_auto_show/_index.md
index a8cfbd7921..f340675d6f 100644
--- a/english/aspose.cells.pivot/pivotfield/is_auto_show/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_auto_show/_index.md
@@ -3,7 +3,7 @@ title: is_auto_show property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 410
url: /aspose.cells.pivot/pivotfield/is_auto_show/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_auto_sort/_index.md b/english/aspose.cells.pivot/pivotfield/is_auto_sort/_index.md
index e1cd828edf..1dfd33ca39 100644
--- a/english/aspose.cells.pivot/pivotfield/is_auto_sort/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_auto_sort/_index.md
@@ -3,7 +3,7 @@ title: is_auto_sort property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 420
url: /aspose.cells.pivot/pivotfield/is_auto_sort/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_auto_subtotals/_index.md b/english/aspose.cells.pivot/pivotfield/is_auto_subtotals/_index.md
index 8ab8ff964f..8e8449158a 100644
--- a/english/aspose.cells.pivot/pivotfield/is_auto_subtotals/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_auto_subtotals/_index.md
@@ -3,7 +3,7 @@ title: is_auto_subtotals property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 430
url: /aspose.cells.pivot/pivotfield/is_auto_subtotals/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_calculated_field/_index.md b/english/aspose.cells.pivot/pivotfield/is_calculated_field/_index.md
index 36b1edeaf7..2b1400a2b4 100644
--- a/english/aspose.cells.pivot/pivotfield/is_calculated_field/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_calculated_field/_index.md
@@ -3,7 +3,7 @@ title: is_calculated_field property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 440
url: /aspose.cells.pivot/pivotfield/is_calculated_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_hidden_item/_index.md b/english/aspose.cells.pivot/pivotfield/is_hidden_item/_index.md
index 64af80e4f5..d05600451c 100644
--- a/english/aspose.cells.pivot/pivotfield/is_hidden_item/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_hidden_item/_index.md
@@ -3,7 +3,7 @@ title: is_hidden_item method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cells.pivot/pivotfield/is_hidden_item/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md b/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md
index 74fccec196..3080761a29 100644
--- a/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_hidden_item_detail/_index.md
@@ -3,7 +3,7 @@ title: is_hidden_item_detail method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells.pivot/pivotfield/is_hidden_item_detail/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/_index.md b/english/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/_index.md
index 9a8d28bf2c..e3aea3af56 100644
--- a/english/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/_index.md
@@ -3,7 +3,7 @@ title: is_include_new_items_in_filter property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 450
url: /aspose.cells.pivot/pivotfield/is_include_new_items_in_filter/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/_index.md b/english/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/_index.md
index 7b8103d40e..1a09053be0 100644
--- a/english/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/_index.md
@@ -3,7 +3,7 @@ title: is_insert_page_breaks_between_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 460
url: /aspose.cells.pivot/pivotfield/is_insert_page_breaks_between_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/_index.md b/english/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/_index.md
index 6c8dbf7c39..468c03a689 100644
--- a/english/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/_index.md
@@ -3,7 +3,7 @@ title: is_multiple_item_selection_allowed property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 460
+weight: 470
url: /aspose.cells.pivot/pivotfield/is_multiple_item_selection_allowed/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/is_repeat_item_labels/_index.md b/english/aspose.cells.pivot/pivotfield/is_repeat_item_labels/_index.md
index 74eca80093..2edcfd3b6a 100644
--- a/english/aspose.cells.pivot/pivotfield/is_repeat_item_labels/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/is_repeat_item_labels/_index.md
@@ -3,7 +3,7 @@ title: is_repeat_item_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 470
+weight: 480
url: /aspose.cells.pivot/pivotfield/is_repeat_item_labels/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/item_count/_index.md b/english/aspose.cells.pivot/pivotfield/item_count/_index.md
index aa754241d1..2d817de7e4 100644
--- a/english/aspose.cells.pivot/pivotfield/item_count/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/item_count/_index.md
@@ -3,7 +3,7 @@ title: item_count property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 480
+weight: 490
url: /aspose.cells.pivot/pivotfield/item_count/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/items/_index.md b/english/aspose.cells.pivot/pivotfield/items/_index.md
index 80b35c08f3..3145d3c7ee 100644
--- a/english/aspose.cells.pivot/pivotfield/items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/items/_index.md
@@ -3,7 +3,7 @@ title: items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 490
+weight: 500
url: /aspose.cells.pivot/pivotfield/items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/name/_index.md b/english/aspose.cells.pivot/pivotfield/name/_index.md
index 9ffb1c1ccb..607b61f410 100644
--- a/english/aspose.cells.pivot/pivotfield/name/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 500
+weight: 510
url: /aspose.cells.pivot/pivotfield/name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/non_auto_sort_default/_index.md b/english/aspose.cells.pivot/pivotfield/non_auto_sort_default/_index.md
index 72aa90d5cf..644cd89dd7 100644
--- a/english/aspose.cells.pivot/pivotfield/non_auto_sort_default/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/non_auto_sort_default/_index.md
@@ -3,7 +3,7 @@ title: non_auto_sort_default property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 510
+weight: 520
url: /aspose.cells.pivot/pivotfield/non_auto_sort_default/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/number/_index.md b/english/aspose.cells.pivot/pivotfield/number/_index.md
index 598e26d2e6..5cddfa3a72 100644
--- a/english/aspose.cells.pivot/pivotfield/number/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/number/_index.md
@@ -3,7 +3,7 @@ title: number property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 520
+weight: 530
url: /aspose.cells.pivot/pivotfield/number/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/number_format/_index.md b/english/aspose.cells.pivot/pivotfield/number_format/_index.md
index 9ce78b70d3..5f64d0859f 100644
--- a/english/aspose.cells.pivot/pivotfield/number_format/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/number_format/_index.md
@@ -3,7 +3,7 @@ title: number_format property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 530
+weight: 540
url: /aspose.cells.pivot/pivotfield/number_format/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/original_items/_index.md b/english/aspose.cells.pivot/pivotfield/original_items/_index.md
index 7f1928f267..de9c7218fc 100644
--- a/english/aspose.cells.pivot/pivotfield/original_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/original_items/_index.md
@@ -3,7 +3,7 @@ title: original_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 540
+weight: 550
url: /aspose.cells.pivot/pivotfield/original_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/pivot_items/_index.md b/english/aspose.cells.pivot/pivotfield/pivot_items/_index.md
index a8283a6b20..88546f96ea 100644
--- a/english/aspose.cells.pivot/pivotfield/pivot_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/pivot_items/_index.md
@@ -3,7 +3,7 @@ title: pivot_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 560
url: /aspose.cells.pivot/pivotfield/pivot_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/position/_index.md b/english/aspose.cells.pivot/pivotfield/position/_index.md
index 729c41aff2..ba8be58736 100644
--- a/english/aspose.cells.pivot/pivotfield/position/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/position/_index.md
@@ -3,7 +3,7 @@ title: position property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 570
url: /aspose.cells.pivot/pivotfield/position/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/range/_index.md b/english/aspose.cells.pivot/pivotfield/range/_index.md
index 540d57c1ee..350b3b636e 100644
--- a/english/aspose.cells.pivot/pivotfield/range/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/range/_index.md
@@ -3,7 +3,7 @@ title: range property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 580
url: /aspose.cells.pivot/pivotfield/range/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md b/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md
index b545e1950c..9fc3c3db49 100644
--- a/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/set_subtotals/_index.md
@@ -3,7 +3,7 @@ title: set_subtotals method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.pivot/pivotfield/set_subtotals/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/show_all_items/_index.md b/english/aspose.cells.pivot/pivotfield/show_all_items/_index.md
index fb21484b5c..81f1ce13ae 100644
--- a/english/aspose.cells.pivot/pivotfield/show_all_items/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_all_items/_index.md
@@ -3,7 +3,7 @@ title: show_all_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 580
+weight: 590
url: /aspose.cells.pivot/pivotfield/show_all_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/show_compact/_index.md b/english/aspose.cells.pivot/pivotfield/show_compact/_index.md
index 9280006eb7..448792d234 100644
--- a/english/aspose.cells.pivot/pivotfield/show_compact/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_compact/_index.md
@@ -3,7 +3,7 @@ title: show_compact property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 590
+weight: 600
url: /aspose.cells.pivot/pivotfield/show_compact/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/show_in_outline_form/_index.md b/english/aspose.cells.pivot/pivotfield/show_in_outline_form/_index.md
index 2e2c68c239..c36fc49553 100644
--- a/english/aspose.cells.pivot/pivotfield/show_in_outline_form/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_in_outline_form/_index.md
@@ -3,7 +3,7 @@ title: show_in_outline_form property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 600
+weight: 610
url: /aspose.cells.pivot/pivotfield/show_in_outline_form/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/show_subtotal_at_top/_index.md b/english/aspose.cells.pivot/pivotfield/show_subtotal_at_top/_index.md
index c8b775cf0c..d16cbd5037 100644
--- a/english/aspose.cells.pivot/pivotfield/show_subtotal_at_top/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_subtotal_at_top/_index.md
@@ -3,7 +3,7 @@ title: show_subtotal_at_top property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 610
+weight: 620
url: /aspose.cells.pivot/pivotfield/show_subtotal_at_top/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/show_values_as/_index.md b/english/aspose.cells.pivot/pivotfield/show_values_as/_index.md
index b19a26aac2..2275846a04 100644
--- a/english/aspose.cells.pivot/pivotfield/show_values_as/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_values_as/_index.md
@@ -3,7 +3,7 @@ title: show_values_as method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 160
+weight: 170
url: /aspose.cells.pivot/pivotfield/show_values_as/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/show_values_setting/_index.md b/english/aspose.cells.pivot/pivotfield/show_values_setting/_index.md
index d4a2b33e56..de8812a3fd 100644
--- a/english/aspose.cells.pivot/pivotfield/show_values_setting/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/show_values_setting/_index.md
@@ -3,7 +3,7 @@ title: show_values_setting property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 620
+weight: 630
url: /aspose.cells.pivot/pivotfield/show_values_setting/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/sort_by/_index.md b/english/aspose.cells.pivot/pivotfield/sort_by/_index.md
index 8aac95b385..3055a5fdfa 100644
--- a/english/aspose.cells.pivot/pivotfield/sort_by/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/sort_by/_index.md
@@ -3,7 +3,7 @@ title: sort_by method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.pivot/pivotfield/sort_by/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/sort_setting/_index.md b/english/aspose.cells.pivot/pivotfield/sort_setting/_index.md
index 9f081121ec..d71cca78c9 100644
--- a/english/aspose.cells.pivot/pivotfield/sort_setting/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/sort_setting/_index.md
@@ -3,7 +3,7 @@ title: sort_setting property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 630
+weight: 640
url: /aspose.cells.pivot/pivotfield/sort_setting/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotfield/ungroup/_index.md b/english/aspose.cells.pivot/pivotfield/ungroup/_index.md
index fc3c67be4b..02fe53261e 100644
--- a/english/aspose.cells.pivot/pivotfield/ungroup/_index.md
+++ b/english/aspose.cells.pivot/pivotfield/ungroup/_index.md
@@ -3,7 +3,7 @@ title: ungroup method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 190
url: /aspose.cells.pivot/pivotfield/ungroup/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/_index.md b/english/aspose.cells.pivot/pivotitem/_index.md
index 422ee3d449..2504482e3b 100644
--- a/english/aspose.cells.pivot/pivotitem/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/_index.md
@@ -26,7 +26,7 @@ The PivotItem type exposes the following members:
| [is_formula](/cells/python-net/aspose.cells.pivot/pivotitem/is_formula) | Indicates whether this pivot item is a calculated formula item. |
| [is_missing](/cells/python-net/aspose.cells.pivot/pivotitem/is_missing) | Indicates whether the item is removed from the data source. |
| [value](/cells/python-net/aspose.cells.pivot/pivotitem/value) | Gets the value of the pivot item |
-| [name](/cells/python-net/aspose.cells.pivot/pivotitem/name) | Gets the name of the pivot item. |
+| [name](/cells/python-net/aspose.cells.pivot/pivotitem/name) | |
| [index](/cells/python-net/aspose.cells.pivot/pivotitem/index) | Gets the index of the pivot item in cache field. |
@@ -34,6 +34,7 @@ The PivotItem type exposes the following members:
| Method | Description |
| :- | :- |
| [move](/cells/python-net/aspose.cells.pivot/pivotitem/move/#int-bool) | Moves the item up or down |
+| [get_formula](/cells/python-net/aspose.cells.pivot/pivotitem/get_formula/#) | Gets the formula of this calculated item.
Only works when this item is calculated item. |
| [get_string_value](/cells/python-net/aspose.cells.pivot/pivotitem/get_string_value/#) | Gets the string value of the pivot item
If the value is null, it will return "" |
| [get_double_value](/cells/python-net/aspose.cells.pivot/pivotitem/get_double_value/#) | Gets the double value of the pivot item
If the value is null or not number ,it will return 0 |
| [get_date_time_value](/cells/python-net/aspose.cells.pivot/pivotitem/get_date_time_value/#) | Gets the date time value of the pivot item
If the value is null ,it will return DateTime.MinValue |
diff --git a/english/aspose.cells.pivot/pivotitem/get_formula/_index.md b/english/aspose.cells.pivot/pivotitem/get_formula/_index.md
new file mode 100644
index 0000000000..8094cfe6b9
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotitem/get_formula/_index.md
@@ -0,0 +1,34 @@
+---
+title: get_formula method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 40
+url: /aspose.cells.pivot/pivotitem/get_formula/
+is_root: false
+---
+
+## get_formula {#}
+
+Gets the formula of this calculated item.
+Only works when this item is calculated item.
+
+
+### Returns
+
+
+
+
+
+```python
+def get_formula(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotItem`](/cells/python-net/aspose.cells.pivot/pivotitem)
diff --git a/english/aspose.cells.pivot/pivotitem/get_string_value/_index.md b/english/aspose.cells.pivot/pivotitem/get_string_value/_index.md
index e8c2f87bd5..4a624eddc6 100644
--- a/english/aspose.cells.pivot/pivotitem/get_string_value/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/get_string_value/_index.md
@@ -3,7 +3,7 @@ title: get_string_value method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 40
+weight: 50
url: /aspose.cells.pivot/pivotitem/get_string_value/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/index/_index.md b/english/aspose.cells.pivot/pivotitem/index/_index.md
index 596d1e24d4..f5c653102c 100644
--- a/english/aspose.cells.pivot/pivotitem/index/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/index/_index.md
@@ -3,7 +3,7 @@ title: index property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 70
+weight: 80
url: /aspose.cells.pivot/pivotitem/index/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/is_formula/_index.md b/english/aspose.cells.pivot/pivotitem/is_formula/_index.md
index f310a3f579..c6b1235e05 100644
--- a/english/aspose.cells.pivot/pivotitem/is_formula/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/is_formula/_index.md
@@ -3,7 +3,7 @@ title: is_formula property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 80
+weight: 90
url: /aspose.cells.pivot/pivotitem/is_formula/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/is_hidden/_index.md b/english/aspose.cells.pivot/pivotitem/is_hidden/_index.md
index 0eadf36007..6b3950064c 100644
--- a/english/aspose.cells.pivot/pivotitem/is_hidden/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/is_hidden/_index.md
@@ -3,7 +3,7 @@ title: is_hidden property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 90
+weight: 100
url: /aspose.cells.pivot/pivotitem/is_hidden/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/is_hide_detail/_index.md b/english/aspose.cells.pivot/pivotitem/is_hide_detail/_index.md
index 433a4063ed..c869f16304 100644
--- a/english/aspose.cells.pivot/pivotitem/is_hide_detail/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/is_hide_detail/_index.md
@@ -3,7 +3,7 @@ title: is_hide_detail property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 100
+weight: 110
url: /aspose.cells.pivot/pivotitem/is_hide_detail/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/is_missing/_index.md b/english/aspose.cells.pivot/pivotitem/is_missing/_index.md
index 1470e283e5..736c400916 100644
--- a/english/aspose.cells.pivot/pivotitem/is_missing/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/is_missing/_index.md
@@ -3,7 +3,7 @@ title: is_missing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 110
+weight: 120
url: /aspose.cells.pivot/pivotitem/is_missing/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/move/_index.md b/english/aspose.cells.pivot/pivotitem/move/_index.md
index e1bd0e99b6..cd414b0389 100644
--- a/english/aspose.cells.pivot/pivotitem/move/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/move/_index.md
@@ -3,7 +3,7 @@ title: move method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 50
+weight: 60
url: /aspose.cells.pivot/pivotitem/move/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/name/_index.md b/english/aspose.cells.pivot/pivotitem/name/_index.md
index 3927e4b8ca..f7e260576f 100644
--- a/english/aspose.cells.pivot/pivotitem/name/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/name/_index.md
@@ -3,20 +3,21 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 120
+weight: 130
url: /aspose.cells.pivot/pivotitem/name/
is_root: false
---
## name property
-
-Gets the name of the pivot item.
### Definition:
```python
@property
def name(self):
...
+@name.setter
+def name(self, value):
+ ...
```
### See Also
diff --git a/english/aspose.cells.pivot/pivotitem/position/_index.md b/english/aspose.cells.pivot/pivotitem/position/_index.md
index e3eae988f5..10dfc2ccbe 100644
--- a/english/aspose.cells.pivot/pivotitem/position/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/position/_index.md
@@ -3,7 +3,7 @@ title: position property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 130
+weight: 140
url: /aspose.cells.pivot/pivotitem/position/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/position_in_same_parent_node/_index.md b/english/aspose.cells.pivot/pivotitem/position_in_same_parent_node/_index.md
index 6f1bf43d3b..dacccf1521 100644
--- a/english/aspose.cells.pivot/pivotitem/position_in_same_parent_node/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/position_in_same_parent_node/_index.md
@@ -3,7 +3,7 @@ title: position_in_same_parent_node property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 140
+weight: 150
url: /aspose.cells.pivot/pivotitem/position_in_same_parent_node/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotitem/value/_index.md b/english/aspose.cells.pivot/pivotitem/value/_index.md
index 367a7a9a56..64d1470785 100644
--- a/english/aspose.cells.pivot/pivotitem/value/_index.md
+++ b/english/aspose.cells.pivot/pivotitem/value/_index.md
@@ -3,7 +3,7 @@ title: value property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 150
+weight: 160
url: /aspose.cells.pivot/pivotitem/value/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivotrefreshstate/_index.md b/english/aspose.cells.pivot/pivotrefreshstate/_index.md
new file mode 100644
index 0000000000..1e5b22f62a
--- /dev/null
+++ b/english/aspose.cells.pivot/pivotrefreshstate/_index.md
@@ -0,0 +1,28 @@
+---
+title: PivotRefreshState enumeration
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 400
+url: /aspose.cells.pivot/pivotrefreshstate/
+is_root: false
+---
+
+## PivotRefreshState enumeration
+
+The state for refreshing pivot tables.
+
+
+
+The PivotRefreshState type exposes the following members:
+
+### Fields
+| Field | Description |
+| :- | :- |
+| SUCCESS | Successfully refreshed |
+| UNSUPPORTED_EXTERNAL_DATA_SOURCE | Refresh failed because the data source is external. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](..)
diff --git a/english/aspose.cells.pivot/pivottable/_index.md b/english/aspose.cells.pivot/pivottable/_index.md
index 5173cc4ed3..cfe305b925 100644
--- a/english/aspose.cells.pivot/pivottable/_index.md
+++ b/english/aspose.cells.pivot/pivottable/_index.md
@@ -63,7 +63,7 @@ The PivotTable type exposes the following members:
| [enable_data_value_editing](/cells/python-net/aspose.cells.pivot/pivottable/enable_data_value_editing) | Specifies a boolean value that indicates whether the user is allowed to edit the cells in the data area of the pivottable.
Enable cell editing in the values area |
| [show_data_tips](/cells/python-net/aspose.cells.pivot/pivottable/show_data_tips) | Specifies a boolean value that indicates whether tooltips should be displayed for PivotTable data cells. |
| [show_member_property_tips](/cells/python-net/aspose.cells.pivot/pivottable/show_member_property_tips) | Specifies a boolean value that indicates whether member property information should be omitted from PivotTable tooltips. |
-| [show_values_row](/cells/python-net/aspose.cells.pivot/pivottable/show_values_row) | Specifies a boolean value that indicates whether show values row.
show the values row |
+| [show_values_row](/cells/python-net/aspose.cells.pivot/pivottable/show_values_row) | Indicates whether showing values row. |
| [show_empty_col](/cells/python-net/aspose.cells.pivot/pivottable/show_empty_col) | Specifies a boolean value that indicates whether to include empty columns in the table |
| [show_empty_row](/cells/python-net/aspose.cells.pivot/pivottable/show_empty_row) | Specifies a boolean value that indicates whether to include empty rows in the table. |
| [field_list_sort_ascending](/cells/python-net/aspose.cells.pivot/pivottable/field_list_sort_ascending) | Indicates whether fields in the PivotTable are sorted in non-default order in the field list. |
@@ -88,6 +88,7 @@ The PivotTable type exposes the following members:
| [data_source](/cells/python-net/aspose.cells.pivot/pivottable/data_source) | Gets and sets the data source of the pivot table. |
| [pivot_formats](/cells/python-net/aspose.cells.pivot/pivottable/pivot_formats) | Gets the collection of formats applied to PivotTable. |
| [item_print_titles](/cells/python-net/aspose.cells.pivot/pivottable/item_print_titles) | Indicates whether PivotItem names should be repeated at the top of each printed page. |
+| [repeat_items_on_each_printed_page](/cells/python-net/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page) | Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form. |
| [print_titles](/cells/python-net/aspose.cells.pivot/pivottable/print_titles) | Indicates whether the print titles for the worksheet are set based
on the PivotTable report. The default value is false. |
| [display_immediate_items](/cells/python-net/aspose.cells.pivot/pivottable/display_immediate_items) | Indicates whether items in the row and column areas are visible
when the data area of the PivotTable is empty. The default value is true. |
| [is_selected](/cells/python-net/aspose.cells.pivot/pivottable/is_selected) | Indicates whether this PivotTable is selected. |
@@ -131,13 +132,15 @@ The PivotTable type exposes the following members:
| [show_report_filter_page_by_index](/cells/python-net/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/#int) | Show all the report filter pages according to the position index in the PageFields |
| [get_fields](/cells/python-net/aspose.cells.pivot/pivottable/get_fields/#aspose.cells.pivot.PivotFieldType) | Gets the specific pivot field list by the region. |
| [fields](/cells/python-net/aspose.cells.pivot/pivottable/fields/#aspose.cells.pivot.PivotFieldType) | Gets the specific fields by the field type. |
+| [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.
Sheet1!$A$1:$C$3 |
| [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 |
| [format_row](/cells/python-net/aspose.cells.pivot/pivottable/format_row/#int-aspose.cells.Style) | Format the row data in the pivottable area |
-| [show_datail](/cells/python-net/aspose.cells.pivot/pivottable/show_datail/#int-int-bool-int-int) | Show the detail of one item in the data region to a new Table. |
+| [show_detail](/cells/python-net/aspose.cells.pivot/pivottable/show_detail/#int-int-bool-int-int) | Show the detail of one item in the data region to a new Table. |
| [get_horizontal_breaks](/cells/python-net/aspose.cells.pivot/pivottable/get_horizontal_breaks/#) | get pivot table row index list of horizontal pagebreaks |
| [show_in_compact_form](/cells/python-net/aspose.cells.pivot/pivottable/show_in_compact_form/#) | Layouts the PivotTable in compact form. |
| [show_in_outline_form](/cells/python-net/aspose.cells.pivot/pivottable/show_in_outline_form/#) | Layouts the PivotTable in outline form. |
diff --git a/english/aspose.cells.pivot/pivottable/alt_text_description/_index.md b/english/aspose.cells.pivot/pivottable/alt_text_description/_index.md
index 129eb166f5..47258f0e1c 100644
--- a/english/aspose.cells.pivot/pivottable/alt_text_description/_index.md
+++ b/english/aspose.cells.pivot/pivottable/alt_text_description/_index.md
@@ -3,7 +3,7 @@ title: alt_text_description property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 320
+weight: 340
url: /aspose.cells.pivot/pivottable/alt_text_description/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/alt_text_title/_index.md b/english/aspose.cells.pivot/pivottable/alt_text_title/_index.md
index 6e2c115d18..0dd49238f2 100644
--- a/english/aspose.cells.pivot/pivottable/alt_text_title/_index.md
+++ b/english/aspose.cells.pivot/pivottable/alt_text_title/_index.md
@@ -3,7 +3,7 @@ title: alt_text_title property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 330
+weight: 350
url: /aspose.cells.pivot/pivottable/alt_text_title/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/auto_format_type/_index.md b/english/aspose.cells.pivot/pivottable/auto_format_type/_index.md
index af7cc0eeb3..50a44f1d38 100644
--- a/english/aspose.cells.pivot/pivottable/auto_format_type/_index.md
+++ b/english/aspose.cells.pivot/pivottable/auto_format_type/_index.md
@@ -3,7 +3,7 @@ title: auto_format_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 340
+weight: 360
url: /aspose.cells.pivot/pivottable/auto_format_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/autofit_column_width_on_update/_index.md b/english/aspose.cells.pivot/pivottable/autofit_column_width_on_update/_index.md
index c3e6b299df..f99a72eede 100644
--- a/english/aspose.cells.pivot/pivottable/autofit_column_width_on_update/_index.md
+++ b/english/aspose.cells.pivot/pivottable/autofit_column_width_on_update/_index.md
@@ -3,7 +3,7 @@ title: autofit_column_width_on_update property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 350
+weight: 370
url: /aspose.cells.pivot/pivottable/autofit_column_width_on_update/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/base_fields/_index.md b/english/aspose.cells.pivot/pivottable/base_fields/_index.md
index 1e1d82b264..69549d27c2 100644
--- a/english/aspose.cells.pivot/pivottable/base_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/base_fields/_index.md
@@ -3,7 +3,7 @@ title: base_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 360
+weight: 380
url: /aspose.cells.pivot/pivottable/base_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/column_fields/_index.md b/english/aspose.cells.pivot/pivottable/column_fields/_index.md
index f680b27aa1..9ee7d5bffc 100644
--- a/english/aspose.cells.pivot/pivottable/column_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_fields/_index.md
@@ -3,7 +3,7 @@ title: column_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 370
+weight: 390
url: /aspose.cells.pivot/pivottable/column_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/column_grand/_index.md b/english/aspose.cells.pivot/pivottable/column_grand/_index.md
index d6950b64b0..9342929dda 100644
--- a/english/aspose.cells.pivot/pivottable/column_grand/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_grand/_index.md
@@ -3,7 +3,7 @@ title: column_grand property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 380
+weight: 400
url: /aspose.cells.pivot/pivottable/column_grand/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md b/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
index 5027a5d152..c57f14c73c 100644
--- a/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_header_caption/_index.md
@@ -3,7 +3,7 @@ title: column_header_caption property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 390
+weight: 410
url: /aspose.cells.pivot/pivottable/column_header_caption/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/column_range/_index.md b/english/aspose.cells.pivot/pivottable/column_range/_index.md
index a204713a1d..58f9f3eb41 100644
--- a/english/aspose.cells.pivot/pivottable/column_range/_index.md
+++ b/english/aspose.cells.pivot/pivottable/column_range/_index.md
@@ -3,7 +3,7 @@ title: column_range property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 420
url: /aspose.cells.pivot/pivottable/column_range/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/custom_list_sort/_index.md b/english/aspose.cells.pivot/pivottable/custom_list_sort/_index.md
index cdd20d805f..26311d3348 100644
--- a/english/aspose.cells.pivot/pivottable/custom_list_sort/_index.md
+++ b/english/aspose.cells.pivot/pivottable/custom_list_sort/_index.md
@@ -3,7 +3,7 @@ title: custom_list_sort property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 430
url: /aspose.cells.pivot/pivottable/custom_list_sort/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_body_range/_index.md b/english/aspose.cells.pivot/pivottable/data_body_range/_index.md
index 37be6aed76..ed6a4f0ae6 100644
--- a/english/aspose.cells.pivot/pivottable/data_body_range/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_body_range/_index.md
@@ -3,7 +3,7 @@ title: data_body_range property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 440
url: /aspose.cells.pivot/pivottable/data_body_range/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_field/_index.md b/english/aspose.cells.pivot/pivottable/data_field/_index.md
index 75318650dd..fcc2d7b224 100644
--- a/english/aspose.cells.pivot/pivottable/data_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_field/_index.md
@@ -3,7 +3,7 @@ title: data_field property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 450
url: /aspose.cells.pivot/pivottable/data_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_field_header_name/_index.md b/english/aspose.cells.pivot/pivottable/data_field_header_name/_index.md
index 1d7acfec60..4b18929e70 100644
--- a/english/aspose.cells.pivot/pivottable/data_field_header_name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_field_header_name/_index.md
@@ -3,7 +3,7 @@ title: data_field_header_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 460
url: /aspose.cells.pivot/pivottable/data_field_header_name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_fields/_index.md b/english/aspose.cells.pivot/pivottable/data_fields/_index.md
index 40ccc4289a..481915d7ae 100644
--- a/english/aspose.cells.pivot/pivottable/data_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_fields/_index.md
@@ -3,7 +3,7 @@ title: data_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 450
+weight: 470
url: /aspose.cells.pivot/pivottable/data_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/data_source/_index.md b/english/aspose.cells.pivot/pivottable/data_source/_index.md
index 838d1bd8cd..01ba751dae 100644
--- a/english/aspose.cells.pivot/pivottable/data_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/data_source/_index.md
@@ -3,7 +3,7 @@ title: data_source property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 460
+weight: 480
url: /aspose.cells.pivot/pivottable/data_source/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/display_error_string/_index.md b/english/aspose.cells.pivot/pivottable/display_error_string/_index.md
index 5aa75470bb..3bc4e8a21c 100644
--- a/english/aspose.cells.pivot/pivottable/display_error_string/_index.md
+++ b/english/aspose.cells.pivot/pivottable/display_error_string/_index.md
@@ -3,7 +3,7 @@ title: display_error_string property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 470
+weight: 490
url: /aspose.cells.pivot/pivottable/display_error_string/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/display_immediate_items/_index.md b/english/aspose.cells.pivot/pivottable/display_immediate_items/_index.md
index a0d9e20c51..2baf009fff 100644
--- a/english/aspose.cells.pivot/pivottable/display_immediate_items/_index.md
+++ b/english/aspose.cells.pivot/pivottable/display_immediate_items/_index.md
@@ -3,7 +3,7 @@ title: display_immediate_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 480
+weight: 500
url: /aspose.cells.pivot/pivottable/display_immediate_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/display_null_string/_index.md b/english/aspose.cells.pivot/pivottable/display_null_string/_index.md
index 2ee6e1afd5..28b5ab3caf 100644
--- a/english/aspose.cells.pivot/pivottable/display_null_string/_index.md
+++ b/english/aspose.cells.pivot/pivottable/display_null_string/_index.md
@@ -3,7 +3,7 @@ title: display_null_string property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 490
+weight: 510
url: /aspose.cells.pivot/pivottable/display_null_string/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_data_value_editing/_index.md b/english/aspose.cells.pivot/pivottable/enable_data_value_editing/_index.md
index c28e2b0aaf..10f28bfe5d 100644
--- a/english/aspose.cells.pivot/pivottable/enable_data_value_editing/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_data_value_editing/_index.md
@@ -3,7 +3,7 @@ title: enable_data_value_editing property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 500
+weight: 520
url: /aspose.cells.pivot/pivottable/enable_data_value_editing/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_drilldown/_index.md b/english/aspose.cells.pivot/pivottable/enable_drilldown/_index.md
index 07659cee13..e0420cedce 100644
--- a/english/aspose.cells.pivot/pivottable/enable_drilldown/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_drilldown/_index.md
@@ -3,7 +3,7 @@ title: enable_drilldown property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 510
+weight: 530
url: /aspose.cells.pivot/pivottable/enable_drilldown/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_field_dialog/_index.md b/english/aspose.cells.pivot/pivottable/enable_field_dialog/_index.md
index fcb4a054b0..31ef3ae176 100644
--- a/english/aspose.cells.pivot/pivottable/enable_field_dialog/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_field_dialog/_index.md
@@ -3,7 +3,7 @@ title: enable_field_dialog property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 520
+weight: 540
url: /aspose.cells.pivot/pivottable/enable_field_dialog/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_field_list/_index.md b/english/aspose.cells.pivot/pivottable/enable_field_list/_index.md
index e2b479ac35..1171f7cc55 100644
--- a/english/aspose.cells.pivot/pivottable/enable_field_list/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_field_list/_index.md
@@ -3,7 +3,7 @@ title: enable_field_list property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 530
+weight: 550
url: /aspose.cells.pivot/pivottable/enable_field_list/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/enable_wizard/_index.md b/english/aspose.cells.pivot/pivottable/enable_wizard/_index.md
index e083fecb4f..91c9e1a70f 100644
--- a/english/aspose.cells.pivot/pivottable/enable_wizard/_index.md
+++ b/english/aspose.cells.pivot/pivottable/enable_wizard/_index.md
@@ -3,7 +3,7 @@ title: enable_wizard property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 540
+weight: 560
url: /aspose.cells.pivot/pivottable/enable_wizard/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/error_string/_index.md b/english/aspose.cells.pivot/pivottable/error_string/_index.md
index b373c3823c..fda3638b46 100644
--- a/english/aspose.cells.pivot/pivottable/error_string/_index.md
+++ b/english/aspose.cells.pivot/pivottable/error_string/_index.md
@@ -3,7 +3,7 @@ title: error_string property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 550
+weight: 570
url: /aspose.cells.pivot/pivottable/error_string/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/external_connection_data_source/_index.md b/english/aspose.cells.pivot/pivottable/external_connection_data_source/_index.md
index 6bd7b396c0..442e999ca3 100644
--- a/english/aspose.cells.pivot/pivottable/external_connection_data_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/external_connection_data_source/_index.md
@@ -3,7 +3,7 @@ title: external_connection_data_source property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 560
+weight: 580
url: /aspose.cells.pivot/pivottable/external_connection_data_source/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Gets the external connection data source.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use pivotTable.GetSourceDataConnections() method.
+This method will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/field_list_sort_ascending/_index.md b/english/aspose.cells.pivot/pivottable/field_list_sort_ascending/_index.md
index 2f867dc2ae..5eb270c3fe 100644
--- a/english/aspose.cells.pivot/pivottable/field_list_sort_ascending/_index.md
+++ b/english/aspose.cells.pivot/pivottable/field_list_sort_ascending/_index.md
@@ -3,7 +3,7 @@ title: field_list_sort_ascending property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 570
+weight: 590
url: /aspose.cells.pivot/pivottable/field_list_sort_ascending/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md b/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md
new file mode 100644
index 0000000000..9a6d93225c
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/get_names_of_source_data_connections/_index.md
@@ -0,0 +1,28 @@
+---
+title: get_names_of_source_data_connections method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 170
+url: /aspose.cells.pivot/pivottable/get_names_of_source_data_connections/
+is_root: false
+---
+
+## get_names_of_source_data_connections {#}
+
+Gets the name of external source data connections.
+
+
+
+```python
+def get_names_of_source_data_connections(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/get_source/_index.md b/english/aspose.cells.pivot/pivottable/get_source/_index.md
index b5e0d79d91..25ed283a3f 100644
--- a/english/aspose.cells.pivot/pivottable/get_source/_index.md
+++ b/english/aspose.cells.pivot/pivottable/get_source/_index.md
@@ -3,7 +3,7 @@ title: get_source method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 170
+weight: 180
url: /aspose.cells.pivot/pivottable/get_source/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md b/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md
new file mode 100644
index 0000000000..c8f516f84e
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/get_source_data_connections/_index.md
@@ -0,0 +1,28 @@
+---
+title: get_source_data_connections method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 190
+url: /aspose.cells.pivot/pivottable/get_source_data_connections/
+is_root: false
+---
+
+## get_source_data_connections {#}
+
+Gets the external connection data sources.
+
+
+
+```python
+def get_source_data_connections(self):
+ ...
+```
+
+
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/grand_total_name/_index.md b/english/aspose.cells.pivot/pivottable/grand_total_name/_index.md
index 99d20b746b..c46325dc67 100644
--- a/english/aspose.cells.pivot/pivottable/grand_total_name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/grand_total_name/_index.md
@@ -3,7 +3,7 @@ title: grand_total_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 580
+weight: 600
url: /aspose.cells.pivot/pivottable/grand_total_name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/has_blank_rows/_index.md b/english/aspose.cells.pivot/pivottable/has_blank_rows/_index.md
index c7f0cd1417..ff2e295c31 100644
--- a/english/aspose.cells.pivot/pivottable/has_blank_rows/_index.md
+++ b/english/aspose.cells.pivot/pivottable/has_blank_rows/_index.md
@@ -3,7 +3,7 @@ title: has_blank_rows property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 590
+weight: 610
url: /aspose.cells.pivot/pivottable/has_blank_rows/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/indent/_index.md b/english/aspose.cells.pivot/pivottable/indent/_index.md
index e6df9c7181..0a0e67e326 100644
--- a/english/aspose.cells.pivot/pivottable/indent/_index.md
+++ b/english/aspose.cells.pivot/pivottable/indent/_index.md
@@ -3,7 +3,7 @@ title: indent property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 600
+weight: 620
url: /aspose.cells.pivot/pivottable/indent/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_auto_format/_index.md b/english/aspose.cells.pivot/pivottable/is_auto_format/_index.md
index cbd7362b69..2e73e2a76a 100644
--- a/english/aspose.cells.pivot/pivottable/is_auto_format/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_auto_format/_index.md
@@ -3,7 +3,7 @@ title: is_auto_format property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 610
+weight: 630
url: /aspose.cells.pivot/pivottable/is_auto_format/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_excel_2003_compatible/_index.md b/english/aspose.cells.pivot/pivottable/is_excel_2003_compatible/_index.md
index e140add93d..c075604d6e 100644
--- a/english/aspose.cells.pivot/pivottable/is_excel_2003_compatible/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_excel_2003_compatible/_index.md
@@ -3,7 +3,7 @@ title: is_excel_2003_compatible property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 620
+weight: 640
url: /aspose.cells.pivot/pivottable/is_excel_2003_compatible/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_grid_drop_zones/_index.md b/english/aspose.cells.pivot/pivottable/is_grid_drop_zones/_index.md
index 573baa47fe..85dd149829 100644
--- a/english/aspose.cells.pivot/pivottable/is_grid_drop_zones/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_grid_drop_zones/_index.md
@@ -3,7 +3,7 @@ title: is_grid_drop_zones property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 630
+weight: 650
url: /aspose.cells.pivot/pivottable/is_grid_drop_zones/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_multiple_field_filters/_index.md b/english/aspose.cells.pivot/pivottable/is_multiple_field_filters/_index.md
index 63fa65897e..d2bf50fa42 100644
--- a/english/aspose.cells.pivot/pivottable/is_multiple_field_filters/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_multiple_field_filters/_index.md
@@ -3,7 +3,7 @@ title: is_multiple_field_filters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 640
+weight: 660
url: /aspose.cells.pivot/pivottable/is_multiple_field_filters/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/is_selected/_index.md b/english/aspose.cells.pivot/pivottable/is_selected/_index.md
index ce16d4f5b8..2ed4bbe065 100644
--- a/english/aspose.cells.pivot/pivottable/is_selected/_index.md
+++ b/english/aspose.cells.pivot/pivottable/is_selected/_index.md
@@ -3,7 +3,7 @@ title: is_selected property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 650
+weight: 670
url: /aspose.cells.pivot/pivottable/is_selected/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/item_print_titles/_index.md b/english/aspose.cells.pivot/pivottable/item_print_titles/_index.md
index efd862414e..de4d1924ff 100644
--- a/english/aspose.cells.pivot/pivottable/item_print_titles/_index.md
+++ b/english/aspose.cells.pivot/pivottable/item_print_titles/_index.md
@@ -3,7 +3,7 @@ title: item_print_titles property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 660
+weight: 680
url: /aspose.cells.pivot/pivottable/item_print_titles/
is_root: false
---
@@ -12,6 +12,14 @@ is_root: false
Indicates whether PivotItem names should be repeated at the top of each printed page.
+
+### Remarks
+
+
+NOTE: This property is now obsolete. Instead,
+please use PivotTable.RepeatItemsOnEachPrintedPage property.
+This method will be removed 12 months later since October 2024.
+Aspose apologizes for any inconvenience you may have experienced.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/manual_update/_index.md b/english/aspose.cells.pivot/pivottable/manual_update/_index.md
index e9210145e3..a20ad66204 100644
--- a/english/aspose.cells.pivot/pivottable/manual_update/_index.md
+++ b/english/aspose.cells.pivot/pivottable/manual_update/_index.md
@@ -3,7 +3,7 @@ title: manual_update property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 670
+weight: 690
url: /aspose.cells.pivot/pivottable/manual_update/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/merge_labels/_index.md b/english/aspose.cells.pivot/pivottable/merge_labels/_index.md
index 718560cac2..df9be88321 100644
--- a/english/aspose.cells.pivot/pivottable/merge_labels/_index.md
+++ b/english/aspose.cells.pivot/pivottable/merge_labels/_index.md
@@ -3,7 +3,7 @@ title: merge_labels property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 680
+weight: 700
url: /aspose.cells.pivot/pivottable/merge_labels/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/missing_items_limit/_index.md b/english/aspose.cells.pivot/pivottable/missing_items_limit/_index.md
index a5c81f196c..ffacff5242 100644
--- a/english/aspose.cells.pivot/pivottable/missing_items_limit/_index.md
+++ b/english/aspose.cells.pivot/pivottable/missing_items_limit/_index.md
@@ -3,7 +3,7 @@ title: missing_items_limit property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 690
+weight: 710
url: /aspose.cells.pivot/pivottable/missing_items_limit/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/move/_index.md b/english/aspose.cells.pivot/pivottable/move/_index.md
index d6e65e148e..933fea9148 100644
--- a/english/aspose.cells.pivot/pivottable/move/_index.md
+++ b/english/aspose.cells.pivot/pivottable/move/_index.md
@@ -3,7 +3,7 @@ title: move method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 180
+weight: 200
url: /aspose.cells.pivot/pivottable/move/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/name/_index.md b/english/aspose.cells.pivot/pivottable/name/_index.md
index 07fe3b4c5b..fdef0fc34e 100644
--- a/english/aspose.cells.pivot/pivottable/name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/name/_index.md
@@ -3,7 +3,7 @@ title: name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 700
+weight: 720
url: /aspose.cells.pivot/pivottable/name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/null_string/_index.md b/english/aspose.cells.pivot/pivottable/null_string/_index.md
index 1ac01e6a4e..542c1c418c 100644
--- a/english/aspose.cells.pivot/pivottable/null_string/_index.md
+++ b/english/aspose.cells.pivot/pivottable/null_string/_index.md
@@ -3,7 +3,7 @@ title: null_string property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 710
+weight: 730
url: /aspose.cells.pivot/pivottable/null_string/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/page_field_order/_index.md b/english/aspose.cells.pivot/pivottable/page_field_order/_index.md
index 216d8f2574..17fa403186 100644
--- a/english/aspose.cells.pivot/pivottable/page_field_order/_index.md
+++ b/english/aspose.cells.pivot/pivottable/page_field_order/_index.md
@@ -3,7 +3,7 @@ title: page_field_order property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 720
+weight: 740
url: /aspose.cells.pivot/pivottable/page_field_order/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/page_field_wrap_count/_index.md b/english/aspose.cells.pivot/pivottable/page_field_wrap_count/_index.md
index 17b770237e..5a4b75e2c3 100644
--- a/english/aspose.cells.pivot/pivottable/page_field_wrap_count/_index.md
+++ b/english/aspose.cells.pivot/pivottable/page_field_wrap_count/_index.md
@@ -3,7 +3,7 @@ title: page_field_wrap_count property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 730
+weight: 750
url: /aspose.cells.pivot/pivottable/page_field_wrap_count/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/page_fields/_index.md b/english/aspose.cells.pivot/pivottable/page_fields/_index.md
index 45973782b4..64bd4a6b98 100644
--- a/english/aspose.cells.pivot/pivottable/page_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/page_fields/_index.md
@@ -3,7 +3,7 @@ title: page_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 740
+weight: 760
url: /aspose.cells.pivot/pivottable/page_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/pivot_filters/_index.md b/english/aspose.cells.pivot/pivottable/pivot_filters/_index.md
index f6b265b6ce..db58987de0 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_filters/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_filters/_index.md
@@ -3,7 +3,7 @@ title: pivot_filters property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 750
+weight: 770
url: /aspose.cells.pivot/pivottable/pivot_filters/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/pivot_format_conditions/_index.md b/english/aspose.cells.pivot/pivottable/pivot_format_conditions/_index.md
index 30cd367669..6affd012af 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_format_conditions/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_format_conditions/_index.md
@@ -3,7 +3,7 @@ title: pivot_format_conditions property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 760
+weight: 780
url: /aspose.cells.pivot/pivottable/pivot_format_conditions/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md b/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
index 0c1b65400f..b63ee4a0d6 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_formats/_index.md
@@ -3,7 +3,7 @@ title: pivot_formats property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 770
+weight: 790
url: /aspose.cells.pivot/pivottable/pivot_formats/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/pivot_table_style_name/_index.md b/english/aspose.cells.pivot/pivottable/pivot_table_style_name/_index.md
index 815aa9625c..88d0d4f824 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_table_style_name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_table_style_name/_index.md
@@ -3,7 +3,7 @@ title: pivot_table_style_name property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 780
+weight: 800
url: /aspose.cells.pivot/pivottable/pivot_table_style_name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/pivot_table_style_type/_index.md b/english/aspose.cells.pivot/pivottable/pivot_table_style_type/_index.md
index cf33535624..7bfcf7d739 100644
--- a/english/aspose.cells.pivot/pivottable/pivot_table_style_type/_index.md
+++ b/english/aspose.cells.pivot/pivottable/pivot_table_style_type/_index.md
@@ -3,7 +3,7 @@ title: pivot_table_style_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 790
+weight: 810
url: /aspose.cells.pivot/pivottable/pivot_table_style_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/preserve_formatting/_index.md b/english/aspose.cells.pivot/pivottable/preserve_formatting/_index.md
index 7d6dd967d3..e5d63cbd75 100644
--- a/english/aspose.cells.pivot/pivottable/preserve_formatting/_index.md
+++ b/english/aspose.cells.pivot/pivottable/preserve_formatting/_index.md
@@ -3,7 +3,7 @@ title: preserve_formatting property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 800
+weight: 820
url: /aspose.cells.pivot/pivottable/preserve_formatting/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/print_drill/_index.md b/english/aspose.cells.pivot/pivottable/print_drill/_index.md
index 49ddafcc54..c4dd7dbcfb 100644
--- a/english/aspose.cells.pivot/pivottable/print_drill/_index.md
+++ b/english/aspose.cells.pivot/pivottable/print_drill/_index.md
@@ -3,7 +3,7 @@ title: print_drill property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 810
+weight: 830
url: /aspose.cells.pivot/pivottable/print_drill/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/print_titles/_index.md b/english/aspose.cells.pivot/pivottable/print_titles/_index.md
index 898c9e43e0..d2ea3fe318 100644
--- a/english/aspose.cells.pivot/pivottable/print_titles/_index.md
+++ b/english/aspose.cells.pivot/pivottable/print_titles/_index.md
@@ -3,7 +3,7 @@ title: print_titles property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 820
+weight: 840
url: /aspose.cells.pivot/pivottable/print_titles/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refresh_data/_index.md b/english/aspose.cells.pivot/pivottable/refresh_data/_index.md
index 00e2c46b41..739caad8d3 100644
--- a/english/aspose.cells.pivot/pivottable/refresh_data/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refresh_data/_index.md
@@ -3,7 +3,7 @@ title: refresh_data method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 190
+weight: 210
url: /aspose.cells.pivot/pivottable/refresh_data/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refresh_data_flag/_index.md b/english/aspose.cells.pivot/pivottable/refresh_data_flag/_index.md
index 565a673b11..81cbb0c6e0 100644
--- a/english/aspose.cells.pivot/pivottable/refresh_data_flag/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refresh_data_flag/_index.md
@@ -3,7 +3,7 @@ title: refresh_data_flag property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 830
+weight: 850
url: /aspose.cells.pivot/pivottable/refresh_data_flag/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refresh_data_on_opening_file/_index.md b/english/aspose.cells.pivot/pivottable/refresh_data_on_opening_file/_index.md
index 94fcb27b47..93f6d98d0d 100644
--- a/english/aspose.cells.pivot/pivottable/refresh_data_on_opening_file/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refresh_data_on_opening_file/_index.md
@@ -3,7 +3,7 @@ title: refresh_data_on_opening_file property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 840
+weight: 860
url: /aspose.cells.pivot/pivottable/refresh_data_on_opening_file/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refresh_date/_index.md b/english/aspose.cells.pivot/pivottable/refresh_date/_index.md
index 7e31e000ee..9c2c9c90f3 100644
--- a/english/aspose.cells.pivot/pivottable/refresh_date/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refresh_date/_index.md
@@ -3,7 +3,7 @@ title: refresh_date property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 850
+weight: 870
url: /aspose.cells.pivot/pivottable/refresh_date/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/refreshed_by_who/_index.md b/english/aspose.cells.pivot/pivottable/refreshed_by_who/_index.md
index fc32c16f5c..6d94b36fb5 100644
--- a/english/aspose.cells.pivot/pivottable/refreshed_by_who/_index.md
+++ b/english/aspose.cells.pivot/pivottable/refreshed_by_who/_index.md
@@ -3,7 +3,7 @@ title: refreshed_by_who property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 860
+weight: 880
url: /aspose.cells.pivot/pivottable/refreshed_by_who/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/remove_field/_index.md b/english/aspose.cells.pivot/pivottable/remove_field/_index.md
index 1c41f971ae..e655d7f47f 100644
--- a/english/aspose.cells.pivot/pivottable/remove_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/remove_field/_index.md
@@ -3,7 +3,7 @@ title: remove_field method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 200
+weight: 220
url: /aspose.cells.pivot/pivottable/remove_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md b/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md
new file mode 100644
index 0000000000..4d141af7d7
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/_index.md
@@ -0,0 +1,27 @@
+---
+title: repeat_items_on_each_printed_page property
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 890
+url: /aspose.cells.pivot/pivottable/repeat_items_on_each_printed_page/
+is_root: false
+---
+
+## repeat_items_on_each_printed_page property
+
+
+Indicates whether pivot item captions on the row area are repeated on each printed page for pivot fields in tabular form.
+### Definition:
+```python
+@property
+def repeat_items_on_each_printed_page(self):
+ ...
+@repeat_items_on_each_printed_page.setter
+def repeat_items_on_each_printed_page(self, value):
+ ...
+```
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/row_fields/_index.md b/english/aspose.cells.pivot/pivottable/row_fields/_index.md
index 10e06d09a9..b44d73f751 100644
--- a/english/aspose.cells.pivot/pivottable/row_fields/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_fields/_index.md
@@ -3,7 +3,7 @@ title: row_fields property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 870
+weight: 900
url: /aspose.cells.pivot/pivottable/row_fields/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/row_grand/_index.md b/english/aspose.cells.pivot/pivottable/row_grand/_index.md
index 2c28e4f7e4..f0ac719f2b 100644
--- a/english/aspose.cells.pivot/pivottable/row_grand/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_grand/_index.md
@@ -3,7 +3,7 @@ title: row_grand property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 880
+weight: 910
url: /aspose.cells.pivot/pivottable/row_grand/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md b/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
index 0c8dfdfb5a..d3e5d4dca2 100644
--- a/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_header_caption/_index.md
@@ -3,7 +3,7 @@ title: row_header_caption property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 890
+weight: 920
url: /aspose.cells.pivot/pivottable/row_header_caption/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/row_range/_index.md b/english/aspose.cells.pivot/pivottable/row_range/_index.md
index 319b267054..f41633df13 100644
--- a/english/aspose.cells.pivot/pivottable/row_range/_index.md
+++ b/english/aspose.cells.pivot/pivottable/row_range/_index.md
@@ -3,7 +3,7 @@ title: row_range property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 900
+weight: 930
url: /aspose.cells.pivot/pivottable/row_range/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/save_data/_index.md b/english/aspose.cells.pivot/pivottable/save_data/_index.md
index 562c9092ad..f5f299f4c5 100644
--- a/english/aspose.cells.pivot/pivottable/save_data/_index.md
+++ b/english/aspose.cells.pivot/pivottable/save_data/_index.md
@@ -3,7 +3,7 @@ title: save_data property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 910
+weight: 940
url: /aspose.cells.pivot/pivottable/save_data/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md b/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md
index 94489c10e6..6547b17bab 100644
--- a/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/set_auto_group_field/_index.md
@@ -3,7 +3,7 @@ title: set_auto_group_field method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 210
+weight: 230
url: /aspose.cells.pivot/pivottable/set_auto_group_field/
is_root: false
---
@@ -22,10 +22,9 @@ def set_auto_group_field(self, base_field_index):
| Parameter | Type | Description |
| :- | :- | :- |
-| base_field_index | int | |
+| base_field_index | int | The row or column field index in the base fields |
### Remarks
-The row or column field index in the base fields
NOTE: This method is now obsolete. Instead,
please use PivotField.GroupBy() method.
This method will be removed 12 months later since October 2023.
diff --git a/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md b/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md
index c4ba089e83..812f98e8ad 100644
--- a/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md
+++ b/english/aspose.cells.pivot/pivottable/set_manual_group_field/_index.md
@@ -3,7 +3,7 @@ title: set_manual_group_field method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 220
+weight: 240
url: /aspose.cells.pivot/pivottable/set_manual_group_field/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md b/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md
index 7f48110ffe..9f47cd077a 100644
--- a/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md
+++ b/english/aspose.cells.pivot/pivottable/set_ungroup/_index.md
@@ -3,7 +3,7 @@ title: set_ungroup method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 230
+weight: 250
url: /aspose.cells.pivot/pivottable/set_ungroup/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_data_tips/_index.md b/english/aspose.cells.pivot/pivottable/show_data_tips/_index.md
index eefc2b6606..c87cc5e5df 100644
--- a/english/aspose.cells.pivot/pivottable/show_data_tips/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_data_tips/_index.md
@@ -3,7 +3,7 @@ title: show_data_tips property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 920
+weight: 950
url: /aspose.cells.pivot/pivottable/show_data_tips/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_detail/_index.md b/english/aspose.cells.pivot/pivottable/show_detail/_index.md
new file mode 100644
index 0000000000..07574ddfa8
--- /dev/null
+++ b/english/aspose.cells.pivot/pivottable/show_detail/_index.md
@@ -0,0 +1,35 @@
+---
+title: show_detail method
+second_title: Aspose.Cells for Python via .NET API References
+description:
+type: docs
+weight: 260
+url: /aspose.cells.pivot/pivottable/show_detail/
+is_root: false
+---
+
+## show_detail {#int-int-bool-int-int}
+
+Show the detail of one item in the data region to a new Table.
+
+
+
+```python
+def show_detail(self, row_offset, column_offset, new_sheet, dest_row, dest_column):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| row_offset | int | Offset to the first data row in the data region. |
+| column_offset | int | Offset to the first data column in the data region. |
+| new_sheet | bool | Show the detail to a new worksheet. |
+| dest_row | int | The target row. |
+| dest_column | int | The target column. |
+
+
+
+### See Also
+* module [`aspose.cells.pivot`](../../)
+* class [`PivotTable`](/cells/python-net/aspose.cells.pivot/pivottable)
diff --git a/english/aspose.cells.pivot/pivottable/show_drill/_index.md b/english/aspose.cells.pivot/pivottable/show_drill/_index.md
index f4476237be..40dc6dfbdd 100644
--- a/english/aspose.cells.pivot/pivottable/show_drill/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_drill/_index.md
@@ -3,7 +3,7 @@ title: show_drill property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 930
+weight: 960
url: /aspose.cells.pivot/pivottable/show_drill/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_empty_col/_index.md b/english/aspose.cells.pivot/pivottable/show_empty_col/_index.md
index e4e39a6ba3..00e06bacd1 100644
--- a/english/aspose.cells.pivot/pivottable/show_empty_col/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_empty_col/_index.md
@@ -3,7 +3,7 @@ title: show_empty_col property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 940
+weight: 970
url: /aspose.cells.pivot/pivottable/show_empty_col/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_empty_row/_index.md b/english/aspose.cells.pivot/pivottable/show_empty_row/_index.md
index 4a8676992f..21c7e339e2 100644
--- a/english/aspose.cells.pivot/pivottable/show_empty_row/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_empty_row/_index.md
@@ -3,7 +3,7 @@ title: show_empty_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 950
+weight: 980
url: /aspose.cells.pivot/pivottable/show_empty_row/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
index 95e89ed97b..ba91b431c6 100644
--- a/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_in_compact_form/_index.md
@@ -3,7 +3,7 @@ title: show_in_compact_form method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 250
+weight: 270
url: /aspose.cells.pivot/pivottable/show_in_compact_form/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md
index 81a21a712b..e21901f77f 100644
--- a/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_in_outline_form/_index.md
@@ -3,7 +3,7 @@ title: show_in_outline_form method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 260
+weight: 280
url: /aspose.cells.pivot/pivottable/show_in_outline_form/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md b/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md
index 11fc2b7e60..f6e003460b 100644
--- a/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_in_tabular_form/_index.md
@@ -3,7 +3,7 @@ title: show_in_tabular_form method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 270
+weight: 290
url: /aspose.cells.pivot/pivottable/show_in_tabular_form/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_member_property_tips/_index.md b/english/aspose.cells.pivot/pivottable/show_member_property_tips/_index.md
index a2524f099f..a121b1361f 100644
--- a/english/aspose.cells.pivot/pivottable/show_member_property_tips/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_member_property_tips/_index.md
@@ -3,7 +3,7 @@ title: show_member_property_tips property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 960
+weight: 990
url: /aspose.cells.pivot/pivottable/show_member_property_tips/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_column_header/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_column_header/_index.md
index a4d04d791f..36f3c8da90 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_column_header/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_column_header/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_column_header property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 970
+weight: 1000
url: /aspose.cells.pivot/pivottable/show_pivot_style_column_header/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/_index.md
index 0f5b5f17c1..841ba5119f 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_column_stripes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 980
+weight: 1010
url: /aspose.cells.pivot/pivottable/show_pivot_style_column_stripes/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_last_column/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_last_column/_index.md
index fb7ff32a39..e3dabce85f 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_last_column/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_last_column/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_last_column property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 990
+weight: 1020
url: /aspose.cells.pivot/pivottable/show_pivot_style_last_column/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_row_header/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_row_header/_index.md
index 4c2ab379d5..f347457f92 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_row_header/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_row_header/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_row_header property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1000
+weight: 1030
url: /aspose.cells.pivot/pivottable/show_pivot_style_row_header/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/_index.md b/english/aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/_index.md
index f621336a97..690bb53376 100644
--- a/english/aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/_index.md
@@ -3,7 +3,7 @@ title: show_pivot_style_row_stripes property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1010
+weight: 1040
url: /aspose.cells.pivot/pivottable/show_pivot_style_row_stripes/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md
index ba12197ed0..e004317899 100644
--- a/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page/_index.md
@@ -3,7 +3,7 @@ title: show_report_filter_page method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 280
+weight: 300
url: /aspose.cells.pivot/pivottable/show_report_filter_page/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md
index 6f15fa68b7..5e5eb0adf5 100644
--- a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_index/_index.md
@@ -3,7 +3,7 @@ title: show_report_filter_page_by_index method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 290
+weight: 310
url: /aspose.cells.pivot/pivottable/show_report_filter_page_by_index/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md
index 02e773772c..212919be3b 100644
--- a/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_report_filter_page_by_name/_index.md
@@ -3,7 +3,7 @@ title: show_report_filter_page_by_name method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 300
+weight: 320
url: /aspose.cells.pivot/pivottable/show_report_filter_page_by_name/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_row_header_caption/_index.md b/english/aspose.cells.pivot/pivottable/show_row_header_caption/_index.md
index edb0a5d8dc..8b2f9a6a37 100644
--- a/english/aspose.cells.pivot/pivottable/show_row_header_caption/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_row_header_caption/_index.md
@@ -3,7 +3,7 @@ title: show_row_header_caption property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1020
+weight: 1050
url: /aspose.cells.pivot/pivottable/show_row_header_caption/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/show_values_row/_index.md b/english/aspose.cells.pivot/pivottable/show_values_row/_index.md
index d8cf4a0fcc..17201ce376 100644
--- a/english/aspose.cells.pivot/pivottable/show_values_row/_index.md
+++ b/english/aspose.cells.pivot/pivottable/show_values_row/_index.md
@@ -3,7 +3,7 @@ title: show_values_row property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1030
+weight: 1060
url: /aspose.cells.pivot/pivottable/show_values_row/
is_root: false
---
@@ -11,8 +11,7 @@ is_root: false
## show_values_row property
-Specifies a boolean value that indicates whether show values row.
-show the values row
+Indicates whether showing values row.
### Definition:
```python
@property
diff --git a/english/aspose.cells.pivot/pivottable/source_type/_index.md b/english/aspose.cells.pivot/pivottable/source_type/_index.md
index 1a5abbbef0..6abff28b1a 100644
--- a/english/aspose.cells.pivot/pivottable/source_type/_index.md
+++ b/english/aspose.cells.pivot/pivottable/source_type/_index.md
@@ -3,7 +3,7 @@ title: source_type property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1040
+weight: 1070
url: /aspose.cells.pivot/pivottable/source_type/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/subtotal_hidden_page_items/_index.md b/english/aspose.cells.pivot/pivottable/subtotal_hidden_page_items/_index.md
index 82f7045340..53bd7e44a4 100644
--- a/english/aspose.cells.pivot/pivottable/subtotal_hidden_page_items/_index.md
+++ b/english/aspose.cells.pivot/pivottable/subtotal_hidden_page_items/_index.md
@@ -3,7 +3,7 @@ title: subtotal_hidden_page_items property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1050
+weight: 1080
url: /aspose.cells.pivot/pivottable/subtotal_hidden_page_items/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/table_range1/_index.md b/english/aspose.cells.pivot/pivottable/table_range1/_index.md
index 0a9ab27abf..2d192a093f 100644
--- a/english/aspose.cells.pivot/pivottable/table_range1/_index.md
+++ b/english/aspose.cells.pivot/pivottable/table_range1/_index.md
@@ -3,7 +3,7 @@ title: table_range1 property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1060
+weight: 1090
url: /aspose.cells.pivot/pivottable/table_range1/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/table_range2/_index.md b/english/aspose.cells.pivot/pivottable/table_range2/_index.md
index d354c491a1..b4ad077826 100644
--- a/english/aspose.cells.pivot/pivottable/table_range2/_index.md
+++ b/english/aspose.cells.pivot/pivottable/table_range2/_index.md
@@ -3,7 +3,7 @@ title: table_range2 property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1070
+weight: 1100
url: /aspose.cells.pivot/pivottable/table_range2/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottable/tag/_index.md b/english/aspose.cells.pivot/pivottable/tag/_index.md
index 64fbecfc00..7538280ccb 100644
--- a/english/aspose.cells.pivot/pivottable/tag/_index.md
+++ b/english/aspose.cells.pivot/pivottable/tag/_index.md
@@ -3,7 +3,7 @@ title: tag property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 1080
+weight: 1110
url: /aspose.cells.pivot/pivottable/tag/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottableautoformattype/_index.md b/english/aspose.cells.pivot/pivottableautoformattype/_index.md
index 896bb44bed..1988490e33 100644
--- a/english/aspose.cells.pivot/pivottableautoformattype/_index.md
+++ b/english/aspose.cells.pivot/pivottableautoformattype/_index.md
@@ -3,7 +3,7 @@ title: PivotTableAutoFormatType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 400
+weight: 410
url: /aspose.cells.pivot/pivottableautoformattype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottablecollection/_index.md b/english/aspose.cells.pivot/pivottablecollection/_index.md
index 283a359336..e2b6b40e78 100644
--- a/english/aspose.cells.pivot/pivottablecollection/_index.md
+++ b/english/aspose.cells.pivot/pivottablecollection/_index.md
@@ -25,12 +25,14 @@ The PivotTableCollection type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
-| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str) | Adds a new PivotTable cache to a PivotCaches collection. |
-| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str-bool) | Adds a new PivotTable cache to a PivotCaches collection. |
-| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str) | Adds a new PivotTable cache to a PivotCaches collection. |
-| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str-bool) | Adds a new PivotTable cache to a PivotCaches collection. |
-| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#aspose.cells.pivot.PivotTable-str-str) | Adds a new PivotTable Object to the collection from another PivotTable. |
-| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#aspose.cells.pivot.PivotTable-int-int-str) | Adds a new PivotTable Object to the collection from another PivotTable. |
+| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str) | Adds a new PivotTable. |
+| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str-bool) | Adds a new PivotTable. |
+| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str) | Adds a new PivotTable. |
+| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str-bool) | Adds a new PivotTable. |
+| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-int-int-str-bool-bool) | Adds a new PivotTable. |
+| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#str-str-str-bool-bool) | Adds a new PivotTable. |
+| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#aspose.cells.pivot.PivotTable-str-str) | Adds a new PivotTable based on another PivotTable. |
+| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#aspose.cells.pivot.PivotTable-int-int-str) | Adds a new PivotTable based on another PivotTable. |
| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#list-bool-aspose.cells.pivot.PivotPageFields-str-str) | Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source. |
| [add](/cells/python-net/aspose.cells.pivot/pivottablecollection/add/#list-bool-aspose.cells.pivot.PivotPageFields-int-int-str) | Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source. |
| [copy_to](/cells/python-net/aspose.cells.pivot/pivottablecollection/copy_to/#list) | Copies the entire array list to a compatible one-dimensional array list, starting at the beginning of the target array list. |
diff --git a/english/aspose.cells.pivot/pivottablecollection/add/_index.md b/english/aspose.cells.pivot/pivottablecollection/add/_index.md
index c05ecbd276..fef98be15c 100644
--- a/english/aspose.cells.pivot/pivottablecollection/add/_index.md
+++ b/english/aspose.cells.pivot/pivottablecollection/add/_index.md
@@ -10,7 +10,7 @@ is_root: false
## add {#str-str-str}
-Adds a new PivotTable cache to a PivotCaches collection.
+Adds a new PivotTable.
### Returns
@@ -34,7 +34,7 @@ def add(self, source_data, dest_cell_name, table_name):
## add {#aspose.cells.pivot.PivotTable-str-str}
-Adds a new PivotTable Object to the collection from another PivotTable.
+Adds a new PivotTable based on another PivotTable.
### Returns
@@ -58,7 +58,7 @@ def add(self, pivot_table, dest_cell_name, table_name):
## add {#str-str-str-bool}
-Adds a new PivotTable cache to a PivotCaches collection.
+Adds a new PivotTable.
### Returns
@@ -83,7 +83,7 @@ def add(self, source_data, dest_cell_name, table_name, use_same_source):
## add {#str-int-int-str}
-Adds a new PivotTable cache to a PivotCaches collection.
+Adds a new PivotTable.
### Returns
@@ -108,7 +108,7 @@ def add(self, source_data, row, column, table_name):
## add {#aspose.cells.pivot.PivotTable-int-int-str}
-Adds a new PivotTable Object to the collection from another PivotTable.
+Adds a new PivotTable based on another PivotTable.
### Returns
@@ -133,7 +133,7 @@ def add(self, pivot_table, row, column, table_name):
## add {#str-int-int-str-bool}
-Adds a new PivotTable cache to a PivotCaches collection.
+Adds a new PivotTable.
### Returns
@@ -157,6 +157,32 @@ def add(self, source_data, row, column, table_name, use_same_source):
| use_same_source | bool | Indicates whether using same data source when another existing pivot table has used this data source.
If the property is true, it will save memory. |
+## add {#str-str-str-bool-bool}
+
+Adds a new PivotTable.
+
+
+### Returns
+
+
+The new added cache index.
+
+
+```python
+def add(self, source_data, cell, table_name, use_same_source, is_xls_classic):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| source_data | str | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 |
+| cell | str | The cell in the upper-left corner of the PivotTable report's destination range. |
+| table_name | str | The name of the new PivotTable report. |
+| use_same_source | bool | Indicates whether using same data source when another existing pivot table has used this data source.
If the property is true, it will save memory. |
+| is_xls_classic | bool | Indicates whether add classic pivot table of Excel 97-2003. |
+
+
## add {#list-bool-aspose.cells.pivot.PivotPageFields-str-str}
Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source.
@@ -183,6 +209,33 @@ def add(self, source_data, is_auto_page, page_fields, dest_cell_name, table_name
| table_name | str | the name of the new PivotTable report. |
+## add {#str-int-int-str-bool-bool}
+
+Adds a new PivotTable.
+
+
+### Returns
+
+
+The new added cache index.
+
+
+```python
+def add(self, source_data, row, column, table_name, use_same_source, is_xls_classic):
+ ...
+```
+
+
+| Parameter | Type | Description |
+| :- | :- | :- |
+| source_data | str | The data cell range for the new PivotTable.Example : Sheet1!A1:C8 |
+| row | int | Row index of the cell in the upper-left corner of the PivotTable report's destination range. |
+| column | int | Column index of the cell in the upper-left corner of the PivotTable report's destination range. |
+| table_name | str | The name of the new PivotTable report. |
+| use_same_source | bool | Indicates whether using same data source when another existing pivot table has used this data source.
If the property is true, it will save memory. |
+| is_xls_classic | bool | Indicates whether add classic pivot table of Excel 97-2003. |
+
+
## add {#list-bool-aspose.cells.pivot.PivotPageFields-int-int-str}
Adds a new PivotTable Object to the collection with multiple consolidation ranges as data source.
diff --git a/english/aspose.cells.pivot/pivottableselectiontype/_index.md b/english/aspose.cells.pivot/pivottableselectiontype/_index.md
index 0df848d546..3775b119dd 100644
--- a/english/aspose.cells.pivot/pivottableselectiontype/_index.md
+++ b/english/aspose.cells.pivot/pivottableselectiontype/_index.md
@@ -3,7 +3,7 @@ title: PivotTableSelectionType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 410
+weight: 420
url: /aspose.cells.pivot/pivottableselectiontype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottablesourcetype/_index.md b/english/aspose.cells.pivot/pivottablesourcetype/_index.md
index d594587fdf..e1a2f14374 100644
--- a/english/aspose.cells.pivot/pivottablesourcetype/_index.md
+++ b/english/aspose.cells.pivot/pivottablesourcetype/_index.md
@@ -3,7 +3,7 @@ title: PivotTableSourceType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 420
+weight: 430
url: /aspose.cells.pivot/pivottablesourcetype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/pivottablestyletype/_index.md b/english/aspose.cells.pivot/pivottablestyletype/_index.md
index c834908bee..adc93f2f5a 100644
--- a/english/aspose.cells.pivot/pivottablestyletype/_index.md
+++ b/english/aspose.cells.pivot/pivottablestyletype/_index.md
@@ -3,7 +3,7 @@ title: PivotTableStyleType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 430
+weight: 440
url: /aspose.cells.pivot/pivottablestyletype/
is_root: false
---
diff --git a/english/aspose.cells.pivot/reservemissingpivotitemtype/_index.md b/english/aspose.cells.pivot/reservemissingpivotitemtype/_index.md
index c267bb9c2c..a604dd0968 100644
--- a/english/aspose.cells.pivot/reservemissingpivotitemtype/_index.md
+++ b/english/aspose.cells.pivot/reservemissingpivotitemtype/_index.md
@@ -3,7 +3,7 @@ title: ReserveMissingPivotItemType enumeration
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
-weight: 440
+weight: 450
url: /aspose.cells.pivot/reservemissingpivotitemtype/
is_root: false
---
diff --git a/english/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/_index.md b/english/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/_index.md
index 50783e56e9..220c71b976 100644
--- a/english/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/_index.md
+++ b/english/aspose.cells.properties/customdocumentpropertycollection/add_link_to_content/_index.md
@@ -28,7 +28,7 @@ def add_link_to_content(self, name, source):
| Parameter | Type | Description |
| :- | :- | :- |
| name | str | The name of the property. |
-| source | str | The source of the property |
+| source | str | The source of the property. It should be the name of named range. |
diff --git a/english/aspose.cells.rendering/imageorprintoptions/_index.md b/english/aspose.cells.rendering/imageorprintoptions/_index.md
index dc863719a3..3fdb48e65f 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/_index.md
@@ -27,8 +27,8 @@ The ImageOrPrintOptions type exposes the following members:
| :- | :- |
| [save_format](/cells/python-net/aspose.cells.rendering/imageorprintoptions/save_format) | Gets or sets the output file format type
Support Tiff/XPS |
| [print_with_status_dialog](/cells/python-net/aspose.cells.rendering/imageorprintoptions/print_with_status_dialog) | If PrintWithStatusDialog = true , there will be a dialog that shows current print status.
else no such dialog will show. |
-| [horizontal_resolution](/cells/python-net/aspose.cells.rendering/imageorprintoptions/horizontal_resolution) | Gets or sets the horizontal resolution for generated images, in dots per inch.
Applies generating image method except Emf format images. |
-| [vertical_resolution](/cells/python-net/aspose.cells.rendering/imageorprintoptions/vertical_resolution) | Gets or sets the vertical resolution for generated images, in dots per inch.
Applies generating image method except Emf format image. |
+| [horizontal_resolution](/cells/python-net/aspose.cells.rendering/imageorprintoptions/horizontal_resolution) | Gets or sets the horizontal resolution for generated images, in dots per inch. |
+| [vertical_resolution](/cells/python-net/aspose.cells.rendering/imageorprintoptions/vertical_resolution) | Gets or sets the vertical resolution for generated images, in dots per inch. |
| [tiff_compression](/cells/python-net/aspose.cells.rendering/imageorprintoptions/tiff_compression) | Gets or sets the type of compression to apply only when saving pages to the `Tiff` format. |
| [tiff_color_depth](/cells/python-net/aspose.cells.rendering/imageorprintoptions/tiff_color_depth) | Gets or sets bit depth to apply only when saving pages to the `Tiff` format. |
| [tiff_binarization_method](/cells/python-net/aspose.cells.rendering/imageorprintoptions/tiff_binarization_method) | Gets or sets method used while converting images to 1 bpp format
when [`ImageOrPrintOptions.image_type`](/cells/python-net/aspose.cells.rendering/imageorprintoptions#image_type) is Tiff and [`ImageOrPrintOptions.tiff_compression`](/cells/python-net/aspose.cells.rendering/imageorprintoptions#tiff_compression) is equal to Ccitt3 or Ccitt4. |
diff --git a/english/aspose.cells.rendering/imageorprintoptions/horizontal_resolution/_index.md b/english/aspose.cells.rendering/imageorprintoptions/horizontal_resolution/_index.md
index 06c81f818e..e5ee70c4f2 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/horizontal_resolution/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/horizontal_resolution/_index.md
@@ -12,12 +12,39 @@ is_root: false
Gets or sets the horizontal resolution for generated images, in dots per inch.
-Applies generating image method except Emf format images.
### Remarks
The default value is 96.
+
+
+Setting [`ImageOrPrintOptions.horizontal_resolution`](/cells/python-net/aspose.cells.rendering/imageorprintoptions#horizontal_resolution) and [`ImageOrPrintOptions.vertical_resolution`](/cells/python-net/aspose.cells.rendering/imageorprintoptions#vertical_resolution)
+effects the width and height of the output image in pixels.
+
+### Example
+
+
+The following code sets resolution to 192, the width and height of the generated image is twice of
+the one with resolution left as the default value 96.
+
+```python
+from aspose.cells import Workbook
+from aspose.cells.drawing import ImageType
+from aspose.cells.rendering import ImageOrPrintOptions, SheetRender
+
+wb = Workbook("Book1.xlsx")
+opts = ImageOrPrintOptions()
+# Set output image type: png.
+opts.image_type = ImageType.PNG
+# Set resolution to 192.
+opts.horizontal_resolution = 192
+opts.vertical_resolution = 192
+# Render worksheet page to image.
+sr = SheetRender(wb.worksheets[0], opts)
+sr.to_image(0, "Sheet_Page1.png")
+
+```
### Definition:
```python
@property
diff --git a/english/aspose.cells.rendering/imageorprintoptions/set_desired_size/_index.md b/english/aspose.cells.rendering/imageorprintoptions/set_desired_size/_index.md
index a82d750d9e..fc33f410f9 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/set_desired_size/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/set_desired_size/_index.md
@@ -48,7 +48,14 @@ def set_desired_size(self, desired_width, desired_height, keep_aspect_ratio):
| desired_width | int | desired width in pixels |
| desired_height | int | desired height in pixels |
| keep_aspect_ratio | bool | whether to keep aspect ratio of origin image |
+### Remarks
+
+The width and height of the output image in pixels will be only based on
+the set desired width and height.
+
+The [`ImageOrPrintOptions.horizontal_resolution`](/cells/python-net/aspose.cells.rendering/imageorprintoptions#horizontal_resolution) and [`ImageOrPrintOptions.vertical_resolution`](/cells/python-net/aspose.cells.rendering/imageorprintoptions#vertical_resolution)
+will not effect the width and height of the output image in this case.
### See Also
diff --git a/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md b/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md
index 6c39dcfc3f..8946b40e48 100644
--- a/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md
+++ b/english/aspose.cells.rendering/imageorprintoptions/vertical_resolution/_index.md
@@ -11,13 +11,39 @@ is_root: false
## vertical_resolution property
-Gets or sets the vertical resolution for generated images, in dots per inch.
-Applies generating image method except Emf format image.
+Gets or sets the vertical resolution for generated images, in dots per inch.
### Remarks
The default value is 96.
+
+
+Setting [`ImageOrPrintOptions.horizontal_resolution`](/cells/python-net/aspose.cells.rendering/imageorprintoptions#horizontal_resolution) and [`ImageOrPrintOptions.vertical_resolution`](/cells/python-net/aspose.cells.rendering/imageorprintoptions#vertical_resolution)
+effects the width and height of the output image in pixels.
+
+### Example
+
+
+The following code sets resolution to 192, the width and height of the generated image is twice of
+the one with resolution left as the default value 96.
+
+```python
+from aspose.cells import Workbook
+from aspose.cells.drawing import ImageType
+from aspose.cells.rendering import ImageOrPrintOptions
+
+wb = Workbook("Book1.xlsx")
+opts = ImageOrPrintOptions()
+# Set output image type: png.
+opts.image_type = ImageType.PNG
+# Set resolution to 192.
+opts.horizontal_resolution = 192
+opts.vertical_resolution = 192
+# Render Chart to image.
+wb.worksheets[0].charts[0].to_image("Chart.png", opts)
+
+```
### Definition:
```python
@property
diff --git a/english/aspose.cells.saving/_index.md b/english/aspose.cells.saving/_index.md
index ee75b3dc02..62c29d6923 100644
--- a/english/aspose.cells.saving/_index.md
+++ b/english/aspose.cells.saving/_index.md
@@ -14,7 +14,6 @@ The **Aspose.Cells.Saving** namespace provides options classes of saving files.
| Class | Description |
| :- | :- |
| [`EbookSaveOptions`](/cells/python-net/aspose.cells.saving/ebooksaveoptions) | Represents the options for saving ebook file. |
-| [`Numbers35SaveOptions`](/cells/python-net/aspose.cells.saving/numbers35saveoptions) | 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/ebooksaveoptions/_index.md b/english/aspose.cells.saving/ebooksaveoptions/_index.md
index 8c3ab5fc34..66b0b30f9b 100644
--- a/english/aspose.cells.saving/ebooksaveoptions/_index.md
+++ b/english/aspose.cells.saving/ebooksaveoptions/_index.md
@@ -108,6 +108,8 @@ The EbookSaveOptions type exposes the following members:
| [hide_overflow_wrapped_text](/cells/python-net/aspose.cells.saving/ebooksaveoptions/hide_overflow_wrapped_text) | Indicates whether to hide overflow text when the cell format is set to wrap text.
The default value is false |
| [is_border_collapsed](/cells/python-net/aspose.cells.saving/ebooksaveoptions/is_border_collapsed) | Indicates whether the table borders are collapsed.
The default value is true. |
| [encode_entity_as_code](/cells/python-net/aspose.cells.saving/ebooksaveoptions/encode_entity_as_code) | Indicates whether the html character entities are replaced with decimal code.
(e.g. " " is replaced with " ").
The default value is false. |
+| [office_math_output_mode](/cells/python-net/aspose.cells.saving/ebooksaveoptions/office_math_output_mode) | Indicates how export OfficeMath objects to HTML, Default value is Image. |
+| [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: