TableCollection — Aspose.Cells FOSS Python API Reference
TableCollection — TableCollection class in the Aspose.Cells FOSS Python API..
Package: aspose.cells_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
count | int | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
add(start_row: int, start_col: int, end_row: int, end_col: int, has_headers: bool, name: str) | Table | |
add_with_range(cell_range: str, name: str, has_headers: bool) | Table | |
Add(start_row: int, start_col: int, end_row: int, end_col: int, has_headers: bool, name: str) | Table | |
AddWithRange(cell_range: str, name: str, has_headers: bool) | Table | |
count() | int | |
copy(new_ws) | 'TableCollection' |