QueryTable class
QueryTable class
Represents QueryTable information.
The QueryTable type exposes the following members:
Properties
Property | Description |
---|---|
connection_id | Gets the connection id of the query table. |
external_connection | Gets the relate external connection. |
name | Gets the name of querytable. |
result_range | Gets the range of the result. |
preserve_formatting | Returns or sets the PreserveFormatting of the object. |
adjust_column_width | Returns or sets the AdjustColumnWidth of the object. |
Example
from aspose.cells import Workbook
# Instantiating a Workbook object
workbook = Workbook()
# Obtaining the reference of the first worksheet
worksheet = workbook.worksheets[0]
See Also
- module
aspose.cells