Nested objects #666
-
|
I have a container class that has a property which is another class. This inner class has the properties I want to access in my Excel file. My question is, why is this not working? My template looks something like this: Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
michelebastione
May 31, 2026
Replies: 1 comment
-
|
Support for nested objects is not available yet. You can try out the MappingTemplater from the new fluent api we added in the v2 preview version, it should satisfy your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HenriquezDiego
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support for nested objects is not available yet. You can try out the MappingTemplater from the new fluent api we added in the v2 preview version, it should satisfy your use case.