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
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
AAFConfigure (Function)
... for example configure the option for exporting to Excel used by the automatic menu of tables.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
XLSCell type: MaskWD property
... format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Examples for using the OLE DB provider for HFSQL
Handling Spreadsheet controls programmatically (in a report)
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly...
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic...
GetActiveObject (Example)
Usage example of the GetActiveObject function
Border management constants
List of constants used by the border management functions....
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
The OLE control
The OLE control is used to handle an OLE object......
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
xlsVersion (Example)
Usage example of the xlsVersion function
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
1
2
3
4
5
>