| 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 | 1 | -3/+3 |
* | add copy constructor | Javen O'Neal | 2016-06-13 | 1 | -0/+24 |
* | 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 | 1 | -52/+33 |
* | javadocs | Javen O'Neal | 2016-06-12 | 1 | -1/+1 |
* | javadocs | Javen O'Neal | 2016-06-12 | 1 | -0/+6 |
* | javadocs | Javen O'Neal | 2016-06-12 | 2 | -15/+31 |
* | make these classes more discoverable/searchable using more specific names | Javen O'Neal | 2016-06-11 | 1 | -79/+78 |
* | 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 | 1 | -87/+48 |
* | +props svn:eol-style=native | Javen O'Neal | 2016-06-11 | 1 | -989/+989 |
* | bug 58787: add PropertyTemplate, unit test, and example from Mark Murphy | Javen O'Neal | 2016-06-11 | 1 | -0/+989 |
* | methods that return lists should return unmodifiable lists; use foreach sheet... | Javen O'Neal | 2016-06-11 | 1 | -7/+8 |
* | add warnings that AnalysisToolPak inconsistently handles case-sensitivity of ... | Javen O'Neal | 2016-06-11 | 1 | -0/+3 |
* | add @Override annotations | Javen O'Neal | 2016-06-11 | 4 | -0/+4 |
* | 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 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle... | Javen O'Neal | 2016-06-10 | 1 | -33/+42 |
* | findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuan... | Javen O'Neal | 2016-06-10 | 1 | -3/+3 |
* | Javadoc fixes | Nick Burch | 2016-06-10 | 1 | -1/+1 |
* | Javadoc fixes | Nick Burch | 2016-06-10 | 1 | -4/+2 |
* | fix javadocs | Javen O'Neal | 2016-06-10 | 1 | -9/+12 |
* | bug 57840: add structured reference formula parsing tests from FormulaParser.... | Javen O'Neal | 2016-06-10 | 1 | -12/+31 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 2 | -275/+275 |
* | bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a... | Javen O'Neal | 2016-06-10 | 4 | -33/+39 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 5 | -977/+977 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 1 | -1/+1 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 2 | -1617/+1617 |
* | bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTab... | Javen O'Neal | 2016-06-10 | 1 | -0/+5 |
* | bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured... | Javen O'Neal | 2016-06-10 | 8 | -26/+402 |
* | bug 57840: add Table interface for Structured References. Patch from Daniel L... | Javen O'Neal | 2016-06-09 | 1 | -0/+78 |
* | javadocs / java warnings (jdk8) fixes | Andreas Beeker | 2016-06-07 | 5 | -6/+35 |
* | Add XSSF support to ForkedEvaluator | Andreas Beeker | 2016-06-07 | 1 | -13/+14 |
* | #59170 - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuil... | Andreas Beeker | 2016-06-07 | 1 | -112/+65 |
* | add comments and make the statefulness of localeIsAdapting more obvious. | Javen O'Neal | 2016-06-07 | 1 | -1/+6 |
* | make emulateCSV final, add a single common all-inclusive (private) constructo... | Javen O'Neal | 2016-06-07 | 1 | -8/+15 |
* | replace Obervable with Observable; emulateCsv with emulateCSV | Javen O'Neal | 2016-06-07 | 1 | -22/+22 |
* | bug 59638: patch from Axel Howind, support non-comma number grouping separato... | Javen O'Neal | 2016-06-07 | 1 | -6/+11 |
* | close resources | Andreas Beeker | 2016-06-06 | 1 | -35/+38 |
* | javadocs / java warnings (jdk8) fixes | Andreas Beeker | 2016-06-06 | 28 | -123/+663 |
* | try to find out temp file errors on maven build | Andreas Beeker | 2016-06-05 | 1 | -6/+10 |
* | #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ... | Andreas Beeker | 2016-06-04 | 7 | -67/+223 |
* | Fix some Sonar issues and some IntelliJ warnings | Dominik Stadler | 2016-06-02 | 3 | -69/+52 |