Is there a way to create typable combobox in the excel file (XLSX) using JAVA, where values will get filtered as user types ?
We are using Apache POI, we are able to show combobox but it is not typable. So is it possible to do it using POI or should we use any other library ?
We used sample provided in below link,