ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Looper>.ToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
xlsSave (Function)
Saves an XLS document.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
Error 101: Declaration of global variable not allowed
DefaultCell
The DefaultCell property sets the style of cells in XLS documents.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
HeaderVisible (Property)
The HeaderVisible property allows you to get and set the visibility status of the row and column headers in the layout of an XLS document.
Bar code constants
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
Functions for managing XLS files (prefix syntax)
List of functions for managing XLS files...
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling the Excel files......
<Source>.ImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
xlsClose (Function)
Closes an XLS file.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.