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 Go programs. Available methods include: __init__, convert. All exported members are accessible to any Go application after adding the package via go get github.com/aspose-pdf-foss/aspose-pdf-foss-for-go. Properties: options.

Properties

NameTypeAccessDescription
options``ReadGets the options.

Methods

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

See Also