| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a unit-test to verify that DataFormatter.formatCellValue() does format fo... | Dominik Stadler | 2016-07-05 | 1 | -0/+20 |
* | bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege... | Javen O'Neal | 2016-07-04 | 14 | -55/+55 |
* | bug 59791: getCellType and getCachedFormulaResultType should return an intege... | Javen O'Neal | 2016-07-04 | 15 | -142/+142 |
* | reorganize imports (remove unused imports, sort alphabetically) | Javen O'Neal | 2016-07-04 | 4 | -13/+13 |
* | bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* | Javen O'Neal | 2016-07-04 | 33 | -185/+205 |
* | bug 59791: convert Cell Type to an enum | Javen O'Neal | 2016-07-04 | 7 | -196/+214 |
* | bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ... | Javen O'Neal | 2016-07-04 | 1 | -1/+1 |
* | bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to... | Javen O'Neal | 2016-07-02 | 2 | -2/+2 |
* | deprecated constants pointing to MissingCellPolicy - use enum instead | Andreas Beeker | 2016-06-24 | 3 | -27/+30 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSF | Javen O'Neal | 2016-06-18 | 2 | -67/+29 |
* | 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 |
* | 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 |
* | | findbugs fixes | Andreas Beeker | 2016-06-12 | 1 | -1/+4 |
* | | 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 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 1 | -135/+135 |