QueryTable class

QueryTable class

Represents QueryTable information.

The QueryTable type exposes the following members:

Properties

PropertyDescription
connection_idGets the connection id of the query table.
external_connectionGets the relate external connection.
nameGets the name of querytable.
result_rangeGets the range of the result.
preserve_formattingReturns or sets the PreserveFormatting of the object.
adjust_column_widthReturns 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