Skip to content

python net 25.3 #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 3 additions & 1 deletion english/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ is_root: true
| [`aspose.cells.drawing.equations`](/cells/python-net/aspose.cells.drawing.equations) | The **Aspose.Cells.Drawing.Equations** namespace provides classes for creating various equation shapes (such as fractional equations, power equations, etc.) through equation nodes. |
| [`aspose.cells.drawing.texts`](/cells/python-net/aspose.cells.drawing.texts) | The **Aspose.Cells.Drawing.Texts** namespace provides classes that draw and format texts objects such paragraph, bullet and more. |
| [`aspose.cells.externalconnections`](/cells/python-net/aspose.cells.externalconnections) | The **Aspose.Cells.ExternalConnections** namespace provides classes for external connections to retrieve data from external sources such as Databases and the Web. |
| [`aspose.cells.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace contains all classes for options of loading. |
| [`aspose.cells.json`](/cells/python-net/aspose.cells.json) | The **Aspose.Cells.Json** namespace contains all classes of JSON. |
| [`aspose.cells.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace provides options classes of loading files. |
| [`aspose.cells.markdown`](/cells/python-net/aspose.cells.markdown) | The **Aspose.Cells.Markdown** namespace contains classes that define settings for converting Excel to Markdown. |
| [`aspose.cells.markup`](/cells/python-net/aspose.cells.markup) | The **Aspose.Cells.Markup** namespace contains classes that represent customer defined semantics in a document: smart tags, custom XML and more markup tags. |
| [`aspose.cells.metadata`](/cells/python-net/aspose.cells.metadata) | The **Aspose.Cells.Metadata** namespace contains all classes of loading and saving metadata of Spreadsheets. |
| [`aspose.cells.numbers`](/cells/python-net/aspose.cells.numbers) | The **Aspose.Cells.Numbers** namespace contains all classes of loading and converting Apple Numbers files. |
Expand All @@ -43,3 +44,4 @@ is_root: true
| [`aspose.cells.webextensions`](/cells/python-net/aspose.cells.webextensions) | The **Aspose.Cells.WebExtensions** namespace contains classes to access Office Add-in in Excel Files. |
| [`aspose.cellsgridjs`](/cells/python-net/aspose.cellsgridjs) | The **Aspose.Cells.GridJs** namespace contains all classes of GridJs which provide basic operations for managing spreadsheets without utilizing Microsoft Excel . |


2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The Axis type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
| [get_axis_texts](/cells/python-net/aspose.cells.charts/axis/get_axis_texts/#) | Gets the labels of the axis after call Chart.Calculate() method. |
| [`get_axis_texts(self)`](/cells/python-net/aspose.cells.charts/axis/get_axis_texts/#) | Gets the labels of the axis after call Chart.Calculate() method. |



Expand Down
2 changes: 1 addition & 1 deletion english/aspose.cells.charts/axis/custom_unit/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Specifies a custom value for the display unit.


NOTE: This property is now obsolete. Instead,
please use Axis.CoustomDisplayUnit property.
please use Axis.CustomDisplayUnit property.
This property will be removed 12 months later since February 2025.
Aspose apologizes for any inconvenience you may have experienced.
### Definition:
Expand Down
3 changes: 2 additions & 1 deletion english/aspose.cells.charts/axis/get_axis_texts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ url: /aspose.cells.charts/axis/get_axis_texts/
is_root: false
---

## get_axis_texts {#}
## get_axis_texts(self) {#}

Gets the labels of the axis after call Chart.Calculate() method.



```python

def get_axis_texts(self):
...
```
Expand Down
4 changes: 2 additions & 2 deletions english/aspose.cells.charts/axisbins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The AxisBins type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
| [reset_overflow](/cells/python-net/aspose.cells.charts/axisbins/reset_overflow/#) | Reset the overflow |
| [reset_underflow](/cells/python-net/aspose.cells.charts/axisbins/reset_underflow/#) | Reset the underflow |
| [`reset_overflow(self)`](/cells/python-net/aspose.cells.charts/axisbins/reset_overflow/#) | Reset the overflow |
| [`reset_underflow(self)`](/cells/python-net/aspose.cells.charts/axisbins/reset_underflow/#) | Reset the underflow |



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ url: /aspose.cells.charts/axisbins/reset_overflow/
is_root: false
---

## reset_overflow {#}
## reset_overflow(self) {#}

Reset the overflow



```python

def reset_overflow(self):
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ url: /aspose.cells.charts/axisbins/reset_underflow/
is_root: false
---

## reset_underflow {#}
## reset_underflow(self) {#}

Reset the underflow



```python

def reset_underflow(self):
...
```
Expand Down
48 changes: 24 additions & 24 deletions english/aspose.cells.charts/chart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,30 +76,30 @@ The Chart type exposes the following members:
### Methods
| Method | Description |
| :- | :- |
| [calculate](/cells/python-net/aspose.cells.charts/chart/calculate/#) | Calculates the custom position of plot area, axes if the position of them are auto assigned. |
| [calculate](/cells/python-net/aspose.cells.charts/chart/calculate/#aspose.cells.charts.ChartCalculateOptions) | Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options. |
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.drawing.ImageType) | Creates the chart image and saves it to a file in the specified image type. |
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str-int) | Creates the chart image and saves it to a file in the Jpeg format. |
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#io.RawIOBase-int) | Creates the chart image and saves it to a stream in the Jpeg format. |
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#io.RawIOBase-aspose.cells.drawing.ImageType) | Creates the chart image and saves it to a stream in the specified format. |
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.rendering.ImageOrPrintOptions) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
| [to_image](/cells/python-net/aspose.cells.charts/chart/to_image/#io.RawIOBase-aspose.cells.rendering.ImageOrPrintOptions) | Creates the chart image and saves it to a stream in the specified format. |
| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str) | Saves the chart to a pdf file. |
| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType) | Saves the chart to a pdf file. |
| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.RawIOBase) | Creates the chart pdf and saves it to a stream. |
| [to_pdf](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.RawIOBase-float-float-aspose.cells.PageLayoutAlignmentType-aspose.cells.PageLayoutAlignmentType) | Creates the chart pdf and saves it to a stream. |
| [is_refered_by_chart](/cells/python-net/aspose.cells.charts/chart/is_refered_by_chart/#int-int) | Returns whether the cell refered by the chart. |
| [is_cell_refered_by_chart](/cells/python-net/aspose.cells.charts/chart/is_cell_refered_by_chart/#int-int-int) | Returns whether the cell refered by the chart. |
| [is_chart_data_changed](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. |
| [refresh_pivot_data](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. |
| [change_template](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
| [move](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
| [get_actual_size](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
| [has_axis](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.AxisType-bool) | Returns which axes exist on the chart. |
| [switch_row_column](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. |
| [get_chart_data_range](/cells/python-net/aspose.cells.charts/chart/get_chart_data_range/#) | Gets the data source range of the chart. |
| [set_chart_data_range](/cells/python-net/aspose.cells.charts/chart/set_chart_data_range/#str-bool) | Specifies data range for a chart. |
| [`calculate(self)`](/cells/python-net/aspose.cells.charts/chart/calculate/#) | Calculates the custom position of plot area, axes if the position of them are auto assigned. |
| [`calculate(self, calculate_options)`](/cells/python-net/aspose.cells.charts/chart/calculate/#aspose.cells.charts.chartcalculateoptions) | Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options. |
| [`to_image(self, image_file)`](/cells/python-net/aspose.cells.charts/chart/to_image/#str) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
| [`to_image(self, image_file, image_type)`](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.drawing.imagetype) | Creates the chart image and saves it to a file in the specified image type. |
| [`to_image(self, image_file, jpeg_quality)`](/cells/python-net/aspose.cells.charts/chart/to_image/#str-int) | Creates the chart image and saves it to a file in the Jpeg format. |
| [`to_image(self, stream, jpeg_quality)`](/cells/python-net/aspose.cells.charts/chart/to_image/#io.rawiobase-int) | Creates the chart image and saves it to a stream in the Jpeg format. |
| [`to_image(self, stream, image_type)`](/cells/python-net/aspose.cells.charts/chart/to_image/#io.rawiobase-aspose.cells.drawing.imagetype) | Creates the chart image and saves it to a stream in the specified format. |
| [`to_image(self, image_file, options)`](/cells/python-net/aspose.cells.charts/chart/to_image/#str-aspose.cells.rendering.imageorprintoptions) | Creates the chart image and saves it to a file.<br/>The extension of the file name determines the format of the image. |
| [`to_image(self, stream, options)`](/cells/python-net/aspose.cells.charts/chart/to_image/#io.rawiobase-aspose.cells.rendering.imageorprintoptions) | Creates the chart image and saves it to a stream in the specified format. |
| [`to_pdf(self, file_name)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str) | Saves the chart to a pdf file. |
| [`to_pdf(self, file_name, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#str-float-float-aspose.cells.pagelayoutalignmenttype-aspose.cells.pagelayoutalignmenttype) | Saves the chart to a pdf file. |
| [`to_pdf(self, stream)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.rawiobase) | Creates the chart pdf and saves it to a stream. |
| [`to_pdf(self, stream, desired_page_width, desired_page_height, h_alignment_type, v_alignment_type)`](/cells/python-net/aspose.cells.charts/chart/to_pdf/#io.rawiobase-float-float-aspose.cells.pagelayoutalignmenttype-aspose.cells.pagelayoutalignmenttype) | Creates the chart pdf and saves it to a stream. |
| [`is_refered_by_chart(self, row_index, column_index)`](/cells/python-net/aspose.cells.charts/chart/is_refered_by_chart/#int-int) | Returns whether the cell refered by the chart. |
| [`is_cell_refered_by_chart(self, sheet_index, row_index, column_index)`](/cells/python-net/aspose.cells.charts/chart/is_cell_refered_by_chart/#int-int-int) | Returns whether the cell refered by the chart. |
| [`is_chart_data_changed(self)`](/cells/python-net/aspose.cells.charts/chart/is_chart_data_changed/#) | Detects if a chart's data source has changed. |
| [`refresh_pivot_data(self)`](/cells/python-net/aspose.cells.charts/chart/refresh_pivot_data/#) | Refreshes chart's data from pivot table. |
| [`change_template(self, data)`](/cells/python-net/aspose.cells.charts/chart/change_template/#bytes) | Change chart type with preset template. |
| [`move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column)`](/cells/python-net/aspose.cells.charts/chart/move/#int-int-int-int) | Moves the chart to a specified location. |
| [`get_actual_size(self)`](/cells/python-net/aspose.cells.charts/chart/get_actual_size/#) | Gets actual size of chart in unit of pixels. |
| [`has_axis(self, aixs_type, is_primary)`](/cells/python-net/aspose.cells.charts/chart/has_axis/#aspose.cells.charts.axistype-bool) | Returns which axes exist on the chart. |
| [`switch_row_column(self)`](/cells/python-net/aspose.cells.charts/chart/switch_row_column/#) | Switches row/column. |
| [`get_chart_data_range(self)`](/cells/python-net/aspose.cells.charts/chart/get_chart_data_range/#) | Gets the data source range of the chart. |
| [`set_chart_data_range(self, area, is_vertical)`](/cells/python-net/aspose.cells.charts/chart/set_chart_data_range/#str-bool) | Specifies data range for a chart. |



Expand Down
6 changes: 4 additions & 2 deletions english/aspose.cells.charts/chart/calculate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,29 @@ url: /aspose.cells.charts/chart/calculate/
is_root: false
---

## calculate {#}
## calculate(self) {#}

Calculates the custom position of plot area, axes if the position of them are auto assigned.



```python

def calculate(self):
...
```




## calculate {#aspose.cells.charts.ChartCalculateOptions}
## calculate(self, calculate_options) {#aspose.cells.charts.ChartCalculateOptions}

Calculates the custom position of plot area, axes if the position of them are auto assigned, with Chart Calculate Options.



```python

def calculate(self, calculate_options):
...
```
Expand Down
3 changes: 2 additions & 1 deletion english/aspose.cells.charts/chart/change_template/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/change_template/
is_root: false
---

## change_template {#bytes}
## change_template(self, data) {#bytes}

Change chart type with preset template.



```python

def change_template(self, data):
...
```
Expand Down
3 changes: 2 additions & 1 deletion english/aspose.cells.charts/chart/get_actual_size/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/get_actual_size/
is_root: false
---

## get_actual_size {#}
## get_actual_size(self) {#}

Gets actual size of chart in unit of pixels.

Expand All @@ -21,6 +21,7 @@ Actual size in an array(width and height).


```python

def get_actual_size(self):
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/get_chart_data_range/
is_root: false
---

## get_chart_data_range {#}
## get_chart_data_range(self) {#}

Gets the data source range of the chart.

Expand All @@ -20,6 +20,7 @@ The data source.


```python

def get_chart_data_range(self):
...
```
Expand Down
3 changes: 2 additions & 1 deletion english/aspose.cells.charts/chart/has_axis/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/has_axis/
is_root: false
---

## has_axis {#aspose.cells.charts.AxisType-bool}
## has_axis(self, aixs_type, is_primary) {#aspose.cells.charts.AxisType-bool}

Returns which axes exist on the chart.



```python

def has_axis(self, aixs_type, is_primary):
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/is_cell_refered_by_chart/
is_root: false
---

## is_cell_refered_by_chart {#int-int-int}
## is_cell_refered_by_chart(self, sheet_index, row_index, column_index) {#int-int-int}

Returns whether the cell refered by the chart.

Expand All @@ -20,6 +20,7 @@ Returns whether the cell refered by the chart.


```python

def is_cell_refered_by_chart(self, sheet_index, row_index, column_index):
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/is_chart_data_changed/
is_root: false
---

## is_chart_data_changed {#}
## is_chart_data_changed(self) {#}

Detects if a chart's data source has changed.

Expand All @@ -20,6 +20,7 @@ Returns true if the chart has changed otherwise returns false


```python

def is_chart_data_changed(self):
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/is_refered_by_chart/
is_root: false
---

## is_refered_by_chart {#int-int}
## is_refered_by_chart(self, row_index, column_index) {#int-int}

Returns whether the cell refered by the chart.

Expand All @@ -20,6 +20,7 @@ Returns whether the cell refered by the chart.


```python

def is_refered_by_chart(self, row_index, column_index):
...
```
Expand Down
3 changes: 2 additions & 1 deletion english/aspose.cells.charts/chart/move/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/move/
is_root: false
---

## move {#int-int-int-int}
## move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column) {#int-int-int-int}

Moves the chart to a specified location.



```python

def move(self, upper_left_row, upper_left_column, lower_right_row, lower_right_column):
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/refresh_pivot_data/
is_root: false
---

## refresh_pivot_data {#}
## refresh_pivot_data(self) {#}

Refreshes chart's data from pivot table.



```python

def refresh_pivot_data(self):
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ url: /aspose.cells.charts/chart/set_chart_data_range/
is_root: false
---

## set_chart_data_range {#str-bool}
## set_chart_data_range(self, area, is_vertical) {#str-bool}

Specifies data range for a chart.



```python

def set_chart_data_range(self, area, is_vertical):
...
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url: /aspose.cells.charts/chart/switch_row_column/
is_root: false
---

## switch_row_column {#}
## switch_row_column(self) {#}

Switches row/column.

Expand All @@ -20,6 +20,7 @@ False means switching row/column fails.


```python

def switch_row_column(self):
...
```
Expand Down
Loading