03-03-2023 03:35 AM
Hello,
Can someone help me with Excel export in vbs script?
I have 17 channels and I`m searching how to create and export values in excel table.
I want to export each value from channel in different cell from Excell.
Thank you!
03-06-2023 03:26 AM
Hi Alex_SI,
You have two options, creating an Excel file or using the API.
For saving the file you need to select the Excel file filter:
Or in the save command:
Call DataFileSave("D:\Pathname\EXAMPLE.xlsx", "ExcelTdmExport", True)
For the API we have created an example which you find here:
Greetings
Walter