| Commit message (Expand) | Author | Age | Files | Lines |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 1 | -1/+1 |
* | Remove some deprecated *SSF APIs | PJ Fanning | 2017-06-28 | 1 | -1/+1 |
* | github-55: NumberFormatException if XSSFName.setNameName is set with a long n... | Javen O'Neal | 2017-05-19 | 1 | -2/+8 |
* | 60826 -- clean up. Many, many thanks to Javen O'Neal's code review! | Tim Allison | 2017-03-17 | 1 | -8/+8 |
* | bug 56781,60246: fix named range validation to match valid name rules per Exc... | Javen O'Neal | 2016-10-14 | 1 | -11/+47 |
* | Introduce name-based methods for access to named ranges in a workbook, and de... | David North | 2016-07-29 | 1 | -6/+5 |
* | bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe... | Javen O'Neal | 2016-06-20 | 1 | -12/+29 |
* | bug 56781: disallow names with symbols, except underscore, period, and backslash | Javen O'Neal | 2016-06-20 | 1 | -4/+12 |
* | bug 59432: move loop invariants outside the loop to marginally improve code e... | Javen O'Neal | 2016-06-17 | 1 | -8/+8 |
* | bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured... | Javen O'Neal | 2016-06-10 | 1 | -2/+2 |
* | Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 | Yegor Kozlov | 2010-12-02 | 1 | -1/+1 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 1 | -1/+1 |
* | Fixed compiler warnings - unnecessary else | Josh Micich | 2009-08-18 | 1 | -32/+31 |
* | Allow 255 arguments for excel functions in XSSF, see bugzilla 46279 | Yegor Kozlov | 2009-04-18 | 1 | -8/+3 |
* | Bugzilla 46973 - fixed defined names to behave better when refersToFormula is... | Josh Micich | 2009-04-06 | 1 | -20/+13 |
* | more refactoring of common ss tests | Yegor Kozlov | 2009-03-29 | 1 | -0/+1 |
* | fixed formula parser to correctly resolve sheet-level names | Yegor Kozlov | 2008-12-23 | 1 | -1/+1 |
* | 1. added support for shared formulas in XSSF, see bug #464332. improved valid... | Yegor Kozlov | 2008-12-22 | 1 | -2/+30 |
* | 1. Support sheet-level names2. Fixed XSSFCell to properly handle cell referen... | Yegor Kozlov | 2008-12-04 | 1 | -7/+15 |
* | renamed Name.setFormula to more descriptive setRefersToFormula, also misc imp... | Yegor Kozlov | 2008-11-21 | 1 | -19/+6 |
* | Initial support for union operator in FormulaParser (fix for broken junits) | Josh Micich | 2008-11-19 | 1 | -1/+1 |
* | Fixed XSSFName and test cases | Josh Micich | 2008-11-18 | 1 | -4/+14 |
* | Follow-on from r713909 (bug 46174) - fixing Name to support general formulas | Josh Micich | 2008-11-15 | 1 | -12/+20 |
* | more cleanup and refactoring of ooxml code,added more unit test and 3 rich ex... | Yegor Kozlov | 2008-10-29 | 1 | -2/+9 |
* | improved XSSFName:check for name uniqueness, validate name name, more unit te... | Yegor Kozlov | 2008-10-27 | 1 | -49/+177 |
* | 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF cod... | Yegor Kozlov | 2008-10-21 | 1 | -51/+55 |
* | applied patch #46003 by Gisella Bronzetti | Yegor Kozlov | 2008-10-17 | 1 | -59/+158 |
* | Merged revisions 696860,696898 via svnmerge from | Josh Micich | 2008-09-19 | 1 | -1/+1 |
* | Add missing xssf method | Nick Burch | 2008-08-12 | 1 | -1/+5 |
* | Fix bug #45430 - Correct named range sheet reporting when no local sheet id i... | Nick Burch | 2008-07-18 | 1 | -3/+14 |
* | XSSF named range support | Nick Burch | 2008-03-31 | 1 | -0/+73 |