ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
25 results for: .XLS
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling Excel files...
Handling XLS files
WINDEV and WEBDEV propose two methods for handling Excel files...
XLS file handling functions
List of functions for managing XLS files...
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
Functions for managing XLS files (prefix syntax)
List of functions for managing XLS files...
xlsSave (Function)
Saves an XLS document.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
xlsClose (Function)
Closes an XLS file.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
iParameterXLS (Function)
Defines the options for the XLS file generated during the print.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
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.
DefaultCell
The DefaultCell property sets the style of cells in XLS documents.
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
xlsNameToCoordinates (Function)
Returns the coordinates of a cell, XLS file or spreadsheet control according to its name.
WorksheetName (Property)
The WorksheetName property is used to get and change the name of a worksheet in an XLS document.
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.