| Commit message (Expand) | Author | Age | Files | Lines |
* | deprecated constants pointing to MissingCellPolicy - use enum instead | Andreas Beeker | 2016-06-24 | 5 | -84/+123 |
* | Sonar fixes | Andreas Beeker | 2016-06-24 | 8 | -31/+21 |
* | bug 59748: replace Hashtable with HashMap; contributed by Axel Howind | Javen O'Neal | 2016-06-24 | 3 | -17/+16 |
* | javadoc fixes (jdk8) | Andreas Beeker | 2016-06-22 | 39 | -232/+189 |
* | Provide an alternate method to get the OLE2 thumbnail that decodes | Nick Burch | 2016-06-21 | 1 | -4/+17 |
* | bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe... | Javen O'Neal | 2016-06-20 | 1 | -10/+29 |
* | bug 56781: disallow names with symbols, except underscore, period, and backslash | Javen O'Neal | 2016-06-20 | 2 | -5/+10 |
* | add comments, adjust whitespace | Javen O'Neal | 2016-06-20 | 2 | -5/+14 |
* | whitespace (tabs to spaces); +svnprop svn:eol-style=native | Javen O'Neal | 2016-06-20 | 1 | -27/+27 |
* | bug 59731: start migrating methods relating to row-shifting in HSSFSheet to H... | Javen O'Neal | 2016-06-20 | 3 | -43/+197 |
* | bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface | Javen O'Neal | 2016-06-20 | 2 | -1/+22 |
* | bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shift... | Javen O'Neal | 2016-06-20 | 1 | -0/+1 |
* | bug 56454: deprecate shiftMerged with unused parameter, move loop-invariant o... | Javen O'Neal | 2016-06-20 | 1 | -9/+20 |
* | object-oriented methods are preferred over utility classes for discoverability | Javen O'Neal | 2016-06-20 | 1 | -0/+1 |
* | bug 59729: update CellRangeUtil | Javen O'Neal | 2016-06-20 | 1 | -34/+48 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-20 | 1 | -31/+28 |
* | mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtil | Javen O'Neal | 2016-06-20 | 2 | -7/+2 |
* | bug 56454: add CellRangeAddress#containsRow and containsColumn | Javen O'Neal | 2016-06-20 | 1 | -2/+24 |
* | findbugs fixes | Andreas Beeker | 2016-06-20 | 1 | -1/+1 |
* | bug 56958: replace java.awt.Rectangle#intersects with native implementation t... | Javen O'Neal | 2016-06-19 | 1 | -32/+5 |
* | Regression fixes | Andreas Beeker | 2016-06-19 | 1 | -10/+80 |
* | bug 56958: slightly improve performance when checking array formulas | Javen O'Neal | 2016-06-19 | 1 | -3/+5 |
* | #59724 Take advantage of all POIDocument classes being Closeable to tidy the ... | Nick Burch | 2016-06-19 | 3 | -17/+5 |
* | #59724 Provide Closeable on all OLE2-based POIDocument types | Nick Burch | 2016-06-19 | 2 | -9/+23 |
* | bug 56958: patch from Yaniv Kunda: check that cells containing array formulas... | Javen O'Neal | 2016-06-19 | 1 | -3/+1 |
* | bug 59645: add Page Setup Print row and column headings support for Common SS | Javen O'Neal | 2016-06-19 | 3 | -11/+86 |
* | update javadoc for clarification about non-literal lists | Javen O'Neal | 2016-06-19 | 1 | -0/+6 |
* | findbugs fixes - ME_MUTABLE_ENUM_FIELD | Andreas Beeker | 2016-06-19 | 2 | -4/+4 |
* | add unit test for HSSFWorkbook.getSelectedTabs | Javen O'Neal | 2016-06-18 | 1 | -10/+25 |
* | bug 59718: deprecate get/setBoldweight. Use get/setBold | Javen O'Neal | 2016-06-18 | 2 | -2/+39 |
* | bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF | Javen O'Neal | 2016-06-18 | 28 | -536/+45 |
* | FunctionEval is a utility class. It should not have a public default constructor | Javen O'Neal | 2016-06-17 | 1 | -0/+4 |
* | bug 59279: add Comment.equals and hashCode methods | Javen O'Neal | 2016-06-17 | 1 | -0/+14 |
* | move loop invariant outside of loop | Javen O'Neal | 2016-06-17 | 1 | -1/+2 |
* | bug 59170: add version when deprecated | Javen O'Neal | 2016-06-17 | 1 | -1/+2 |
* | bug 59170: deprecate o.a.p.hssf.model.PictureShape | Javen O'Neal | 2016-06-17 | 1 | -0/+3 |
* | bug 55385: deprecate Font.getBoldweight and Font.setBoldweight | Javen O'Neal | 2016-06-16 | 2 | -3/+13 |
* | fix javadocs @link error for removed o.a.p.hssf.util.CellRangeAddress | Javen O'Neal | 2016-06-15 | 1 | -2/+1 |
* | bug 59170: remove deprecated methods | Javen O'Neal | 2016-06-15 | 8 | -203/+1 |
* | bug 59170: remove deprecated methods in o.a.p.hpsf.wellknown.SectionIDMap | Javen O'Neal | 2016-06-15 | 1 | -32/+0 |
* | bug 59170: remove deprecated hpsf.Constants class | Javen O'Neal | 2016-06-15 | 1 | -195/+0 |
* | remove RegionUtil reference | Javen O'Neal | 2016-06-14 | 1 | -3/+0 |
* | javadoc fixes (jdk8) | Andreas Beeker | 2016-06-13 | 48 | -224/+137 |
* | reverted changes of r1747942 and deprecated instead | Andreas Beeker | 2016-06-13 | 5 | -11/+27 |
* | back out changes for bug 58787: will replae BorderPropertyTemplate with a mor... | Javen O'Neal | 2016-06-13 | 2 | -993/+0 |
* | Sonar: 'static modifier out of order with the JLS suggestions.remove No need ... | Javen O'Neal | 2016-06-13 | 1 | -4/+8 |
* | add HSSFCell.setCachedErrorResult(FormulaError) | Javen O'Neal | 2016-06-13 | 3 | -9/+23 |
* | type check error code when setting cell error value on HSSFCell | Javen O'Neal | 2016-06-13 | 1 | -3/+20 |
* | add periods for complete sentences | Javen O'Neal | 2016-06-13 | 1 | -23/+23 |
* | Javadoc fixes | Nick Burch | 2016-06-13 | 1 | -5/+5 |