Hi All,
We have a scenario where we have multiple levels of capabilities(L0->L1->L2->L3)
L0{
// we can have multiple L1 ’s
Level1{
Level2{
// we can have multiple L2’s
}
Level3{
// we can have multiple L3’s
}
}

Services for these capabilities are provided by multiple vendors( example:the vendors count can be 20)
Right now we are authoring the capabilities data using nested multi fields .
We need to display vendor details for each capabilities based on the user selection.

Currently we have vendor data given in excel format. What is the best approach to read this data from excel and display in page based on the user selection.
Thanks,
Durga Kavali