Excel dependent drop down list using Apache POI

37 views Asked by At

I need to create a dependent drop down list for two adjacent columns in XSSFSheet sheet. Ex:-

Col: Country | State

 C1      | [S1,S2,S3]

The data would be in Map<String,String[]> format, so when country column is selected from drop down, states array for that selected country needs to be shown in "State" adjacent column

0

There are 0 answers