ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling XLS files
WINDEV and WEBDEV propose two methods for handling Excel files...
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling Excel files...
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
xlsUnmergeCell (Function)
Unmerges a range of cells.
xlsMergeCell (Function)
Merges the specified cells in an Excel document.
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
xlsNbRows (Function)
xlsNbRows is kept for backward compatibility only.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
xlsData (Example)
Usage example of the xlsData function
xlsColumnType (Example)
Usage example of the xlsColumnType function
Border (Type of variable)
The Border type is used to handle a border through programming...
xlsOpen (Example)
Usage example of the xlsOpen function
Sequencing reports
In some cases, you may want to print several reports one after another, and view...
xlsClose (Example)
Usage example of the xlsClose function
1
2
3
4
5
6
7
>