aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make public static members final [thanks to Kui Liu]. This close #78.PJ Fanning2017-10-151-3/+3
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-1313-56/+46
* adjust tests, javadoc, ...Dominik Stadler2017-10-111-7/+7
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-115-65/+27
* Apply patch from bug 61096: Add support for modules in VBAMacroReaderDominik Stadler2017-10-072-42/+133
* Bug 61064: Support behavior of function CEILING in newer versions of Microsof...Dominik Stadler2017-09-281-3/+2
* Bug 61082: Adjust JavaDoc for getFirst/LastRow/Cell to explain that there mig...Dominik Stadler2017-09-282-1/+21
* Fix bug 61516: when copying cells with formulas we should properly check for ...Dominik Stadler2017-09-281-14/+21
* Replace "getEntry() plus catch" by "hasEntry()" in HSSFWorkbookDominik Stadler2017-09-261-6/+2
* Fixup change for CellReference to keep the behavior the same as beforeDominik Stadler2017-09-261-1/+1