Dynamo to Excel

Extracting data from Dynamo, which node should I use to implement the format I want (separating data)?

Point (X = -124.395, Y = 89.147, Z = 1249.003)

I only need XYZ point!
1

Try this:

Also Lunchbox (package) Points.DeconstructPoint

Lunchbox_DeconstructPoint

Thank you for your reply, but also want to ask you, how to write X, Y, Z to Excel? What node should I use to link


2

you can use this concept:

How do I combine with the original excel? And put XYZ at the specified location

like this :

You can do it the way @khuzaimah.ElecEng listed, or I typically try to keep the headings all together as a block so it’s easier to find.
It’ll look something like this:
Excel headers
Let me know if that works for you.
I quickly put together the nodes for the actual points, I just wanted to show the Headers code block. :wink:

1 Like

Thank you@quagliatol、@khuzaimah.ElecEng, Has been successful

welcome @helen60932111PLHPF, please mark it as Solved