Issues Exporting data to Excel

Hi all,

I’m having a little trouble with my script. I’ve created it to export some values to some specific excel tabs but when I run it, even although I’m not getting any errors, the script will not export anything in my excel file.
I’ve been looking around the forum but can’t find a solution.
Has anyone had this issue before?
Thank you

your 4 DataExportExcel nodes are missing the sheetName input. Just feed a string with the sheet name you want. The node will not be “greyed out” anymore and it should work.

1 Like

Hi JFK,

You are correct, I’ve had it in my previous version but when I’ve changed my code block I must have forgotten it. Thank you