aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rewrite switch statements to not re-check the switch'd variableJaven O'Neal2016-06-121-180/+201
* rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f...Javen O'Neal2016-06-121-1/+1
* rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f...Javen O'Neal2016-06-121-5/+5
* move check if border line style is blank before setting the border color to a...Javen O'Neal2016-06-121-4/+13
* remove public convenience methods that let the user avoid creating a CellAddr...Javen O'Neal2016-06-122-63/+50
* javadocsJaven O'Neal2016-06-121-1/+1
* use CellAddress in unit tests where possible to improve readabilityJaven O'Neal2016-06-121-224/+251
* javadocsJaven O'Neal2016-06-121-0/+6
* javadocsJaven O'Neal2016-06-122-15/+31
* make CellRangeAddresses easier to cross-reference the example with the writte...Javen O'Neal2016-06-111-8/+16
* make these classes more discoverable/searchable using more specific namesJaven O'Neal2016-06-113-169/+168
* javadoc update and boolean addLeft|Right|Top|Bottom line wrap updateJaven O'Neal2016-06-111-74/+32
* fix spelling in javadocJaven O'Neal2016-06-111-1/+1
* fix javadocs: remove unnecessary @links, remove references to CellStyleJaven O'Neal2016-06-111-112/+63
* move loop-invariants outside the loop for readability and execution speedJaven O'Neal2016-06-111-38/+67
* replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.*Javen O'Neal2016-06-113-163/+126
* continue simplifying using helper functionsJaven O'Neal2016-06-111-139/+153
* continue simplifying using helper functionsJaven O'Neal2016-06-111-103/+111
* add helper functions for verifying template properties were set correctlyJaven O'Neal2016-06-111-10/+25
* whitespace (unwrap lines)Javen O'Neal2016-06-111-470/+224
* shorten PropertyTemplate.Extent to ExtentJaven O'Neal2016-06-111-54/+54
* +props svn:eol-style=nativeJaven O'Neal2016-06-113-2010/+2010
* bug 58787: add PropertyTemplate, unit test, and example from Mark MurphyJaven O'Neal2016-06-113-0/+2010
* create branch for bug 58787 Border utility to set cell styles around a range ...Javen O'Neal2016-06-110-0/+0
* +props svn:eol-style nativeJaven O'Neal2016-06-111-88/+88
* methods that return lists should return unmodifiable lists; use foreach sheet...Javen O'Neal2016-06-111-7/+8
* bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; pat...Javen O'Neal2016-06-112-6/+19
* whitespace (tabs to spaces); +props svn:eol-style=nativeJaven O'Neal2016-06-111-51/+51
* bug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% ev...Javen O'Neal2016-06-112-10/+64
* bug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evalua...Javen O'Neal2016-06-112-15/+15
* add warnings that AnalysisToolPak inconsistently handles case-sensitivity of ...Javen O'Neal2016-06-111-0/+3
* add crude unit tests for UDFFinder classesJaven O'Neal2016-06-113-0/+118
* remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p...Javen O'Neal2016-06-111-37/+0
* +props svn:eol-style=nativeJaven O'Neal2016-06-110-0/+0
* add @Override annotationsJaven O'Neal2016-06-114-0/+4
* fix typoJaven O'Neal2016-06-111-1/+1
* bug 57840: initialize the column header cache with 50% empty spaceJaven O'Neal2016-06-111-3/+3
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-18/+18
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-8/+8
* whitespace (tabs to spaces)Javen O'Neal2016-06-111-22/+22
* bug 57840: add test using a Data Table not anchored at A1Javen O'Neal2016-06-111-4/+17
* bug 57840: add data table not anchored at A1 for testing XSSFTable.getStartCo...Javen O'Neal2016-06-101-0/+0
* fix text height testAndreas Beeker2016-06-101-2/+4
* bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfM...Javen O'Neal2016-06-103-2/+105
* bug 57840: add unit test for XSSFTable.findColumnIndexJaven O'Neal2016-06-102-3/+30
* bug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg...Javen O'Neal2016-06-102-4/+2
* +props svn:eol-style nativeJaven O'Neal2016-06-101-1/+1
* bug 57721: add unit test for evaluating all formulas in a workbook containing...Javen O'Neal2016-06-102-0/+10
* bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...Javen O'Neal2016-06-102-33/+55
* findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuan...Javen O'Neal2016-06-101-3/+3