Save As for excel file

Hi everyone,

Is it possible to save an excel file in a specific name and location ?
I have always used the “DataExport.Excel” but if I’m not wrong this node needs a pre-registered excel file.

Regards,

Hi,

You just need to provide a file path. The file does not need to already exist. The Data.ExportExcel node will create the Excel file if it does not exist.

1 Like

Thank you @Alban_de_Chasteigner,
So I was wrong, we can specify the filepath.
Is there any way to select the nom of the file each time I run the script?

Hi,

Try with "\\"instead.

Thank you @Alban_de_Chasteigner. I’m going to add some “data shape” nodes.