| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 61859: support for evaluating comparison operators in array mode, detect ... | Yegor Kozlov | 2017-12-18 | 6 | -18/+149 |
* | #61765 Another HSSF Workbook name found from (unknown) third party software p... | Nick Burch | 2017-12-11 | 1 | -1/+2 |
* | #61841 | Greg Woolsey | 2017-12-07 | 3 | -1/+2 |
* | #61841 fix typo in method name | Greg Woolsey | 2017-12-06 | 4 | -5/+5 |
* | Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu... | Greg Woolsey | 2017-12-06 | 7 | -12/+45 |
* | Javadoc fixes | Nick Burch | 2017-11-27 | 1 | -2/+2 |
* | XDDF usermodel for Charts closes #68 on GitHub | Alain BĂ©arez | 2017-11-26 | 27 | -79/+132 |
* | #61809 - Infinite loop in SectionIDMap.get() and .put() | Andreas Beeker | 2017-11-24 | 7 | -140/+74 |
* | Change order of handling shape-types in copy() as FreeFormShape derives from ... | Dominik Stadler | 2017-11-23 | 1 | -1/+2 |
* | use codepoint iterator in a few places | PJ Fanning | 2017-11-22 | 3 | -39/+98 |
* | 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 |