Skip to content

python net 25.4 #24

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
Apr 15, 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
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion english/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ is_root: true
| [`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.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.lowcode`](/cells/python-net/aspose.cells.lowcode) | The **Aspose.Cells.LowCode** namespace provides a set of simple and easy-to-use apis for the most frequently used operations in a low code way. |
| [`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.metas`](/cells/python-net/aspose.cells.metas) | The **Aspose.Cells.Metas** namespace provides classes for all meta data. |
| [`aspose.cells.numbers`](/cells/python-net/aspose.cells.numbers) | The **Aspose.Cells.Numbers** namespace contains all classes of loading and converting Apple Numbers files. |
| [`aspose.cells.ods`](/cells/python-net/aspose.cells.ods) | The **Aspose.Cells.Ods** namespace contains all classes of loading and converting OpenDocument Spreadsheet files. |
| [`aspose.cells.pivot`](/cells/python-net/aspose.cells.pivot) | The **Aspose.Cells.Pivot** namespace contains all classes of rendering and manipulating PivotTable in Excel Spreadsheet files. |
Expand All @@ -44,4 +46,3 @@ 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 . |


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ChartPointCollection indexer
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
weight: 40
url: /aspose.cells.charts/chartpointcollection/__getitem__/
is_root: false
---
Expand Down
2 changes: 0 additions & 2 deletions english/aspose.cells.charts/chartpointcollection/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Gets the [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint) elemen
### Methods
| Method | Description |
| :- | :- |
| [`get_enumerator(self)`](/cells/python-net/aspose.cells.charts/chartpointcollection/get_enumerator/#) | Returns an enumerator for the entire [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection). |
| [`clear(self)`](/cells/python-net/aspose.cells.charts/chartpointcollection/clear/#) | Remove all setting of the chart points. |
| [`remove_at(self, index)`](/cells/python-net/aspose.cells.charts/chartpointcollection/remove_at/#int) | Removes point at the index of the series.. |

Expand Down Expand Up @@ -87,4 +86,3 @@ workbook.save("book1.xls")
### See Also
* module [`aspose.cells.charts`](..)
* class [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint)
* class [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: count property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 60
weight: 50
url: /aspose.cells.charts/chartpointcollection/count/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: remove_at method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 40
weight: 30
url: /aspose.cells.charts/chartpointcollection/remove_at/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: TextParagraphCollection indexer
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 30
weight: 20
url: /aspose.cells.drawing.texts/textparagraphcollection/__getitem__/
is_root: false
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ Gets the [`TextParagraph`](/cells/python-net/aspose.cells.drawing.texts/textpara
| [index] | The index. |


### Methods
| Method | Description |
| :- | :- |
| [`get_enumerator(self)`](/cells/python-net/aspose.cells.drawing.texts/textparagraphcollection/get_enumerator/#) | Gets the enumerator of the paragraphs. |



### See Also
* module [`aspose.cells.drawing.texts`](..)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: count property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 40
weight: 30
url: /aspose.cells.drawing.texts/textparagraphcollection/count/
is_root: false
---
Expand Down
39 changes: 39 additions & 0 deletions english/aspose.cells.lowcode/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: aspose.cells.lowcode
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 10
url: /aspose.cells.lowcode/
is_root: false
---

The **Aspose.Cells.LowCode** namespace provides a set of simple and easy-to-use apis for the most frequently used operations in a low code way.

### Classes
| Class | Description |
| :- | :- |
| [`AbstractLowCodeLoadOptionsProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider) | Implementation to provide multiple load options for processes<br/>that use multiple inputs(such as template files). |
| [`AbstractLowCodeProtectionProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider) | Implementation to provide protection settings |
| [`AbstractLowCodeSaveOptionsProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodesaveoptionsprovider) | Implementation to provide multiple save options for processes<br/>that require multiple outputs. For example,<br/>[`SpreadsheetSplitter`](/cells/python-net/aspose.cells.lowcode/spreadsheetsplitter) feature requires multiple destinations<br/>to save the split files. |
| [`HtmlConverter`](/cells/python-net/aspose.cells.lowcode/htmlconverter) | Converter for conversion between html files(html or mht) and other spreadsheet file formats. |
| [`ImageConverter`](/cells/python-net/aspose.cells.lowcode/imageconverter) | Converter for converting template file to images. |
| [`JsonConverter`](/cells/python-net/aspose.cells.lowcode/jsonconverter) | Converter for conversion between json data structure and other spreadsheet file formats. |
| [`LowCodeHtmlSaveOptions`](/cells/python-net/aspose.cells.lowcode/lowcodehtmlsaveoptions) | Options for saving html in low code way. |
| [`LowCodeImageSaveOptions`](/cells/python-net/aspose.cells.lowcode/lowcodeimagesaveoptions) | Options for saving image in low code way. |
| [`LowCodeLoadOptions`](/cells/python-net/aspose.cells.lowcode/lowcodeloadoptions) | Options for loading template file. |
| [`LowCodeMergeOptions`](/cells/python-net/aspose.cells.lowcode/lowcodemergeoptions) | Options for merging multiple template files into one. |
| [`LowCodePdfSaveOptions`](/cells/python-net/aspose.cells.lowcode/lowcodepdfsaveoptions) | Options for saving pdf in low code way. |
| [`LowCodeSaveOptions`](/cells/python-net/aspose.cells.lowcode/lowcodesaveoptions) | Options for saving generated results in low code way. |
| [`LowCodeSaveOptionsProviderOfAssembling`](/cells/python-net/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling) | Implementation to provide save options which save split parts to files<br/>and the path of resultant file are named as(it may contains directories):<br/>[`LowCodeSaveOptionsProviderOfAssembling.path_header`](/cells/python-net/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling#path_header)+[`LowCodeSaveOptionsProviderOfAssembling.sheet_prefix`](/cells/python-net/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling#sheet_prefix)+SheetIndex(or SheetName)<br/>+[`LowCodeSaveOptionsProviderOfAssembling.split_part_prefix`](/cells/python-net/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling#split_part_prefix)+SplitPartIndex+[`LowCodeSaveOptionsProviderOfAssembling.path_tail`](/cells/python-net/aspose.cells.lowcode/lowcodesaveoptionsproviderofassembling#path_tail). |
| [`LowCodeSaveOptionsProviderOfPlaceHolders`](/cells/python-net/aspose.cells.lowcode/lowcodesaveoptionsproviderofplaceholders) | Implementation to provide save options which save split parts to files<br/>and the path of resultant file are defined with placeholders. |
| [`LowCodeSplitOptions`](/cells/python-net/aspose.cells.lowcode/lowcodesplitoptions) | Options for splitting spreadsheet. |
| [`PdfConverter`](/cells/python-net/aspose.cells.lowcode/pdfconverter) | Converter for converting template file to pdf. |
| [`SplitPartInfo`](/cells/python-net/aspose.cells.lowcode/splitpartinfo) | Represents the information of one input/output for multiple inputs/outputs,<br/>such as current page to be rendered when converting spreadsheet to image. |
| [`SpreadsheetConverter`](/cells/python-net/aspose.cells.lowcode/spreadsheetconverter) | Converter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet ml... |
| [`SpreadsheetLocker`](/cells/python-net/aspose.cells.lowcode/spreadsheetlocker) | Low code api to lock spreadsheet file. |
| [`SpreadsheetMerger`](/cells/python-net/aspose.cells.lowcode/spreadsheetmerger) | Merges multiple template files into one. |
| [`SpreadsheetSplitter`](/cells/python-net/aspose.cells.lowcode/spreadsheetsplitter) | Splits spreadsheet file into multiple parts. |
| [`TextConverter`](/cells/python-net/aspose.cells.lowcode/textconverter) | Converter for conversion between text based formats(csv, tsv, dif...) and other spreadsheet file formats. |


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: AbstractLowCodeLoadOptionsProvider class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 10
url: /aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/
is_root: false
---

## AbstractLowCodeLoadOptionsProvider class

Implementation to provide multiple load options for processes
that use multiple inputs(such as template files).



The AbstractLowCodeLoadOptionsProvider type exposes the following members:

### Properties
| Property | Description |
| :- | :- |
| [current](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/current) | Gets the load options from which to load data of currently processed part. |


### Methods
| Method | Description |
| :- | :- |
| [`move_next(self)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/move_next/#) | Checks whether there is more input. |
| [`finish(self, part)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/#aspose.cells.lowcode.lowcodeloadoptions) | Releases resources after processing currently part of input. |



### Remarks


For example, [`SpreadsheetMerger`](/cells/python-net/aspose.cells.lowcode/spreadsheetmerger) feature requires
multiple template files to merge.

### See Also
* module [`aspose.cells.lowcode`](..)
* class [`SpreadsheetMerger`](/cells/python-net/aspose.cells.lowcode/spreadsheetmerger)
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: current property
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 50
url: /aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/current/
is_root: false
---

## current property


Gets the load options from which to load data of currently processed part.
### Definition:
```python
@property
def current(self):
...
```

### See Also
* module [`aspose.cells.lowcode`](../../)
* class [`AbstractLowCodeLoadOptionsProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider)
* class [`LowCodeLoadOptions`](/cells/python-net/aspose.cells.lowcode/lowcodeloadoptions)
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: finish method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 20
url: /aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/
is_root: false
---

## finish(self, part) {#aspose.cells.lowcode.LowCodeLoadOptions}

Releases resources after processing currently part of input.



```python

def finish(self, part):
...
```


| Parameter | Type | Description |
| :- | :- | :- |
| part | [`LowCodeLoadOptions`](/cells/python-net/aspose.cells.lowcode/lowcodeloadoptions) | the load options used for currently split part. |
### Remarks

By default this method just closes the stream specified by the
[`LowCodeLoadOptions.input_stream`](/cells/python-net/aspose.cells.lowcode/lowcodeloadoptions#input_stream) directly(if the load options
specified a Stream as source).
User may overwrite this method to control how to release resources
according to their requirement and the implementation of
[`AbstractLowCodeLoadOptionsProvider.current`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider#current).


### See Also
* module [`aspose.cells.lowcode`](../../)
* class [`AbstractLowCodeLoadOptionsProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider)
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: move_next method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 30
url: /aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/move_next/
is_root: false
---

## move_next(self) {#}

Checks whether there is more input.



```python

def move_next(self):
...
```





### See Also
* module [`aspose.cells.lowcode`](../../)
* class [`AbstractLowCodeLoadOptionsProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider)
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: AbstractLowCodeProtectionProvider constructor
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 10
url: /aspose.cells.lowcode/abstractlowcodeprotectionprovider/__init__/
is_root: false
---

## \_\_init\_\_(self) {#}

Constructs a new instance of AbstractLowCodeProtectionProvider



```python

def __init__(self):
...
```





### See Also
* module [`aspose.cells.lowcode`](../../)
* class [`AbstractLowCodeProtectionProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider)
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: AbstractLowCodeProtectionProvider class
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 20
url: /aspose.cells.lowcode/abstractlowcodeprotectionprovider/
is_root: false
---

## AbstractLowCodeProtectionProvider class

Implementation to provide protection settings



The AbstractLowCodeProtectionProvider type exposes the following members:

### Constructors
| Constructor | Description |
| :- | :- |
| [`__init__(self)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider/__init__/#) | Constructs a new instance of AbstractLowCodeProtectionProvider |


### Methods
| Method | Description |
| :- | :- |
| [`get_open_password(self)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider/get_open_password/#) | Gets the password to open spread sheet file. |
| [`get_write_password(self)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider/get_write_password/#) | Gets the password to modify spread sheet file. |
| [`get_workbook_password(self)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider/get_workbook_password/#) | Gets the password to protect the workbook with specified protection type. |
| [`get_workbook_protection_type(self)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider/get_workbook_protection_type/#) | Gets the protection type to protect the workbook. |
| [`get_worksheet_password(self, sheet_name)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider/get_worksheet_password/#str) | Gets the password to protect the specified worksheet. |
| [`get_worksheet_protection_type(self, sheet_name)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider/get_worksheet_protection_type/#str) | Gets the protection type to protect the specified worksheet. |



### See Also
* module [`aspose.cells.lowcode`](..)
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: get_open_password method
second_title: Aspose.Cells for Python via .NET API References
description:
type: docs
weight: 20
url: /aspose.cells.lowcode/abstractlowcodeprotectionprovider/get_open_password/
is_root: false
---

## get_open_password(self) {#}

Gets the password to open spread sheet file.


### Returns


Password to open spread sheet file. Empty means no protection for openning the filel.


```python

def get_open_password(self):
...
```





### See Also
* module [`aspose.cells.lowcode`](../../)
* class [`AbstractLowCodeProtectionProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider)
Loading