Export Excel data in TTY mode
- Last UpdatedDec 05, 2025
- 1 minute read
Use this feature to export data from the application to an Excel file. For instructions, see Export Data to Excel from Database.
Example
Use the commands in this table to export data to Excel.
|
Command |
Description |
|---|---|
|
!e = object excelio() |
Initializes the Excel object. |
|
!e.export('C:\EXCEL\VALVTAG.xlsx', 'Test01') |
Exports data from the target configuration in an Excel format to the specified location. |
|
Savework |
Saves the exported data to the Dabacon database. |