Converter #205
Unanswered
marko-lazic
asked this question in
Q&A
Converter
#205
Replies: 1 comment
-
Hi @marko-lazic , Poiji currently only support basic types conversion. Feel free to contribute the project to make this possible :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to convert cell values into objects other than basic types? Let's say the cell value should actually be converted to enum. Or cell value represents an id and the repository should find that entity and load it from the database. What's the best approach here? Should I write one model only for xls sheet and another one representing my business logic?
Beta Was this translation helpful? Give feedback.
All reactions