LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save data from LabVIEW2010 to Excel (Win7) with the format xlsx

Solved!
Go to solution

Then you need to check if the file exists first using the Check if File or Folder Exists VI. If it exists, use the Save method for the workbook class. If it doesn't exist, use the Save As method for the workbook close. For the Close method wire a False to the SaveChanges parameter.

 

All of the documentation for the Excel ActiveX interface can be found on MSDN.

0 Kudos
Message 11 of 12
(1,117 Views)
Solution
Accepted by zäpfle
Spoiler
 

Thanks all, special thanks to smercurio_fc

I modifyed the "Write Table To XL_Test1 MOD.vi" a little bit and the result is the best solution for me.

 

 

best regards zäpfle

0 Kudos
Message 12 of 12
(1,104 Views)