| Commit message (Expand) | Author | Age | Files | Lines |
* | #56570 - RecordType has repeat by code type 3009 | Andreas Beeker | 2015-12-31 | 4 | -24/+161 |
* | Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed. | Dominik Stadler | 2015-12-30 | 1 | -7/+31 |
* | Bug 58616: Try to initialize with empty password if not done before | Dominik Stadler | 2015-12-30 | 1 | -0/+3 |
* | fix javadocs warnings for r1721930 (bug 58775) | Javen O'Neal | 2015-12-29 | 3 | -4/+4 |
* | bug 58775: use short for data format index, int for cell style index | Javen O'Neal | 2015-12-28 | 3 | -9/+8 |
* | java docs | Javen O'Neal | 2015-12-28 | 1 | -1/+1 |
* | make HSSFCellStyle attributes final, add Override decorators on all methods | Javen O'Neal | 2015-12-28 | 1 | -7/+55 |
* | Fix some cases where file resources were not closed correctly, mostly when Ex... | Dominik Stadler | 2015-12-22 | 1 | -3/+10 |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 2 | -44/+55 |
* | Handle some cases better where file handles were left open by the ExtractorFa... | Dominik Stadler | 2015-12-20 | 1 | -1/+12 |
* | Unit test for #58731 - not reproduced, and some javadocs | Nick Burch | 2015-12-16 | 1 | -0/+5 |
* | #58733 - New AIOOBE in getCell while iterating through a table in PPT | Andreas Beeker | 2015-12-14 | 1 | -0/+19 |
* | fix forbidden apis issues | Andreas Beeker | 2015-12-13 | 1 | -1/+1 |
* | supporting change for bug 56454: SheetUtil.containsCell and CellRangeAddress.... | Javen O'Neal | 2015-12-06 | 1 | -7/+9 |
* | add hashCode for corresponding equals function | Javen O'Neal | 2015-12-04 | 1 | -0/+5 |
* | javadocs | Javen O'Neal | 2015-12-04 | 1 | -1/+2 |
* | FindBugs warning: ExcelStyleDateFormatter doesn't override java.text.SimpleDA... | Javen O'Neal | 2015-12-04 | 1 | -0/+10 |
* | make fields static | Javen O'Neal | 2015-12-04 | 1 | -5/+8 |
* | add comments for names of missing functions | Javen O'Neal | 2015-12-04 | 1 | -25/+99 |
* | fix javadocs errors | Javen O'Neal | 2015-12-04 | 2 | -4/+4 |
* | fix javadoc errors | Javen O'Neal | 2015-12-04 | 2 | -5/+5 |
* | bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, | Javen O'Neal | 2015-12-04 | 3 | -17/+39 |
* | remove deprecated functions (since 2008) | Javen O'Neal | 2015-12-04 | 1 | -0/+21 |
* | Sonar fixes, direct array parameter | Andreas Beeker | 2015-12-01 | 4 | -15/+15 |
* | - #47904 - Update text styles in HSLF MasterSlide | Andreas Beeker | 2015-11-30 | 1 | -3/+13 |
* | whitespace | Javen O'Neal | 2015-11-30 | 1 | -5/+5 |
* | bug 58671: change MissingCellPolicy from class to enum | Javen O'Neal | 2015-11-30 | 1 | -6/+10 |
* | patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ... | Javen O'Neal | 2015-11-30 | 1 | -1/+3 |
* | bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRows | Javen O'Neal | 2015-11-29 | 1 | -0/+36 |
* | add @Override annotations to Sheet classes | Javen O'Neal | 2015-11-29 | 2 | -10/+99 |
* | Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r... | Javen O'Neal | 2015-11-29 | 1 | -2/+53 |
* | javadoc | Javen O'Neal | 2015-11-29 | 1 | -1/+1 |
* | bug 58667: make SX/X/HSSFRow implement Comparable interface | Javen O'Neal | 2015-11-29 | 1 | -25/+35 |
* | HSSFRow: make instance variables final | Javen O'Neal | 2015-11-29 | 1 | -3/+3 |
* | bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlink | Javen O'Neal | 2015-11-29 | 1 | -7/+24 |
* | bug 58636: make ClientAnchor enum constructor private, make byId Internal | Javen O'Neal | 2015-11-29 | 1 | -1/+12 |
* | javadocs | Javen O'Neal | 2015-11-28 | 1 | -1/+1 |
* | javadocs | Javen O'Neal | 2015-11-28 | 1 | -3/+14 |
* | +FIXME | Javen O'Neal | 2015-11-27 | 1 | -0/+2 |
* | javadocs | Javen O'Neal | 2015-11-25 | 1 | -2/+2 |
* | bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMerg... | Javen O'Neal | 2015-11-25 | 1 | -4/+2 |
* | javadoc fix | Javen O'Neal | 2015-11-25 | 1 | -3/+3 |
* | bug 58636: upgrade anchor types from int to AnchorType enum | Javen O'Neal | 2015-11-25 | 6 | -32/+90 |
* | Remove useless double check on null introduced with the previous bugfix | Dominik Stadler | 2015-11-24 | 1 | -3/+1 |
* | bug 58348: use copy constructor design pattern rather than cloneable pattern ... | Javen O'Neal | 2015-11-24 | 1 | -7/+20 |
* | javadoc | Javen O'Neal | 2015-11-24 | 1 | -0/+1 |
* | whitespace | Javen O'Neal | 2015-11-24 | 1 | -483/+483 |
* | whitespace | Javen O'Neal | 2015-11-24 | 1 | -280/+280 |
* | bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec... | Javen O'Neal | 2015-11-24 | 1 | -1/+1 |
* | whitespace | Javen O'Neal | 2015-11-24 | 2 | -11/+11 |