TableConverter
Overview
TableConverter is a class in Aspose.Words for Python.
Handles conversion of tables to Markdown.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
options | `` | Read | Provides configurable settings for the conversion process |
Methods
| Signature | Description |
|---|---|
__init__(options: ConversionOptions) | |
convert(table: TableData) → str | Convert a table to Markdown format. |