aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Bug 61859: support for evaluating comparison operators in array mode, detect ...Yegor Kozlov2017-12-186-18/+149
* #61765 Another HSSF Workbook name found from (unknown) third party software p...Nick Burch2017-12-111-1/+2
* #61841 Greg Woolsey2017-12-073-1/+2
* #61841 fix typo in method nameGreg Woolsey2017-12-064-5/+5
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu...Greg Woolsey2017-12-067-12/+45
* Javadoc fixesNick Burch2017-11-271-2/+2
* XDDF usermodel for Charts closes #68 on GitHubAlain BĂ©arez2017-11-2627-79/+132
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-247-140/+74
* Change order of handling shape-types in copy() as FreeFormShape derives from ...Dominik Stadler2017-11-231-1/+2
* use codepoint iterator in a few placesPJ Fanning2017-11-223-39/+98
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-214-452/+480
* remove more uses of Character.toUpperCasePJ Fanning2017-11-211-7/+3
* [bug-61792] basic testPJ Fanning2017-11-201-0/+4
* [bug-61792] some changes to avoid iterating over chars of StringsPJ Fanning2017-11-206-39/+22
* add Locale awareness to case insensitive conditional comparisons in formattin...Greg Woolsey2017-11-161-4/+14
* Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some...Greg Woolsey2017-11-154-49/+172
* Fix setting a font-color if no previous color is defined for the fontDominik Stadler2017-11-131-1/+1
* github #81: sheet names are case insensitiveJaven O'Neal2017-11-121-2/+2
* Some JavaDoc adjustments, typos, IntelliJ warningsDominik Stadler2017-11-085-15/+13
* bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s...Javen O'Neal2017-11-071-20/+1
* bug 61730: add javadocJaven O'Neal2017-11-071-0/+4
* bug 61730: add iterator interface to CellRangeAddressBase for iterating over ...Javen O'Neal2017-11-071-4/+95
* bug 61727: CellRangeUtil Merge cell ranges broken. Thanks for Sven Rieckhoff ...Javen O'Neal2017-11-061-0/+1
* Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ...Dominik Stadler2017-11-054-49/+182
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-041-2/+2
* bug 61474, github #81: add ShiftMode#ColumnCopy for FormulaShifterJaven O'Neal2017-11-041-84/+148
* bug 61474, github #81: add shiftMergedRegions to BaseRowColShifter interfaceJaven O'Neal2017-11-043-24/+20
* bug 61474, github #81: bump visibility of abstract methods in BaseRowColShift...Javen O'Neal2017-11-041-3/+3
* bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ...Javen O'Neal2017-11-044-34/+28
* bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to...Javen O'Neal2017-11-042-12/+3
* bug 61474, github #81: fix ColumnShifter#removalNeeded to use columns instead...Javen O'Neal2017-11-042-4/+16
* bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ...Javen O'Neal2017-11-046-27/+265
* bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi...Javen O'Neal2017-11-042-13/+18
* bug 61474,github-81: add FormulaShifter.createForColumnShift and ShiftMode.Co...Javen O'Neal2017-11-041-0/+226
* github-81: extract routines in HSSFRow#shiftRowsJaven O'Neal2017-11-041-37/+56
* #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide doesAndreas Beeker2017-11-021-0/+16
* Javadoc fixNick Burch2017-11-011-1/+1
* use StringBuilder in more placesPJ Fanning2017-10-311-498/+504
* github-68: add @Override to o.a.p.ss.usermodel.charts.DataSources. Thanks to ...Javen O'Neal2017-10-311-0/+12
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-3111-31/+78
* Remove more deprecated codePJ Fanning2017-10-232-43/+1
* Remove more deprecated codePJ Fanning2017-10-231-5/+0
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-223-183/+179
* Remove use of deprecated methodsPJ Fanning2017-10-223-88/+44
* Remove use of deprecated methodsPJ Fanning2017-10-223-65/+39
* Add getter/setter for ReadingOrder to XSSF, closes issue #73Dominik Stadler2017-10-181-0/+50
* cleanup for r1812476: avoid NPEs from string.isEmpty()Javen O'Neal2017-10-183-1/+12
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-187-8/+8
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-183-3/+3
* IntelliJ: simplify boolean logicJaven O'Neal2017-10-172-10/+5