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 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
xlsNbRows (Function)
In french: xlsNbLignes
Warning
The xlsNbRows function is retained only for compatibility.
In this version, use xlsNbRow.
Here is the documentation of the function xlsNbRows available with WINDEV 5.5.
 
Purpose
Finding out the number of rows in an XLS file.
Syntax (using the xlsDocument type)
<Result> = xlsNbRows(<XLS Document>)
  • <Result> is an integer.
  • <XLS document> is the name of the xlsDocument variable corresponding to the XLS file to use.
Syntax (version 12 compatibility)
<Result> = xlsNbRows(<FileNum>)
  • <Result> is an integer.
  • <FileNum> is an integer containing the file identifier returned by xlsOpen.
Details
xlsNbRows returns:
  • the number of rows in an XLS file: The empty rows are ignored.
  • -1 if an error occurred: xlsError returns the error details
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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