Table

Overview

Table is a class in Aspose.Cells FOSS for Python.

Represents an Excel structured table (ECMA-376 §18.5).

This class provides 2 methods for working with Table objects in Python programs. Available methods include: __init__, copy. All exported members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package. Properties: columns, display_name, has_headers, name, ref, show_auto_filter, and 2 more.

Properties

NameTypeAccessDescription
name``ReadGets the name.
display_name``ReadGets the display name.
ref``ReadGets the ref.
has_headers``ReadGets the has headers.
show_totals_row``ReadGets the show totals row.
show_auto_filter``ReadGets the show auto filter.
table_style_info``ReadGets the table style info.
columnslistReadGets the columns.

Methods

SignatureDescription
__init__(name: str, ref: str, has_headers: bool)
copy()

See Also