AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: XLS file functions
45 resultados
<xlsDocument variable>AddWorksheet (Función)
Añade o inserta una nueva hoja de cálculo en un documento Excel.
<xlsDocument variable>Cerrar (función)
Cierra un archivo XLS.
<xlsDocument variable>.DeleteWorksheet (Función)
Elimina una hoja de cálculo del documento Excel.
<xlsDocument variable>GetMerge (Función)
Determina si una celda está combinada con otras y obtiene el rango de celdas combinadas.
<xlsDocument variable>Guardar (función)
Guarda un documento XLS.
<xlsDocument variable>.MergeCell (Función)
Combina las celdas especificadas en un documento Excel.
<xlsDocument variable>.RecalculateAll (Función)
Recalcula todas las fórmulas de un documento Excel (XLSX).
<xlsDocument variable>.UnmergeCell (Función)
Anula la combinación de una celda determinada.
Constantes del archivo XLS
Lista de constantes utilizadas por las funciones de gestión de archivos XLS.
Funciones de archivos XLS
List of functions for managing XLS files (Lista de funciones para gestionar archivos XLS)
Funciones para la gestión de archivos XLS (sintaxis con prefijo)
Lista de funciones para gestionar archivos XLS
Handling XLS files
WINDEV and WEBDEV propose two methods for handling Excel files...
Manejo de archivos XLS (sintaxis con prefijo)
WINDEV y WEBDEV proponen dos métodos para tratar archivos Excel...
Type XLSCell: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)...
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
xlsClose (Función)
Cierra un archivo XLS.
xlsColumn (Tipo variable)
El tipo xlsColumn permite describir y modificar una columna de un documento Excel...
xlsColumnTitle (Example)
Usage example of the xlsColumnTitle function
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
xlsComment (Tipo de variable)
En xlsComment se utiliza para definir todas las características avanzadas de un comentario en una celda de un archivo XLS o de un control Hoja de cálculo.
xlsCoordinatesToName (Función)
Recupera el nombre de una celda, hoja de cálculo XLS o control Hoja de cálculo según sus coordenadas.
xlsCurrentWorksheet (Función)
Se utiliza para averiguar y modificar la hoja de cálculo actual en un archivo XLS.
xlsData (Example)
Usage example of the xlsData function
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
xlsDocument (Tipo de variable)
Una variable de tipo xlsDocument permite describir y modificar un documento Excel...
xlsGetMerge (Función)
Determina si una celda está combinada con otras y obtiene el rango de celdas combinadas.
xlsLayout (Tipo de variable)
El tipo xlsLayout permite definir todas las características de diseño de una hoja de un documento XLSX en un control Hoja de cálculo.
xlsMergeCell (Función)
Combina las celdas especificadas en un documento Excel.
xlsMsgError (Example)
Usage example of the xlsMsgError function
xlsMsgError (Función)
Devuelve el título del último error causado por una función XLS.
xlsNameToCoordinates (Función)
Devuelve las coordenadas de una celda, archivo XLS o control de hoja de cálculo según su nombre.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
xlsNbColumns( Función)
xlsNbColumns se mantiene sólo para la compatibilidad con versiones anteriores.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
xlsNbRows( Función)
xlsNbRows se mantiene sólo para compatibilidad con versiones anteriores.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
xlsOpen (Función)
Abre un archivo Excel (archivos xls o xlsx).
xlsRecalculateAll (Función)
Recalcula todas las fórmulas de un documento Excel (XLSX).
xlsRow (Variable type)
The xlsRow type is used to describe and modify a row in an Excel document...
xlsSave (Función)
Guarda un documento XLS.
xlsUnmergeCell (Función)
Anula la combinación de un rango de celdas.
xlsVersion (Función)
Devuelve la versión de Excel que se utilizó para guardar el archivo.