Skip to content

Commit 8e58b78

Browse files
Aspose.Slides for Python via .NET 25.8 API Reference
1 parent 3d46580 commit 8e58b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/python-net/english/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ weight: 12
1919
| [`aspose.slides.charts`](/slides/python-net/aspose.slides.charts/) | Contains classes for work with charts in Microsoft PowerPoint presentations. |
2020
| [`aspose.slides.dom.ole`](/slides/python-net/aspose.slides.dom.ole/) | Contains classes for work with OLE objects in Microsoft PowerPoint presentations. |
2121
| [`aspose.slides.effects`](/slides/python-net/aspose.slides.effects/) | Contains classes for work with various effects in Microsoft PowerPoint presentations. |
22-
| [`aspose.slides.excel`](/slides/python-net/aspose.slides.excel/) | |
22+
| [`aspose.slides.excel`](/slides/python-net/aspose.slides.excel/) | Contains classes for work with external Microsoft Excel spreadsheets. |
2323
| [`aspose.slides.export`](/slides/python-net/aspose.slides.export/) | Contains classes for exporting Microsoft PowerPoint presentations to different formats like Html, Pdf, Svg, Xps and others. |
2424
| [`aspose.slides.export.xaml`](/slides/python-net/aspose.slides.export.xaml/) | Contains classes for exporting Microsoft PowerPoint presentations to XAML. |
2525
| [`aspose.slides.importing`](/slides/python-net/aspose.slides.importing/) | Contains classes importing data into Microsoft PowerPoint presentations. |

content/python-net/english/aspose.slides.excel/exceldataworkbook/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The ExcelDataWorkbook type exposes the following members:
2828
| [`get_cell`](/slides/python-net/aspose.slides.excel/exceldataworkbook/get_cell/#str-int-int) | Retrieves a cell from the specified worksheet using its name and cell coordinates. |
2929
| [`get_cell`](/slides/python-net/aspose.slides.excel/exceldataworkbook/get_cell/#int-str) | Retrieves a cell from the specified worksheet using its index and Excel-style cell name (e.g., "B2"). |
3030
| [`get_cell`](/slides/python-net/aspose.slides.excel/exceldataworkbook/get_cell/#str-str) | Retrieves a cell from the specified worksheet using Excel-style cell name (e.g., "B2"). |
31-
| [`get_cells`](/slides/python-net/aspose.slides.excel/exceldataworkbook/get_cells/#str-bool) | |
31+
| [`get_cells`](/slides/python-net/aspose.slides.excel/exceldataworkbook/get_cells/#str-bool) | Retrieves a collection of cells from the workbook that match the specified formula. |
3232
| [`get_charts_from_worksheet`](/slides/python-net/aspose.slides.excel/exceldataworkbook/get_charts_from_worksheet/#str) | Retrieves a dictionary containing the indexes and names of all charts in the specified worksheet of an Excel workbook. |
3333
| [`get_worksheet_names`](/slides/python-net/aspose.slides.excel/exceldataworkbook/get_worksheet_names/#) | Retrieves the names of all worksheets contained in the Excel workbook. |
3434

0 commit comments

Comments
 (0)