Export multiple schedules to same excel tab

Does anyone know a way of exporting multiple schedules to the same excel tab?

You just need to combine the schedule data before exporting. The only requirement for writing to excel is that your data is in the correct format (L3 list structure). Depending on what your schedule data looks like the process could vary but it’s all just list and structure management.

2 Likes

I have a video for this exact workflow. Bumblebee can handle this workflow capably, as can the standard Excel node when levels are set up as Nick said (I use the former in my video):

1 Like

What I need is to have all schedules in the same tab, not in diferent tabs.

What about simply joining the lists you want to paste one after another using a List.Join node?

Please share some screenshots and show what isn’t working for you.

2 Likes

Yep list.join is the best option here. To add to that you may need to first identify the biggest row/column dimensions from all the tables and fill out your remaining tables with excess empty data to ensure you can join them in a parallel fashion.

1 Like

Thank you. In the meanwhile I solved it with python :wink: