aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xssf/usermodel/helpers
Commit message (Expand)AuthorAgeFilesLines
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-7/+7
* IDE warnings, tried to reproduce Bug 58927, but could notDominik Stadler2018-11-011-2/+2
* extract valuable code from 54470 submitted patchAlain BĂ©arez2018-10-011-4/+58
* fix some deprecation warningsPJ Fanning2018-06-071-4/+3
* [bug-62055] Fix XSSFImportFromXML table resize. Thanks to Leonard Kappe. This...PJ Fanning2018-02-251-52/+83
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-301-2/+1
* Change order of handling shape-types in copy() as FreeFormShape derives from ...Dominik Stadler2017-11-231-1/+1
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-1/+3
* bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ...Javen O'Neal2017-11-043-3/+13
* bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to...Javen O'Neal2017-11-043-160/+118
* bug 61474, github #81: implement updateConditionalFormatting for ColumnShifterJaven O'Neal2017-11-043-59/+67
* bug 61474, github #81: implement updateNamedRanges for ColumnShifterJaven O'Neal2017-11-043-15/+22
* bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ...Javen O'Neal2017-11-043-39/+145
* bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi...Javen O'Neal2017-11-041-25/+30
* use StringBuilder in more placesPJ Fanning2017-10-311-1/+1
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-1/+1
* remove deprecated XSSFRowShifter.shiftMerged(int,int,int) method; replaced wi...Javen O'Neal2017-10-171-13/+0
* use non-deprecated versions of getCellTypePJ Fanning2017-09-181-1/+1
* Use Collections.singleton() where applicableDominik Stadler2017-09-161-2/+2
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-163-7/+7
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-1/+1
* Remove old XSSFPaswordHelperPJ Fanning2017-06-291-60/+0
* bug 59983: correctly update shared formulas when shifting rows. Thanks to Luc...Javen O'Neal2017-02-081-5/+10
* revert accidental commits in r1777435Javen O'Neal2017-01-051-2/+1
* junit3 -> junit4Javen O'Neal2017-01-051-1/+2
* fix NPEJaven O'Neal2016-09-221-0/+1
* bug 59983: add failing unit test demonstrating formula shifting is apply twic...Javen O'Neal2016-09-211-1/+2
* bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelperJaven O'Neal2016-08-012-80/+144
* bug 59922: make XSSFPasswordHelper internal because it works on XmlObject obj...Javen O'Neal2016-08-011-0/+2
* whitespace; +svn:eol-style=nativeJaven O'Neal2016-08-011-130/+130
* Fix zero-padding and handling of empty passwords (meaning protection on, but ...David North2016-08-011-2/+2
* Introduce name-based methods for access to named ranges in a workbook, and de...David North2016-07-292-6/+2
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-041-1/+1
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-041-2/+0
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-041-1/+2
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-022-2/+4
* bug 59731: start migrating methods relating to row-shifting in HSSFSheet to H...Javen O'Neal2016-06-201-80/+33
* bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shift...Javen O'Neal2016-06-201-1/+3
* bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a...Javen O'Neal2016-06-102-4/+8
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-102-5/+5
* Add details of the ignored errors where the HSSF spec provides a good descrip...Nick Burch2016-02-151-1/+22
* Start generalising the IgnoredErrorType code for later HSSF use too #56892Nick Burch2016-02-151-0/+85
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-012-7/+4
* sonar fixesAndreas Beeker2015-11-081-3/+3
* remove unused importJaven O'Neal2015-11-021-1/+0
* bug 58348: add support for copying rows for XSSFWorkbooksJaven O'Neal2015-11-021-1/+9
* bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows...Javen O'Neal2015-10-291-0/+26
* Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58466David North2015-10-051-106/+92
* Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over...Nick Burch2015-09-171-2/+3