| Commit message (Expand) | Author | Age | Files | Lines |
* | deprecated constants pointing to MissingCellPolicy - use enum instead | Andreas Beeker | 2016-06-24 | 3 | -27/+30 |
* | bug 59748: replace Hashtable with HashMap; contributed by Axel Howind | Javen O'Neal | 2016-06-24 | 1 | -2/+2 |
* | bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe... | Javen O'Neal | 2016-06-20 | 1 | -5/+6 |
* | remove commented out @Ignore | Javen O'Neal | 2016-06-20 | 1 | -1/+0 |
* | bug 56781: disallow names with symbols, except underscore, period, and backslash | Javen O'Neal | 2016-06-20 | 1 | -0/+44 |
* | bug 57929: add disabled unit test, adapted from nova | Javen O'Neal | 2016-06-20 | 1 | -0/+30 |
* | whitespace (tabs to 4 spaces) | Javen O'Neal | 2016-06-20 | 1 | -13/+13 |
* | parameterize raw generics | Javen O'Neal | 2016-06-20 | 1 | -9/+11 |
* | bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface | Javen O'Neal | 2016-06-20 | 1 | -0/+37 |
* | bug 56454: add disabled unit test based on Jörg Selbach's test case showing ... | Javen O'Neal | 2016-06-20 | 1 | -0/+33 |
* | mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtil | Javen O'Neal | 2016-06-20 | 1 | -0/+1 |
* | bug 56454: add CellRangeAddress#containsRow and containsColumn | Javen O'Neal | 2016-06-20 | 1 | -2/+27 |
* | convert TestCellRangeAddress from junit3 to junit4 | Javen O'Neal | 2016-06-20 | 2 | -7/+19 |
* | bug 59728: add disabled unit test: should not be able to add an array formula... | Javen O'Neal | 2016-06-19 | 1 | -0/+33 |
* | #59724 Take advantage of all POIDocument classes being Closeable to tidy the ... | Nick Burch | 2016-06-19 | 1 | -0/+6 |
* | bug 56958: patch from Yaniv Kunda: check that cells containing array formulas... | Javen O'Neal | 2016-06-19 | 1 | -12/+49 |
* | bug 59645: add Page Setup Print row and column headings support for Common SS | Javen O'Neal | 2016-06-19 | 1 | -1/+5 |
* | add unit test for HSSFWorkbook.getSelectedTabs | Javen O'Neal | 2016-06-18 | 1 | -22/+46 |
* | bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF | Javen O'Neal | 2016-06-18 | 5 | -125/+46 |
* | bug 59279: add unit test for CellComment.equals and CellComment.hashCode | Javen O'Neal | 2016-06-17 | 1 | -0/+4 |
* | add unit test for Cell.getCellComment | Javen O'Neal | 2016-06-17 | 1 | -0/+31 |
* | bug 59170: remove deprecated methods | Javen O'Neal | 2016-06-15 | 1 | -5/+4 |
* | reverted changes of r1747942 and deprecated instead | Andreas Beeker | 2016-06-13 | 1 | -1/+1 |
* | back out changes for bug 58787: will replae BorderPropertyTemplate with a mor... | Javen O'Neal | 2016-06-13 | 1 | -1/+1 |
* | back out changes for bug 58787: will replae BorderPropertyTemplate with a mor... | Javen O'Neal | 2016-06-13 | 1 | -767/+0 |
* | add useless unit test for o.a.p.ss.util.RegionUtil | Javen O'Neal | 2016-06-13 | 1 | -0/+88 |
* | improve unit test coverage on CellReference. | Javen O'Neal | 2016-06-13 | 1 | -0/+86 |
* | bug 58787: reintegrate changes from ss_border_property_template branch at r17... | Javen O'Neal | 2016-06-13 | 1 | -0/+767 |
|\ |
|
| * | rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_template | Javen O'Neal | 2016-06-13 | 1 | -17/+16 |
| * | test copy constructor: make changes to same range: this is a better test for ... | Javen O'Neal | 2016-06-13 | 1 | -12/+10 |
| * | add copy constructor | Javen O'Neal | 2016-06-13 | 1 | -0/+32 |
| * | move colors in TestBorderPropertyTemplate to testclass constants | Javen O'Neal | 2016-06-13 | 1 | -40/+35 |
| * | remove public convenience methods that let the user avoid creating a CellAddr... | Javen O'Neal | 2016-06-12 | 1 | -11/+17 |
| * | use CellAddress in unit tests where possible to improve readability | Javen O'Neal | 2016-06-12 | 1 | -224/+251 |
| * | make these classes more discoverable/searchable using more specific names | Javen O'Neal | 2016-06-11 | 1 | -80/+80 |
| * | replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.* | Javen O'Neal | 2016-06-11 | 1 | -57/+66 |
| * | continue simplifying using helper functions | Javen O'Neal | 2016-06-11 | 1 | -139/+153 |
| * | continue simplifying using helper functions | Javen O'Neal | 2016-06-11 | 1 | -103/+111 |
| * | add helper functions for verifying template properties were set correctly | Javen O'Neal | 2016-06-11 | 1 | -10/+25 |
| * | whitespace (unwrap lines) | Javen O'Neal | 2016-06-11 | 1 | -470/+224 |
| * | shorten PropertyTemplate.Extent to Extent | Javen O'Neal | 2016-06-11 | 1 | -54/+54 |
| * | +props svn:eol-style=native | Javen O'Neal | 2016-06-11 | 1 | -910/+910 |
| * | bug 58787: add PropertyTemplate, unit test, and example from Mark Murphy | Javen O'Neal | 2016-06-11 | 1 | -0/+910 |
* | | fixing javadocs errors (in JDK8) | Andreas Beeker | 2016-06-12 | 7 | -19/+0 |
* | | findbugs fixes | Andreas Beeker | 2016-06-12 | 2 | -16/+36 |
* | | Add some pre-checks to fail the test with better assertion if the locale is n... | Dominik Stadler | 2016-06-11 | 1 | -0/+26 |
|/ |
|
* | add crude unit tests for UDFFinder classes | Javen O'Neal | 2016-06-11 | 3 | -0/+118 |
* | bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle... | Javen O'Neal | 2016-06-10 | 1 | -0/+13 |
* | fix spelling error | Javen O'Neal | 2016-06-10 | 1 | -2/+2 |
* | ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4 | Javen O'Neal | 2016-06-10 | 1 | -1/+1 |