aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel
Commit message (Expand)AuthorAgeFilesLines
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-271-0/+1371
* sonar fixes - null dereferenceAndreas Beeker2018-05-211-1/+2
* tidy up API for font indexPJ Fanning2018-02-261-4/+4
* further uptake of int methods for font lookupsPJ Fanning2018-02-221-1/+1
* [bug-62018] use ints to index fontsPJ Fanning2018-02-203-28/+49
* [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94PJ Fanning2018-02-141-0/+42
* fix use of forbidden apis in row shift codePJ Fanning2018-01-311-10/+11
* [github-81] Formula adjusting in context of column shifting. Thanks to Dragan...PJ Fanning2018-01-304-6/+94
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-311-9/+6
* #61841 Greg Woolsey2017-12-071-0/+1
* #61841 fix typo in method nameGreg Woolsey2017-12-061-1/+1
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu...Greg Woolsey2017-12-061-1/+12
* XDDF usermodel for Charts closes #68 on GitHubAlain Béarez2017-11-261-9/+0
* Change order of handling shape-types in copy() as FreeFormShape derives from ...Dominik Stadler2017-11-231-1/+2
* Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some...Greg Woolsey2017-11-151-0/+4
* Bug #57517: Fix various things in HSSFOptimiser to make many more cases work ...Dominik Stadler2017-11-051-49/+120
* bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ...Javen O'Neal2017-11-041-0/+2
* bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to...Javen O'Neal2017-11-041-9/+0
* bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ...Javen O'Neal2017-11-042-2/+68
* bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi...Javen O'Neal2017-11-041-6/+11
* github-81: extract routines in HSSFRow#shiftRowsJaven O'Neal2017-11-041-37/+56
* Javadoc fixNick Burch2017-11-011-1/+1
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-311-1/+1
* Remove more deprecated codePJ Fanning2017-10-231-21/+1
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-221-114/+115
* Remove use of deprecated methodsPJ Fanning2017-10-221-71/+19
* Remove use of deprecated methodsPJ Fanning2017-10-221-49/+15
* string.equals("") -> string.isEmpty() or "".equals(string)Javen O'Neal2017-10-181-1/+1
* Fix some findbugs-issues and apply some code-cleanup and apply some smaller p...Dominik Stadler2017-10-131-11/+11
* 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
* Replace deprecated CellReference class and some other warnings fixedDominik Stadler2017-09-262-15/+7
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-1/+6
* IntelliJ warnings, deprecationDominik Stadler2017-09-192-19/+9
* use non-deprecated versions of getCellTypePJ Fanning2017-09-181-1/+1
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-182-6/+8
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-182-2/+2
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-182-33/+10
* Change getCachedFormulaResultType to return CellTypePJ Fanning2017-09-182-20/+22
* Remove unnecessary local variablesDominik Stadler2017-09-163-6/+3
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-169-36/+36
* Remove unnecessary initialization of membersDominik Stadler2017-09-164-7/+7
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-163-3/+3
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-30/+0
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-131-0/+13
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-301-2/+1
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-178-14/+14
* some javadoc fixesPJ Fanning2017-07-151-1/+1
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-301-198/+9
* Used deprecated external method removed, so remove internal methodNick Burch2017-06-281-15/+0