aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFName.java
Commit message (Expand)AuthorAgeFilesLines
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-311-1/+1
* Remove some deprecated *SSF APIsPJ Fanning2017-06-281-1/+1
* github-55: NumberFormatException if XSSFName.setNameName is set with a long n...Javen O'Neal2017-05-191-2/+8
* 60826 -- clean up. Many, many thanks to Javen O'Neal's code review!Tim Allison2017-03-171-8/+8
* bug 56781,60246: fix named range validation to match valid name rules per Exc...Javen O'Neal2016-10-141-11/+47
* Introduce name-based methods for access to named ranges in a workbook, and de...David North2016-07-291-6/+5
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-12/+29
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-201-4/+12
* bug 59432: move loop invariants outside the loop to marginally improve code e...Javen O'Neal2016-06-171-8/+8
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-101-2/+2
* Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315Yegor Kozlov2010-12-021-1/+1
* moved ptg classes to org.apache.poi.ss.formula.ptgYegor Kozlov2010-11-241-1/+1
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-181-32/+31
* Allow 255 arguments for excel functions in XSSF, see bugzilla 46279Yegor Kozlov2009-04-181-8/+3
* Bugzilla 46973 - fixed defined names to behave better when refersToFormula is...Josh Micich2009-04-061-20/+13
* more refactoring of common ss testsYegor Kozlov2009-03-291-0/+1
* fixed formula parser to correctly resolve sheet-level namesYegor Kozlov2008-12-231-1/+1
* 1. added support for shared formulas in XSSF, see bug #464332. improved valid...Yegor Kozlov2008-12-221-2/+30
* 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen...Yegor Kozlov2008-12-041-7/+15
* renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp...Yegor Kozlov2008-11-211-19/+6
* Initial support for union operator in FormulaParser (fix for broken junits)Josh Micich2008-11-191-1/+1
* Fixed XSSFName and test casesJosh Micich2008-11-181-4/+14
* Follow-on from r713909 (bug 46174) - fixing Name to support general formulasJosh Micich2008-11-151-12/+20
* more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex...Yegor Kozlov2008-10-291-2/+9
* improved XSSFName:check for name uniqueness, validate name name, more unit te...Yegor Kozlov2008-10-271-49/+177
* 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod...Yegor Kozlov2008-10-211-51/+55
* applied patch #46003 by Gisella BronzettiYegor Kozlov2008-10-171-59/+158
* Merged revisions 696860,696898 via svnmerge from Josh Micich2008-09-191-1/+1
* Add missing xssf methodNick Burch2008-08-121-1/+5
* Fix bug #45430 - Correct named range sheet reporting when no local sheet id i...Nick Burch2008-07-181-3/+14
* XSSF named range supportNick Burch2008-03-311-0/+73