LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Excel save file

Hello,

 

I was wondering how can I save an excel file.

 

I did the save as, but now, I just want to do a save and it doesn't seem to save it.

 

I'm using the excelReport library on labwindows 2019.

 

Thanks

0 Kudos
Message 1 of 2
(1,127 Views)

Excel_WorkbookClose (ExcelWorkbookHandle, NULL, CA_VariantBool (VTRUE),
CA_DEFAULT_VAL, CA_VariantBool (VFALSE));

 

The above function saves and closes an Excel worksheet.

0 Kudos
Message 2 of 2
(1,071 Views)