summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ...Javen O'Neal2016-02-151-2/+9
* Add details of the ignored errors where the HSSF spec provides a good descrip...Nick Burch2016-02-151-3/+41
* Start generalising the IgnoredErrorType code for later HSSF use too #56892Nick Burch2016-02-151-0/+45
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-161-0/+9
* Regression in version 3.14-beta1: three or four-part formats with locale id c...Dominik Stadler2016-01-132-3/+8
* Eclipse warnings, helper unit-test, improve information provided in Exception...Dominik Stadler2016-01-131-1/+1
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-103-3/+11
* bug 58815: javadoc spellingJaven O'Neal2016-01-071-4/+4
* bug 58043: provide some compatibility between HSSF and XSSF in regards to val...Dominik Stadler2016-01-031-6/+15
* bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ...Javen O'Neal2016-01-021-2/+11
* fix javadocsJaven O'Neal2016-01-022-4/+4
* bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.Javen O'Neal2016-01-022-13/+64
* javadocsJaven O'Neal2016-01-021-7/+7
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-301-7/+31
* fix javadocs warnings for r1721930 (bug 58775)Javen O'Neal2015-12-291-1/+1
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-282-4/+4
* java docsJaven O'Neal2015-12-281-1/+1
* fix forbidden apis issuesAndreas Beeker2015-12-131-1/+1
* supporting change for bug 56454: SheetUtil.containsCell and CellRangeAddress....Javen O'Neal2015-12-061-7/+9
* add hashCode for corresponding equals functionJaven O'Neal2015-12-041-0/+5
* javadocsJaven O'Neal2015-12-041-1/+2
* FindBugs warning: ExcelStyleDateFormatter doesn't override java.text.SimpleDA...Javen O'Neal2015-12-041-0/+10
* make fields staticJaven O'Neal2015-12-041-5/+8
* add comments for names of missing functionsJaven O'Neal2015-12-041-25/+99
* fix javadocs errorsJaven O'Neal2015-12-042-4/+4
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-042-0/+25
* whitespaceJaven O'Neal2015-11-301-5/+5
* bug 58671: change MissingCellPolicy from class to enumJaven O'Neal2015-11-301-6/+10
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-301-1/+3
* add @Override annotations to Sheet classesJaven O'Neal2015-11-291-0/+9
* bug 58636: make ClientAnchor enum constructor private, make byId InternalJaven O'Neal2015-11-291-1/+12
* javadocsJaven O'Neal2015-11-281-1/+1
* javadocsJaven O'Neal2015-11-281-3/+14
* +FIXMEJaven O'Neal2015-11-271-0/+2
* javadocsJaven O'Neal2015-11-251-2/+2
* bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMerg...Javen O'Neal2015-11-251-4/+2
* javadoc fixJaven O'Neal2015-11-251-3/+3
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-251-20/+75
* bug 58348: use copy constructor design pattern rather than cloneable pattern ...Javen O'Neal2015-11-241-7/+20
* javadocJaven O'Neal2015-11-241-0/+1
* whitespaceJaven O'Neal2015-11-241-483/+483
* whitespaceJaven O'Neal2015-11-241-280/+280
* whitespaceJaven O'Neal2015-11-241-6/+6
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-241-0/+20
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-241-12/+0
* FindBug warning: ICAST_IDIV_CAST_TO_DOUBLE: integral division result cast to ...Javen O'Neal2015-11-241-3/+3
* FindBug warning: EQ_SELF_USE_OBJECT: class defines equals(Region) and uses Ob...Javen O'Neal2015-11-241-1/+8
* fix normal priority FindBugs warning: DMI_INVOKING_HASHCODE_ON_ARRAYJaven O'Neal2015-11-241-2/+5
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-231-1/+1