ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling XLS files
WINDEV and WEBDEV propose two methods for handling Excel files...
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling Excel files...
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in 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.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
WorksheetName (Property)
The WorksheetName property gets and sets the name of a worksheet in an XLS document.
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.
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
xlsComment (Variable type)
... of an XLS file or Spreadsheet control.
Import a list of requirements
The Project Management Hub allows you to import requirements......
HeaderVisible (Property)
... headers in the layout of an XLS document.
<Source>.ImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined...
HImportXLS (Function)
Imports an XLS file into an HFSQL Classic or Client/Server table. This table must have been defined...
1
2
3
4
5
6
7
>