Hi everyone,
quick question, is there a way to write data from dynamo to excel but say, you want to write data to different tabs (sheets) in the same excel file, is this possible?
thanks
Hi everyone,
quick question, is there a way to write data from dynamo to excel but say, you want to write data to different tabs (sheets) in the same excel file, is this possible?
thanks
I don’t know if a single Excel write node will support that…maybe.
I just copy the Excel write node and point it to the same excel file. Seems to work fine.
It looks like it’s supported feeding in lists, but I’m not sure how you would handle the data portion properly. I would go with @Jeff_Shaver suggestion for ease of use unless someone else has anything on this.
Thank you for your input guys,
problem solved!
Bumblebee supports writing to multiple excel sheets at the same time:
https://konradsobon.gitbooks.io/bumblebee-primer/content/120_write_data_to_excel.html
Konrad you Bad Monkey!
thank you, this nodes are really helpful