How to get datavalidation source for a cell in java using poi?
问题 I have defined a list of valuses my_list in one excel sheet as follow: In another excel sheet, I reference for some cells to that list sothat this list is shown as dropdown in the cell as follows: Using poi, I go throw excel sheet rows/columns and read cells for cell. I get value of cells using method: cell.getStringCellValue() My question is how to get the name of the list my_list from the cell? 回答1: This problem contains multiple different problems. First we need get sheet's data