Hi We have a use case where we are trying to read a question bank via Excel. It has following fields: ``` Description List<String> options Int correctOption List<String> tags ``` Please suggest how can we map excel columns to our lists in cleanest way?
Hi
We have a use case where we are trying to read a question bank via Excel.
It has following fields:
Please suggest how can we map excel columns to our lists in cleanest way?