Reputation: 6815
I am using Apache POI for creating excel sheets. i have a requirement where i need to create columns with sorting(drop down) functionality as shown in screenshot1. on click of dropdown we should display dropdown as shown in screenshot2. please help me how to achieve this functionality. Thanks!
Upvotes: 0
Views: 1434
Reputation: 3080
I think you can achieve this by creating an excel template with already predefined sorting drop down, and open that file and populate with data and should work.
Upvotes: 2