| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica... | Dominik Stadler | 2017-11-04 | 7 | -147/+92 |
* | bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifter | Javen O'Neal | 2017-11-04 | 2 | -86/+226 |
* | 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 | 7 | -37/+41 |
* | bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to... | Javen O'Neal | 2017-11-04 | 5 | -172/+121 |
* | 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: 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 | 9 | -66/+410 |
* | bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi... | Javen O'Neal | 2017-11-04 | 3 | -38/+48 |
* | bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co... | Javen O'Neal | 2017-11-04 | 2 | -53/+370 |
* | github-81: extract routines in HSSFRow#shiftRows | Javen O'Neal | 2017-11-04 | 1 | -37/+56 |
* | rename ambiguous variable name shifter -> formulaShifter | Javen O'Neal | 2017-11-04 | 1 | -2/+2 |
* | whitespace | Javen O'Neal | 2017-11-04 | 1 | -12/+12 |
* | #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide does | Andreas Beeker | 2017-11-02 | 5 | -3/+122 |
* | Javadoc fix | Nick Burch | 2017-11-01 | 1 | -1/+1 |
* | eventually we want to forbid StringBuffer usage | Javen O'Neal | 2017-10-31 | 1 | -0/+4 |
* | use StringBuilder in more places | PJ Fanning | 2017-10-31 | 18 | -842/+847 |
* | 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 | PJ Fanning | 2017-10-31 | 1 | -0/+0 |
* | add test case for bug 61701 and use StringBuilder in more places | PJ Fanning | 2017-10-31 | 19 | -49/+119 |
* | github-77: Remove the 'public' modifier to make fields package protected (fin... | Javen O'Neal | 2017-10-31 | 1 | -2/+4 |
* | consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing() | Javen O'Neal | 2017-10-31 | 1 | -21/+11 |
* | bump the Eclipse compile source to Java 1.8 | Javen O'Neal | 2017-10-31 | 1 | -1/+1 |
* | bug 61630: Patch from Daniel to fix XSSFExportToXML IllegalArgumentException:... | Javen O'Neal | 2017-10-26 | 1 | -1/+1 |
* | remove test-hssf ant target | Javen O'Neal | 2017-10-25 | 1 | -57/+0 |
* | remove test-ss and test-ooxml-ss ant targets, as these were causing problems ... | Javen O'Neal | 2017-10-25 | 1 | -105/+0 |
* | bug 61630: further XSSFExportToXML performance improvements from Daniel (bug ... | Javen O'Neal | 2017-10-25 | 1 | -23/+31 |
* | bug 61630: revert r1813240, which failed the integration test with org.apache... | Javen O'Neal | 2017-10-24 | 1 | -25/+22 |
* | bug 61630: further XSSFExportToXML performance improvements from Daniel (comm... | Javen O'Neal | 2017-10-24 | 1 | -22/+25 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 5 | -265/+129 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 3 | -497/+400 |
* | Remove more deprecated code | PJ Fanning | 2017-10-23 | 9 | -159/+35 |
* | Introduce new BorderFormatting methods to expose border styles | PJ Fanning | 2017-10-22 | 6 | -309/+240 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 20 | -292/+198 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 17 | -240/+161 |
* | Remove use of deprecated methods | PJ Fanning | 2017-10-22 | 8 | -25/+17 |
* | Add getter/setter for ReadingOrder to XSSF, closes issue #73 | Dominik Stadler | 2017-10-18 | 4 | -1/+112 |
* | Bump up the Eclipse JVM version to 8 to match Ant | Nick Burch | 2017-10-18 | 2 | -3/+3 |
* | Bump up the Eclipse JVM version | Nick Burch | 2017-10-18 | 2 | -4/+4 |
* | bug 61630: performance improvements in XSSFExportToXml. Thanks to Daniel for ... | Javen O'Neal | 2017-10-18 | 1 | -16/+18 |
* | cleanup for r1812470: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 2 | -3/+3 |
* | fix compile error | Javen O'Neal | 2017-10-18 | 1 | -1/+2 |
* | cleanup for r1812475: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 1 | -4/+5 |
* | cleanup for r1812476: avoid NPEs from string.isEmpty() | Javen O'Neal | 2017-10-18 | 5 | -3/+14 |
* | replace "".equals(string) with string.isEmpty() to avoid null strings silentl... | Javen O'Neal | 2017-10-18 | 20 | -26/+26 |
* | prefer literal.equals(variable) over variable.equals(literal) | Javen O'Neal | 2017-10-18 | 1 | -22/+18 |
* | convert "".equals(string) to string.isEmpty() | Javen O'Neal | 2017-10-18 | 4 | -4/+4 |
* | simplfy PackagingURIHelper#combine boolean logic using xor and replacing +FOR... | Javen O'Neal | 2017-10-18 | 1 | -6/+2 |