aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-314-24/+161
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-301-7/+31
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-301-0/+3
* fix javadocs warnings for r1721930 (bug 58775)Javen O'Neal2015-12-293-4/+4
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-283-9/+8
* java docsJaven O'Neal2015-12-281-1/+1
* make HSSFCellStyle attributes final, add Override decorators on all methodsJaven O'Neal2015-12-281-7/+55
* Fix some cases where file resources were not closed correctly, mostly when Ex...Dominik Stadler2015-12-221-3/+10
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-222-44/+55
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-201-1/+12
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-161-0/+5
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-141-0/+19
* 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-042-5/+5
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-043-17/+39
* remove deprecated functions (since 2008)Javen O'Neal2015-12-041-0/+21
* Sonar fixes, direct array parameterAndreas Beeker2015-12-014-15/+15
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-3/+13
* 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
* bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRowsJaven O'Neal2015-11-291-0/+36
* add @Override annotations to Sheet classesJaven O'Neal2015-11-292-10/+99
* Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r...Javen O'Neal2015-11-291-2/+53
* javadocJaven O'Neal2015-11-291-1/+1
* bug 58667: make SX/X/HSSFRow implement Comparable interfaceJaven O'Neal2015-11-291-25/+35
* HSSFRow: make instance variables finalJaven O'Neal2015-11-291-3/+3
* bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlinkJaven O'Neal2015-11-291-7/+24
* 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-256-32/+90
* Remove useless double check on null introduced with the previous bugfixDominik Stadler2015-11-241-3/+1
* 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
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-241-1/+1
* whitespaceJaven O'Neal2015-11-242-11/+11