Uses of Class
org.apache.poi.xssf.usermodel.XSSFDataValidation

Packages that use XSSFDataValidation
org.apache.poi.xssf.streaming   
org.apache.poi.xssf.usermodel   
 

Uses of XSSFDataValidation in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return types with arguments of type XSSFDataValidation
 java.util.List<XSSFDataValidation> SXSSFSheet.getDataValidations()
           
 

Uses of XSSFDataValidation in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFDataValidation
 java.util.List<XSSFDataValidation> XSSFSheet.getDataValidations()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.