| Commit message (Expand) | Author | Age | Files | Lines |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 1 | -7/+7 |
* | IDE warnings, tried to reproduce Bug 58927, but could not | Dominik Stadler | 2018-11-01 | 1 | -2/+2 |
* | extract valuable code from 54470 submitted patch | Alain BĂ©arez | 2018-10-01 | 1 | -4/+58 |
* | fix some deprecation warnings | PJ Fanning | 2018-06-07 | 1 | -4/+3 |
* | [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This... | PJ Fanning | 2018-02-25 | 1 | -52/+83 |
* | [github-81] Formula adjusting in context of column shifting. Thanks to Dragan... | PJ Fanning | 2018-01-30 | 1 | -2/+1 |
* | Change order of handling shape-types in copy() as FreeFormShape derives from ... | Dominik Stadler | 2017-11-23 | 1 | -1/+1 |
* | add forbidden api checks for non-Locale toLowerCase and toUpperCase | PJ Fanning | 2017-11-21 | 1 | -1/+3 |
* | bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ... | Javen O'Neal | 2017-11-04 | 3 | -3/+13 |
* | bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to... | Javen O'Neal | 2017-11-04 | 3 | -160/+118 |
* | bug 61474, github #81: implement updateConditionalFormatting for ColumnShifter | Javen O'Neal | 2017-11-04 | 3 | -59/+67 |
* | bug 61474, github #81: implement updateNamedRanges for ColumnShifter | Javen O'Neal | 2017-11-04 | 3 | -15/+22 |
* | bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ... | Javen O'Neal | 2017-11-04 | 3 | -39/+145 |
* | bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi... | Javen O'Neal | 2017-11-04 | 1 | -25/+30 |
* | use StringBuilder in more places | PJ Fanning | 2017-10-31 | 1 | -1/+1 |
* | replace "".equals(string) with string.isEmpty() to avoid null strings silentl... | Javen O'Neal | 2017-10-18 | 1 | -1/+1 |
* | remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced wi... | Javen O'Neal | 2017-10-17 | 1 | -13/+0 |
* | use non-deprecated versions of getCellType | PJ Fanning | 2017-09-18 | 1 | -1/+1 |
* | Use Collections.singleton() where applicable | Dominik Stadler | 2017-09-16 | 1 | -2/+2 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 1 | -2/+1 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 3 | -7/+7 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 1 | -1/+1 |
* | Remove old XSSFPaswordHelper | PJ Fanning | 2017-06-29 | 1 | -60/+0 |
* | bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc... | Javen O'Neal | 2017-02-08 | 1 | -5/+10 |
* | revert accidental commits in r1777435 | Javen O'Neal | 2017-01-05 | 1 | -2/+1 |
* | junit3 -> junit4 | Javen O'Neal | 2017-01-05 | 1 | -1/+2 |
* | fix NPE | Javen O'Neal | 2016-09-22 | 1 | -0/+1 |
* | bug 59983: add failing unit test demonstrating formula shifting is apply twic... | Javen O'Neal | 2016-09-21 | 1 | -1/+2 |
* | bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelper | Javen O'Neal | 2016-08-01 | 2 | -80/+144 |
* | bug 59922: make XSSFPasswordHelper internal because it works on XmlObject obj... | Javen O'Neal | 2016-08-01 | 1 | -0/+2 |
* | whitespace; +svn:eol-style=native | Javen O'Neal | 2016-08-01 | 1 | -130/+130 |
* | Fix zero-padding and handling of empty passwords (meaning protection on, but ... | David North | 2016-08-01 | 1 | -2/+2 |
* | Introduce name-based methods for access to named ranges in a workbook, and de... | David North | 2016-07-29 | 2 | -6/+2 |
* | bug 59791: getCellType and getCachedFormulaResultType should return an intege... | Javen O'Neal | 2016-07-04 | 1 | -1/+1 |
* | reorganize imports (remove unused imports, sort alphabetically) | Javen O'Neal | 2016-07-04 | 1 | -2/+0 |
* | bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* | Javen O'Neal | 2016-07-04 | 1 | -1/+2 |
* | bug 59773: move loop invariants outside of loop or change for loops to for-ea... | Javen O'Neal | 2016-07-02 | 2 | -2/+4 |
* | bug 59731: start migrating methods relating to row-shifting in HSSFSheet to H... | Javen O'Neal | 2016-06-20 | 1 | -80/+33 |
* | bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shift... | Javen O'Neal | 2016-06-20 | 1 | -1/+3 |
* | bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a... | Javen O'Neal | 2016-06-10 | 2 | -4/+8 |
* | bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured... | Javen O'Neal | 2016-06-10 | 2 | -5/+5 |
* | Add details of the ignored errors where the HSSF spec provides a good descrip... | Nick Burch | 2016-02-15 | 1 | -1/+22 |
* | Start generalising the IgnoredErrorType code for later HSSF use too #56892 | Nick Burch | 2016-02-15 | 1 | -0/+85 |
* | remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ... | Andreas Beeker | 2016-01-01 | 2 | -7/+4 |
* | sonar fixes | Andreas Beeker | 2015-11-08 | 1 | -3/+3 |
* | remove unused import | Javen O'Neal | 2015-11-02 | 1 | -1/+0 |
* | bug 58348: add support for copying rows for XSSFWorkbooks | Javen O'Neal | 2015-11-02 | 1 | -1/+9 |
* | bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows... | Javen O'Neal | 2015-10-29 | 1 | -0/+26 |
* | Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466 | David North | 2015-10-05 | 1 | -106/+92 |
* | Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over... | Nick Burch | 2015-09-17 | 1 | -2/+3 |