| Commit message (Expand) | Author | Age | Files | Lines |
* | rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_template | Javen O'Neal | 2016-06-13 | 3 | -24/+23 |
* | test copy constructor: make changes to same range: this is a better test for ... | Javen O'Neal | 2016-06-13 | 1 | -12/+10 |
* | add copy constructor | Javen O'Neal | 2016-06-13 | 2 | -0/+56 |
* | move colors in TestBorderPropertyTemplate to testclass constants | Javen O'Neal | 2016-06-13 | 1 | -40/+35 |
* | rewrite switch statements to not re-check the switch'd variable | Javen O'Neal | 2016-06-12 | 1 | -180/+201 |
* | rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f... | Javen O'Neal | 2016-06-12 | 1 | -1/+1 |
* | rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style f... | Javen O'Neal | 2016-06-12 | 1 | -5/+5 |
* | move check if border line style is blank before setting the border color to a... | Javen O'Neal | 2016-06-12 | 1 | -4/+13 |
* | remove public convenience methods that let the user avoid creating a CellAddr... | Javen O'Neal | 2016-06-12 | 2 | -63/+50 |
* | javadocs | Javen O'Neal | 2016-06-12 | 1 | -1/+1 |
* | use CellAddress in unit tests where possible to improve readability | Javen O'Neal | 2016-06-12 | 1 | -224/+251 |
* | javadocs | Javen O'Neal | 2016-06-12 | 1 | -0/+6 |
* | javadocs | Javen O'Neal | 2016-06-12 | 2 | -15/+31 |
* | make CellRangeAddresses easier to cross-reference the example with the writte... | Javen O'Neal | 2016-06-11 | 1 | -8/+16 |
* | make these classes more discoverable/searchable using more specific names | Javen O'Neal | 2016-06-11 | 3 | -169/+168 |
* | javadoc update and boolean addLeft|Right|Top|Bottom line wrap update | Javen O'Neal | 2016-06-11 | 1 | -74/+32 |
* | fix spelling in javadoc | Javen O'Neal | 2016-06-11 | 1 | -1/+1 |
* | fix javadocs: remove unnecessary @links, remove references to CellStyle | Javen O'Neal | 2016-06-11 | 1 | -112/+63 |
* | move loop-invariants outside the loop for readability and execution speed | Javen O'Neal | 2016-06-11 | 1 | -38/+67 |
* | replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.* | Javen O'Neal | 2016-06-11 | 3 | -163/+126 |
* | continue simplifying using helper functions | Javen O'Neal | 2016-06-11 | 1 | -139/+153 |
* | continue simplifying using helper functions | Javen O'Neal | 2016-06-11 | 1 | -103/+111 |
* | add helper functions for verifying template properties were set correctly | Javen O'Neal | 2016-06-11 | 1 | -10/+25 |
* | whitespace (unwrap lines) | Javen O'Neal | 2016-06-11 | 1 | -470/+224 |
* | shorten PropertyTemplate.Extent to Extent | Javen O'Neal | 2016-06-11 | 1 | -54/+54 |
* | +props svn:eol-style=native | Javen O'Neal | 2016-06-11 | 3 | -2010/+2010 |
* | bug 58787: add PropertyTemplate, unit test, and example from Mark Murphy | Javen O'Neal | 2016-06-11 | 3 | -0/+2010 |
* | +props svn:eol-style native | Javen O'Neal | 2016-06-11 | 1 | -88/+88 |
* | methods that return lists should return unmodifiable lists; use foreach sheet... | Javen O'Neal | 2016-06-11 | 1 | -7/+8 |
* | bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; pat... | Javen O'Neal | 2016-06-11 | 2 | -6/+19 |
* | whitespace (tabs to spaces); +props svn:eol-style=native | Javen O'Neal | 2016-06-11 | 1 | -51/+51 |
* | bug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% ev... | Javen O'Neal | 2016-06-11 | 2 | -10/+64 |
* | bug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evalua... | Javen O'Neal | 2016-06-11 | 2 | -15/+15 |
* | add warnings that AnalysisToolPak inconsistently handles case-sensitivity of ... | Javen O'Neal | 2016-06-11 | 1 | -0/+3 |
* | add crude unit tests for UDFFinder classes | Javen O'Neal | 2016-06-11 | 3 | -0/+118 |
* | remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p... | Javen O'Neal | 2016-06-11 | 1 | -37/+0 |
* | add @Override annotations | Javen O'Neal | 2016-06-11 | 4 | -0/+4 |
* | fix typo | Javen O'Neal | 2016-06-11 | 1 | -1/+1 |
* | bug 57840: initialize the column header cache with 50% empty space | Javen O'Neal | 2016-06-11 | 1 | -3/+3 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-11 | 1 | -18/+18 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-11 | 1 | -8/+8 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-11 | 1 | -22/+22 |
* | bug 57840: add test using a Data Table not anchored at A1 | Javen O'Neal | 2016-06-11 | 1 | -4/+17 |
* | fix text height test | Andreas Beeker | 2016-06-10 | 1 | -2/+4 |
* | bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfM... | Javen O'Neal | 2016-06-10 | 3 | -2/+105 |
* | bug 57840: add unit test for XSSFTable.findColumnIndex | Javen O'Neal | 2016-06-10 | 2 | -3/+30 |
* | bug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg... | Javen O'Neal | 2016-06-10 | 2 | -4/+2 |
* | +props svn:eol-style native | Javen O'Neal | 2016-06-10 | 1 | -1/+1 |
* | bug 57721: add unit test for evaluating all formulas in a workbook containing... | Javen O'Neal | 2016-06-10 | 1 | -0/+10 |
* | bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle... | Javen O'Neal | 2016-06-10 | 2 | -33/+55 |