| Commit message (Expand) | Author | Age | Files | Lines |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 4 | -452/+480 |
* | remove more uses of Character.toUpperCase | PJ Fanning | 2017-11-21 | 1 | -7/+3 |
* | [bug-61792] basic test | PJ Fanning | 2017-11-20 | 1 | -0/+4 |
* | [bug-61792] some changes to avoid iterating over chars of Strings | PJ Fanning | 2017-11-20 | 6 | -39/+22 |
* | add Locale awareness to case insensitive conditional comparisons in formattin... | Greg Woolsey | 2017-11-16 | 1 | -4/+14 |
* | Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some... | Greg Woolsey | 2017-11-15 | 4 | -49/+172 |
* | Fix setting a font-color if no previous color is defined for the font | Dominik Stadler | 2017-11-13 | 1 | -1/+1 |
* | github #81: sheet names are case insensitive | Javen O'Neal | 2017-11-12 | 1 | -2/+2 |
* | Some JavaDoc adjustments, typos, IntelliJ warnings | Dominik Stadler | 2017-11-08 | 5 | -15/+13 |
* | bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s... | Javen O'Neal | 2017-11-07 | 1 | -20/+1 |
* | bug 61730: add javadoc | Javen O'Neal | 2017-11-07 | 1 | -0/+4 |
* | bug 61730: add iterator interface to CellRangeAddressBase for iterating over ... | Javen O'Neal | 2017-11-07 | 1 | -4/+95 |
* | bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ... | Javen O'Neal | 2017-11-06 | 1 | -0/+1 |
* | Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ... | Dominik Stadler | 2017-11-05 | 4 | -49/+182 |
* | Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica... | Dominik Stadler | 2017-11-04 | 1 | -2/+2 |
* | bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter | Javen O'Neal | 2017-11-04 | 1 | -84/+148 |
* | bug 61474, github #81: add shiftMergedRegions to BaseRowColShifter interface | Javen O'Neal | 2017-11-04 | 3 | -24/+20 |
* | bug 61474, github #81: bump visibility of abstract methods in BaseRowColShift... | Javen O'Neal | 2017-11-04 | 1 | -3/+3 |
* | bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ... | Javen O'Neal | 2017-11-04 | 4 | -34/+28 |
* | bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to... | Javen O'Neal | 2017-11-04 | 2 | -12/+3 |
* | bug 61474, github #81: fix ColumnShifter#removalNeeded to use columns instead... | Javen O'Neal | 2017-11-04 | 2 | -4/+16 |
* | bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ... | Javen O'Neal | 2017-11-04 | 6 | -27/+265 |
* | bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi... | Javen O'Neal | 2017-11-04 | 2 | -13/+18 |
* | bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co... | Javen O'Neal | 2017-11-04 | 1 | -0/+226 |
* | github-81: extract routines in HSSFRow#shiftRows | Javen O'Neal | 2017-11-04 | 1 | -37/+56 |
* | #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does | Andreas Beeker | 2017-11-02 | 1 | -0/+16 |
* | Javadoc fix | Nick Burch | 2017-11-01 | 1 | -1/+1 |
* | use StringBuilder in more places | PJ Fanning | 2017-10-31 | 1 | -498/+504 |
* | github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to ... | Javen O'Neal | 2017-10-31 | 1 | -0/+12 |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 11 | -31/+78 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 2 | -43/+1 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 1 | -5/+0 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 3 | -183/+179 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 3 | -88/+44 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 3 | -65/+39 |
* | Add getter/setter for ReadingOrder to XSSF, closes issue #73 | Dominik Stadler | 2017-10-18 | 1 | -0/+50 |
* | cleanup for r1812476: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 3 | -1/+12 |
* | replace "".equals(string) with string.isEmpty() to avoid null strings silentl... | Javen O'Neal | 2017-10-18 | 7 | -8/+8 |
* | string.equals("") -> string.isEmpty() or "".equals(string) | Javen O'Neal | 2017-10-18 | 3 | -3/+3 |
* | IntelliJ: simplify boolean logic | Javen O'Neal | 2017-10-17 | 2 | -10/+5 |
* | Make public static members final [thanks to Kui Liu]. This close #78. | PJ Fanning | 2017-10-15 | 1 | -3/+3 |
* | Fix some findbugs-issues and apply some code-cleanup and apply some smaller p... | Dominik Stadler | 2017-10-13 | 13 | -56/+46 |
* | adjust tests, javadoc, ... | Dominik Stadler | 2017-10-11 | 1 | -7/+7 |
* | Remove "filling" in IntList as this has no effect whatsoever as far as I coul... | Dominik Stadler | 2017-10-11 | 5 | -65/+27 |
* | Apply patch from bug 61096: Add support for modules in VBAMacroReader | Dominik Stadler | 2017-10-07 | 2 | -42/+133 |
* | Bug 61064: Support behavior of function CEILING in newer versions of Microsof... | Dominik Stadler | 2017-09-28 | 1 | -3/+2 |
* | Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there mig... | Dominik Stadler | 2017-09-28 | 2 | -1/+21 |
* | Fix bug 61516: when copying cells with formulas we should properly check for ... | Dominik Stadler | 2017-09-28 | 1 | -14/+21 |
* | Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbook | Dominik Stadler | 2017-09-26 | 1 | -6/+2 |
* | Fixup change for CellReference to keep the behavior the same as before | Dominik Stadler | 2017-09-26 | 1 | -1/+1 |