Table

Přehled

Table je třída v Aspose.Cells pro Python.

Představuje strukturovanou tabulku programu Excel (ECMA-376 §18.5).

Metody

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.
SignatureDescription
__init__(name: str, ref: str, has_headers: bool)
copy()
 Čeština