aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf
Commit message (Expand)AuthorAgeFilesLines
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-271-0/+1371
* sonar fixes - null dereferenceAndreas Beeker2018-05-212-5/+11
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-272-9/+7
* Fix setting active cell in .xls by populating field_6_refs whenever row/colum...Dominik Stadler2018-04-251-10/+17
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-041-1/+7
* 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-204-29/+50
* [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
* Update some tests and IntelliJ warningsDominik Stadler2018-01-011-6/+4
* Bug-61947 remove deprecated methodPJ Fanning2018-01-011-1/+1
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-311-9/+6
* #61765 Another HSSF Workbook name found from (unknown) third party software p...Nick Burch2017-12-111-1/+2
* #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
* [bug-61792] some changes to avoid iterating over chars of StringsPJ Fanning2017-11-205-13/+14
* Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some...Greg Woolsey2017-11-151-0/+4
* Fix setting a font-color if no previous color is defined for the fontDominik Stadler2017-11-131-1/+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: 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-043-24/+70
* 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
* use StringBuilder in more placesPJ Fanning2017-10-311-498/+504
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-312-3/+3
* 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
* 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-132-18/+15
* 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-263-17/+9
* Remove more deprecated classes and methodsPJ Fanning2017-09-233-75/+2
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...Dominik Stadler2017-09-231-2/+1
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-2117-24/+90
* IntelliJ warnings, deprecationDominik Stadler2017-09-193-19/+13
* 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