Export data to Excel without opening the spreadsheet

Hello, everyone. Is there any way to export data to Excel without opening the spreadsheet? I’ve tried several ways and I couldn’t get the Data.ExportToExcel node to open Excel and I need it closed, because at the end of the routine it will save updated information again. Any suggestions?

Try the OpenXML based node - Data.OpenXMLExportExcel. I believe it has the option to not open the file directly.

1 Like

That’s right! It worked. Thank you very much!

1 Like