QueryTable clase
QueryTable clase
Representa información QueryTable.
El tipo QueryTable expone los siguientes miembros:
Propiedades
Propiedad | Descripción |
---|---|
connection_id | Obtiene el ID de conexión de la tabla de consulta. |
external_connection | Obtiene la conexión externa relacionada. |
name | Obtiene el nombre de la tabla de consulta. |
result_range | Obtiene el rango del resultado. |
preserve_formatting | Devuelve o establece el PreserveFormatting del objeto. |
adjust_column_width | Devuelve 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
- módulo
aspose.cells