ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
<xlsDocument variable>.RecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
LooperToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
XLS file constants
List of constants used by the functions for managing XLS files....
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
xlsUnmergeCell (Function)
Unmerges a range of cells.
xlsVersion (Function)
Returns the Excel version that was used to save the file.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
<Looper>.ToExcel (Function)
Creates an Excel file with data from a RepeatString field (RepeatString field file or RepeatString field memory).
<xlsDocument variable>.Save (Function)
Saves an XLS document.
xlsComment (Variable type)
The xlsComment type is used to defined all the advanced characteristics of a comment in a cell of an XLS file or Spreadsheet control.
xlsClose (Function)
Closes an XLS file.
Functions for managing XLS files (prefix syntax)
List of functions for managing XLS files...
DefaultCell
The DefaultCell property sets the style of cells in XLS documents.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.