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

NameTypeAccessDescription
options``ReadGets the options.

Methods

SignatureDescription
__init__(options: ConversionOptions)
convert(table: TableData)strConvert a table to Markdown format.

See Also

 English