The Excel type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Cells | With the help of this property user can get an access to any cell of the workbook. The property is available after opening the Excel file. | |
| CreateFilesFolder | True if all supporting files, such as background textures and graphics, are organized in a separate folder when you convert XLS sheet to HTML Web page. False if supporting files are saved in the same folder as the HTML page. The default value is False. | |
| IsExcelInstalled | Return true if Excel is installed, else false. | |
| ReturnCode | The return code of the last conversion. See return codes for each method individually. | |
| Sheets | Array of sheet names. The property is available after opening the Excel file. | |
| UpdateLinksOnSave | True if hyperlinks and paths to all supporting files are automatically updated before you convert the XLS into a Web page, ensuring that the links are up-to-date at the time the XLS is saved. False if the links are not updated. The default value is True. | |
| Version | Version of installed MS Office(R). |