AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de archivos XLS
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
ConstantDescriptionDetailUsed by the functions
xlsColumnNumType of coordinate to returnColumn number.xlsNameToCoordinates
xlsCompatibleOpening mode of an XLS fileOpening mode compatible with the earlier versions of WINDEV and WEBDEV (manage the first sheet of the workbook only)xlsOpen
xlsDataErrorError (constant kept for backward compatibility)Constant returned if an error occursxlsData
xlsMergeAndCenterCell merging modeMerges the cells and centers the contents.xlsMergeCell
xlsMergeSimpleOpening mode of an XLS fileMerges the cells without centering the contents.xlsMergeCell
xlsRowNumType of coordinate to returnRow number.xlsNameToCoordinates
xlsTitleErrorErrorConstant returned if an error occursxlsColumnTitle
xlsTypeCurrencyType of data typed"Currency" columnxlsColumnType, variable of type xlsCell.
xlsTypeDateType of data typed"Date" columnxlsColumnType, variable of type xlsCell.
xlsTypeDateTimeType of data typed"DateTime" columnxlsColumnType, variable of type xlsCell.
xlsTypeDoubleType of data typed"Numeric" columnxlsColumnType, variable of type xlsCell.
xlsTypeDurationType of data typed"Duration" columnxlsColumnType, variable of type xlsCell.
xlsTypeEmptyType of data typedColumn entirely emptyxlsColumnType
xlsTypeErrorErrorConstant returned if an error occursxlsColumnType, variable of type xlsCell.
xlsTypeStringType of data typed"Character string" column or column containing different types of dataxlsColumnType, variable of type xlsCell.
xlsTypeTimeType of data typed"Time" columnxlsColumnType, variable of type xlsCell.
Novedad versión 2024
xlsVersionUndefined
File formatThe format will be defined when the file is Record.. xlsDocument variable
Novedad versión 2024
xlsVersionXls
File formatDocument type XLS. xlsDocument variable
Novedad versión 2024
xlsVersionXlsx
File formatDocument type XLSX. xlsDocument variable
xlsWriteOpening mode of an XLS fileOpens the Excel file in "Read/Write" mode: the XLS file is opened and locked until it is closed.xlsOpen
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 05/01/2024

Señalar un error o enviar una sugerencia | Ayuda local