DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Export Channel to Excel

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!

0 Kudos
Message 1 of 2
(483 Views)

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:

P2.png

 

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:

P1.png

 

Greetings

Walter

0 Kudos
Message 2 of 2
(433 Views)