aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestNamedRange.java
Commit message (Expand)AuthorAgeFilesLines
* remove some deprecated Font methods from WorkbookPJ Fanning2020-06-271-0/+21
* remove some deprecated Name methods from WorkbookPJ Fanning2020-06-271-27/+4
* IDE and JavaDoc fixesDominik Stadler2018-12-301-9/+9
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-281-3/+1
* bug 60260: parse unicode sheet namesJaven O'Neal2017-01-121-0/+15
* bug 56781,60246: fix named range validation to match valid name rules per Exc...Javen O'Neal2016-10-141-6/+28
* Introduce name-based methods for access to named ranges in a workbook, and de...David North2016-07-291-13/+7
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-5/+6
* remove commented out @IgnoreJaven O'Neal2016-06-201-1/+0
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-201-0/+44
* fix eclipse warningsAndreas Beeker2016-03-211-3/+6
* Bug 56930: Add Workbook.getNames() to allow to query for names that appear mu...Dominik Stadler2016-03-131-0/+31
* fix eclipse warning - mostly generics cosmeticsAndreas Beeker2015-09-121-87/+147
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-2/+1
* fixed inconsistent behaviour between HSSF and XSSF when creating consecutive ...Yegor Kozlov2010-09-111-0/+25
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-53/+53
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* Added method setFunction(boolean) for defined namesYegor Kozlov2009-09-071-0/+15
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-061-5/+51
* more refactoring of common ss testsYegor Kozlov2009-03-291-1/+329
* improved test cases: moved common hssf-xssf test to org.apache.poi.ss namespa...Yegor Kozlov2009-03-271-0/+173