when any column configured as Dropdown List
Sheet.getPhysicalNumberOfRows()
or
sheet.getLastRowNum()
gives all the rows number (22463 / 22462) . User provides only 5 rows but due to dropdown list configured on 1st column, it assumes all the rows are available and return blank values for configured dropdown list value.
Is there any solution to read only 5 rows which user has added and skip the rest ?