ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025
Your version: XXA150056M

Search results
15 results for: Excel
<Looper>.ToExcel (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.
XLS file functions
List of functions for managing XLS files
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
PVTToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
WEBDEV - Server codeLinux Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 4.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
HExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
<Source>.ExportXLS (Function)
Exports records from a data file (HFSQL or OLE DB), view or query to an Excel file (XLSX).
XLS file functions (prefix syntax)
XLS file functions
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
<Pivot Table>.ToExcel (Function)
Creates an Excel file with data from a Pivot Table control.
WEBDEV - Server codeLinux Note: This feature is only available from WINDEV Suite SaaS 2025 - Update 4.
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...