Table
Übersicht über die
Table ist eine Klasse in Aspose.Cells für Python.
Darstellt eine strukturierte Excel-Tabelle (ECMA-376 §18.5).
Methoden und Verfahren
| 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. |
| Signature | Description |
|---|---|
__init__(name: str, ref: str, has_headers: bool) | |
copy() |