Skip to content

Commit df5271f

Browse files
committed
python net 25.4
1 parent d90ea22 commit df5271f

File tree

412 files changed

+6352
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

412 files changed

+6352
-236
lines changed

english/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ is_root: true
2222
| [`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. |
2323
| [`aspose.cells.json`](/cells/python-net/aspose.cells.json) | The **Aspose.Cells.Json** namespace contains all classes of JSON. |
2424
| [`aspose.cells.loading`](/cells/python-net/aspose.cells.loading) | The **Aspose.Cells.Loading** namespace provides options classes of loading files. |
25+
| [`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. |
2526
| [`aspose.cells.markdown`](/cells/python-net/aspose.cells.markdown) | The **Aspose.Cells.Markdown** namespace contains classes that define settings for converting Excel to Markdown. |
2627
| [`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. |
2728
| [`aspose.cells.metadata`](/cells/python-net/aspose.cells.metadata) | The **Aspose.Cells.Metadata** namespace contains all classes of loading and saving metadata of Spreadsheets. |
29+
| [`aspose.cells.metas`](/cells/python-net/aspose.cells.metas) | The **Aspose.Cells.Metas** namespace provides classes for all meta data. |
2830
| [`aspose.cells.numbers`](/cells/python-net/aspose.cells.numbers) | The **Aspose.Cells.Numbers** namespace contains all classes of loading and converting Apple Numbers files. |
2931
| [`aspose.cells.ods`](/cells/python-net/aspose.cells.ods) | The **Aspose.Cells.Ods** namespace contains all classes of loading and converting OpenDocument Spreadsheet files. |
3032
| [`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. |
@@ -44,4 +46,3 @@ is_root: true
4446
| [`aspose.cells.webextensions`](/cells/python-net/aspose.cells.webextensions) | The **Aspose.Cells.WebExtensions** namespace contains classes to access Office Add-in in Excel Files. |
4547
| [`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 . |
4648

47-

english/aspose.cells.charts/chartpointcollection/__getitem__/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ChartPointCollection indexer
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 50
6+
weight: 40
77
url: /aspose.cells.charts/chartpointcollection/__getitem__/
88
is_root: false
99
---

english/aspose.cells.charts/chartpointcollection/_index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Gets the [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint) elemen
3333
### Methods
3434
| Method | Description |
3535
| :- | :- |
36-
| [`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). |
3736
| [`clear(self)`](/cells/python-net/aspose.cells.charts/chartpointcollection/clear/#) | Remove all setting of the chart points. |
3837
| [`remove_at(self, index)`](/cells/python-net/aspose.cells.charts/chartpointcollection/remove_at/#int) | Removes point at the index of the series.. |
3938

@@ -87,4 +86,3 @@ workbook.save("book1.xls")
8786
### See Also
8887
* module [`aspose.cells.charts`](..)
8988
* class [`ChartPoint`](/cells/python-net/aspose.cells.charts/chartpoint)
90-
* class [`ChartPointCollection`](/cells/python-net/aspose.cells.charts/chartpointcollection)

english/aspose.cells.charts/chartpointcollection/count/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: count property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 60
6+
weight: 50
77
url: /aspose.cells.charts/chartpointcollection/count/
88
is_root: false
99
---

english/aspose.cells.charts/chartpointcollection/remove_at/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: remove_at method
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 40
6+
weight: 30
77
url: /aspose.cells.charts/chartpointcollection/remove_at/
88
is_root: false
99
---

english/aspose.cells.drawing.texts/textparagraphcollection/__getitem__/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: TextParagraphCollection indexer
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 30
6+
weight: 20
77
url: /aspose.cells.drawing.texts/textparagraphcollection/__getitem__/
88
is_root: false
99
---

english/aspose.cells.drawing.texts/textparagraphcollection/_index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ Gets the [`TextParagraph`](/cells/python-net/aspose.cells.drawing.texts/textpara
3030
| [index] | The index. |
3131

3232

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

4034
### See Also
4135
* module [`aspose.cells.drawing.texts`](..)

english/aspose.cells.drawing.texts/textparagraphcollection/count/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: count property
33
second_title: Aspose.Cells for Python via .NET API References
44
description:
55
type: docs
6-
weight: 40
6+
weight: 30
77
url: /aspose.cells.drawing.texts/textparagraphcollection/count/
88
is_root: false
99
---

english/aspose.cells.lowcode/_index.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: aspose.cells.lowcode
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 10
7+
url: /aspose.cells.lowcode/
8+
is_root: false
9+
---
10+
11+
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.
12+
13+
### Classes
14+
| Class | Description |
15+
| :- | :- |
16+
| [`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). |
17+
| [`AbstractLowCodeProtectionProvider`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeprotectionprovider) | Implementation to provide protection settings |
18+
| [`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. |
19+
| [`HtmlConverter`](/cells/python-net/aspose.cells.lowcode/htmlconverter) | Converter for conversion between html files(html or mht) and other spreadsheet file formats. |
20+
| [`ImageConverter`](/cells/python-net/aspose.cells.lowcode/imageconverter) | Converter for converting template file to images. |
21+
| [`JsonConverter`](/cells/python-net/aspose.cells.lowcode/jsonconverter) | Converter for conversion between json data structure and other spreadsheet file formats. |
22+
| [`LowCodeHtmlSaveOptions`](/cells/python-net/aspose.cells.lowcode/lowcodehtmlsaveoptions) | Options for saving html in low code way. |
23+
| [`LowCodeImageSaveOptions`](/cells/python-net/aspose.cells.lowcode/lowcodeimagesaveoptions) | Options for saving image in low code way. |
24+
| [`LowCodeLoadOptions`](/cells/python-net/aspose.cells.lowcode/lowcodeloadoptions) | Options for loading template file. |
25+
| [`LowCodeMergeOptions`](/cells/python-net/aspose.cells.lowcode/lowcodemergeoptions) | Options for merging multiple template files into one. |
26+
| [`LowCodePdfSaveOptions`](/cells/python-net/aspose.cells.lowcode/lowcodepdfsaveoptions) | Options for saving pdf in low code way. |
27+
| [`LowCodeSaveOptions`](/cells/python-net/aspose.cells.lowcode/lowcodesaveoptions) | Options for saving generated results in low code way. |
28+
| [`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). |
29+
| [`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. |
30+
| [`LowCodeSplitOptions`](/cells/python-net/aspose.cells.lowcode/lowcodesplitoptions) | Options for splitting spreadsheet. |
31+
| [`PdfConverter`](/cells/python-net/aspose.cells.lowcode/pdfconverter) | Converter for converting template file to pdf. |
32+
| [`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. |
33+
| [`SpreadsheetConverter`](/cells/python-net/aspose.cells.lowcode/spreadsheetconverter) | Converter for conversion between different spreadsheet file formats, such as xls, xlsx, xlsb, spreadsheet ml... |
34+
| [`SpreadsheetLocker`](/cells/python-net/aspose.cells.lowcode/spreadsheetlocker) | Low code api to lock spreadsheet file. |
35+
| [`SpreadsheetMerger`](/cells/python-net/aspose.cells.lowcode/spreadsheetmerger) | Merges multiple template files into one. |
36+
| [`SpreadsheetSplitter`](/cells/python-net/aspose.cells.lowcode/spreadsheetsplitter) | Splits spreadsheet file into multiple parts. |
37+
| [`TextConverter`](/cells/python-net/aspose.cells.lowcode/textconverter) | Converter for conversion between text based formats(csv, tsv, dif...) and other spreadsheet file formats. |
38+
39+
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: AbstractLowCodeLoadOptionsProvider class
3+
second_title: Aspose.Cells for Python via .NET API References
4+
description:
5+
type: docs
6+
weight: 10
7+
url: /aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/
8+
is_root: false
9+
---
10+
11+
## AbstractLowCodeLoadOptionsProvider class
12+
13+
Implementation to provide multiple load options for processes
14+
that use multiple inputs(such as template files).
15+
16+
17+
18+
The AbstractLowCodeLoadOptionsProvider type exposes the following members:
19+
20+
### Properties
21+
| Property | Description |
22+
| :- | :- |
23+
| [current](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/current) | Gets the load options from which to load data of currently processed part. |
24+
25+
26+
### Methods
27+
| Method | Description |
28+
| :- | :- |
29+
| [`move_next(self)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/move_next/#) | Checks whether there is more input. |
30+
| [`finish(self, part)`](/cells/python-net/aspose.cells.lowcode/abstractlowcodeloadoptionsprovider/finish/#aspose.cells.lowcode.lowcodeloadoptions) | Releases resources after processing currently part of input. |
31+
32+
33+
34+
### Remarks
35+
36+
37+
For example, [`SpreadsheetMerger`](/cells/python-net/aspose.cells.lowcode/spreadsheetmerger) feature requires
38+
multiple template files to merge.
39+
40+
### See Also
41+
* module [`aspose.cells.lowcode`](..)
42+
* class [`SpreadsheetMerger`](/cells/python-net/aspose.cells.lowcode/spreadsheetmerger)

0 commit comments

Comments
 (0)