QueryTable clase

QueryTable clase

Representa información QueryTable.

El tipo QueryTable expone los siguientes miembros:

Propiedades

PropiedadDescripción
connection_idObtiene el ID de conexión de la tabla de consulta.
external_connectionObtiene la conexión externa relacionada.
nameObtiene el nombre de la tabla de consulta.
result_rangeObtiene el rango del resultado.
preserve_formattingDevuelve o establece el PreserveFormatting del objeto.
adjust_column_widthDevuelve o establece el AjustarColumnWidth del objeto.

Ejemplo

from aspose.cells import Workbook

# Instantiating a Workbook object
workbook = Workbook()
# Obtaining the reference of the first worksheet
worksheet = workbook.worksheets[0]

Ver también