TableConverter
Overview
TableConverter is a class in Aspose.Words FOSS for Python.
Handles conversion of tables to Markdown.
This class provides 2 methods for working with TableConverter objects in Python programs.
Available methods include: __init__, convert.
All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: options.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
options | `` | Read | Gets the options. |
Methods
| Signature | Description |
|---|---|
__init__(options: ConversionOptions) | |
convert(table: TableData) → str | Convert a table to Markdown format. |