ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Pivot Table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
WEBDEV - Server codeLinux Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling Excel files...
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Source>.ExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
WEBDEV - Server codeLinux Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
XLS file functions
XLS file functions
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Looper>.ToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling Excel files...
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be...
XLS file functions (prefix syntax)
XLS file functions
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Programming automatic calculations in the columns of a Table control
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
OLELoad (Function)
Initializes an OLE control with an OLE object.
Discover all the possibilities of pivot tables
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
Border (Type of variable)
The Border type is used to handle a border through programming...
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user...
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software...
1
2
3
4
5
>