aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDataValidationHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-177/+0
| | | | | | | | update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68
* findbugs URF_UNREAD_FIELD: note that unread fields were commented out in ↵Javen O'Neal2016-06-131-1/+2
| | | | | | r1748084 due to a Findbugs warnings (so the disabled code is less likely to be deleted in the future git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748098 13f79535-47bb-0310-9956-ffa450edef68
* findbugs: fix URF_UNREAD_FIELD warningsJaven O'Neal2016-06-131-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748084 13f79535-47bb-0310-9956-ffa450edef68
* Bug 56888: XSSFDataValidation ignores "allow blank" read from sheet, assumes ↵Dominik Stadler2014-12-221-0/+3
| | | | | | | | true Add TestSXSSFDataValidation to verify some parts for SXSSF as well git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647276 13f79535-47bb-0310-9956-ffa450edef68
* Bug 53965: Fixed XmlValueOutOfRangeExceptio calling getDataValidations for ↵Yegor Kozlov2012-10-101-1/+5
| | | | | | custom validations with XSSFSheet git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1396650 13f79535-47bb-0310-9956-ffa450edef68
* Add in missing license headers to a few filesNick Burch2010-05-241-3/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947644 13f79535-47bb-0310-9956-ffa450edef68
* support for data validation for OOXML, see Bugzilla 49244Yegor Kozlov2010-05-161-0/+155
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@944869 13f79535-47bb-0310-9956-ffa450edef68