ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing XLS files
List of constants used by the functions for managing XLS files....
<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).
<xlsDocument variable>.Save (Function)
Saves an XLS document.
xlsClose (Function)
Closes an XLS file.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.