Receiving Excel data in GH

Hey @mishaelnuh,

I’m finally trying out SpeckleExcel. I’ve installed it and pushed some data successfully but I am struggling to retrieve it in GH. I know the data is there and I’m probably trying out stupid stuff to access it… what’s the right workflow in this case?

Hi @pauldotnet,

If I have to guess it’s because the properties are attached to a SpeckleObject and, when deserialized in C#, these properties are dropped as they’re not explicitly defined in the object definition. Try instead of putting ‘yo’ as the header, ‘properties.yo’. This will make the data go inside the properties dictionary which should allow it to be maintained during deserialization to on.

Let me know if this works!

2 Likes

This is properties.working properties.great, thank you!

3 Likes