How to create a dropdown column...
Hi Kumar,
For the drop-down column please check our online manual at
http://www.easyxls.com/manual/index.html
chapter EasyXLS Basics / Data Validation
To select one of the values, you can use "ExcelCell.setValue" method as follows:
xlsTable.getCell(x,y).setValue(value)