Hello, could you please look what is wrong with my lists? I need to export data to many sheets in excel.
Here is picture and it add all data to every sheet. I wand to export first sublist data to first sheet etc.
Flatten the Sheet Names list.
Hi @Bjorn_Keulemans1, list flatten is not solution.
Hi @Drbohlav ,
I think you need to chop your lists 1 more level for each list. Because you can input multiple lists into the Data.ExportExcel node to fill multiple rows/ columns.
Try changing the list levels on the Data.ExportExcel node, or try changing the list levels such that each excel-sheet has another list.
Hello @Drbohlav
you need to add a level (sublist) for each sublist
4 Likes