|
|
|
|
|
| | | | Constant | Description | Detail | Used by the functions |
---|
xlsColumnNum | Type of coordinate to return | Column number. | xlsNameToCoordinates | xlsCompatible | Opening mode of an XLS file | Opening mode compatible with the earlier versions of WINDEV and WEBDEV (manage the first sheet of the workbook only) | xlsOpen | xlsDataError | Error (constant kept for backward compatibility) | Constant returned if an error occurs | xlsData | xlsMergeAndCenter | Cell merging mode | Merges the cells and centers the contents. | xlsMergeCell | xlsMergeSimple | Opening mode of an XLS file | Merges the cells without centering the contents. | xlsMergeCell | xlsRowNum | Type of coordinate to return | Row number. | xlsNameToCoordinates | xlsTitleError | Error | Constant returned if an error occurs | xlsColumnTitle | xlsTypeCurrency | Type of data entered | "Currency" column | xlsColumnType, variable of type xlsCell. | xlsTypeDate | Type of data entered | "Date" column | xlsColumnType, variable of type xlsCell. | xlsTypeDateTime | Type of data entered | "DateTime" column | xlsColumnType, variable of type xlsCell. | xlsTypeDouble | Type of data entered | "Numeric" column | xlsColumnType, variable of type xlsCell. | xlsTypeDuration | Type of data entered | "Duration" column | xlsColumnType, variable of type xlsCell. | xlsTypeEmpty | Type of data entered | Column entirely empty | xlsColumnType | xlsTypeError | Error | Constant returned if an error occurs | xlsColumnType, variable of type xlsCell. | xlsTypeString | Type of data entered | "Character string" column or column containing different types of data | xlsColumnType, variable of type xlsCell. | xlsTypeTime | Type of data entered | "Time" column | xlsColumnType, variable of type xlsCell. | xlsVersionUndefined | File format | The format will be defined when the file is saved. | xlsDocument variable | xlsVersionXls | File format | XLS document. | xlsDocument variable | xlsVersionXlsx | File format | XLSX document. | xlsDocument variable | xlsWrite | Opening mode of an XLS file | Opens the Excel file in "Read/Write" mode. The XLS file is opened and locked until it is closed. | xlsOpen |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|