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
| Name | Type | Access | Description |
|---|---|---|---|
name | `` | Read | Gets the name. |
display_name | `` | Read | Gets the display name. |
ref | `` | Read | Gets the ref. |
has_headers | `` | Read | Gets the has headers. |
show_totals_row | `` | Read | Gets the show totals row. |
show_auto_filter | `` | Read | Gets the show auto filter. |
table_style_info | `` | Read | Gets the table style info. |
columns | list | Read | Gets the columns. |
Methods
| Signature | Description |
|---|---|
__init__(name: str, ref: str, has_headers: bool) | |
copy() |