aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
...
* Add a unit-test to verify that DataFormatter.formatCellValue() does format fo...Dominik Stadler2016-07-051-0/+20
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-0414-55/+55
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-0415-142/+142
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-044-13/+13
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-0433-185/+205
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-047-196/+214
* bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ...Javen O'Neal2016-07-041-1/+1
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-022-2/+2
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-243-27/+30
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-201-5/+6
* remove commented out @IgnoreJaven O'Neal2016-06-201-1/+0
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-201-0/+44
* bug 57929: add disabled unit test, adapted from novaJaven O'Neal2016-06-201-0/+30
* whitespace (tabs to 4 spaces)Javen O'Neal2016-06-201-13/+13
* bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interfaceJaven O'Neal2016-06-201-0/+37
* bug 56454: add disabled unit test based on Jörg Selbach's test case showing ...Javen O'Neal2016-06-201-0/+33
* bug 56454: add CellRangeAddress#containsRow and containsColumnJaven O'Neal2016-06-201-2/+27
* convert TestCellRangeAddress from junit3 to junit4Javen O'Neal2016-06-202-7/+19
* bug 59728: add disabled unit test: should not be able to add an array formula...Javen O'Neal2016-06-191-0/+33
* bug 56958: patch from Yaniv Kunda: check that cells containing array formulas...Javen O'Neal2016-06-191-12/+49
* bug 59645: add Page Setup Print row and column headings support for Common SSJaven O'Neal2016-06-191-1/+5
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-182-67/+29
* bug 59279: add unit test for CellComment.equals and CellComment.hashCodeJaven O'Neal2016-06-171-0/+4
* add unit test for Cell.getCellCommentJaven O'Neal2016-06-171-0/+31
* back out changes for bug 58787: will replae BorderPropertyTemplate with a mor...Javen O'Neal2016-06-131-1/+1
* back out changes for bug 58787: will replae BorderPropertyTemplate with a mor...Javen O'Neal2016-06-131-767/+0
* add useless unit test for o.a.p.ss.util.RegionUtilJaven O'Neal2016-06-131-0/+88
* improve unit test coverage on CellReference.Javen O'Neal2016-06-131-0/+86
* bug 58787: reintegrate changes from ss_border_property_template branch at r17...Javen O'Neal2016-06-131-0/+767
|\
| * rename drawBorders(..., short color, ...) to drawColoredBorders to make it ob...ss_border_property_templateJaven O'Neal2016-06-131-17/+16
| * test copy constructor: make changes to same range: this is a better test for ...Javen O'Neal2016-06-131-12/+10
| * add copy constructorJaven O'Neal2016-06-131-0/+32
| * move colors in TestBorderPropertyTemplate to testclass constantsJaven O'Neal2016-06-131-40/+35
| * remove public convenience methods that let the user avoid creating a CellAddr...Javen O'Neal2016-06-121-11/+17
| * use CellAddress in unit tests where possible to improve readabilityJaven O'Neal2016-06-121-224/+251
| * make these classes more discoverable/searchable using more specific namesJaven O'Neal2016-06-111-80/+80
| * replace usage of all deprecated CellStyle.BORDER_* constants with BorderStyle.*Javen O'Neal2016-06-111-57/+66
| * continue simplifying using helper functionsJaven O'Neal2016-06-111-139/+153
| * continue simplifying using helper functionsJaven O'Neal2016-06-111-103/+111
| * add helper functions for verifying template properties were set correctlyJaven O'Neal2016-06-111-10/+25
| * whitespace (unwrap lines)Javen O'Neal2016-06-111-470/+224
| * shorten PropertyTemplate.Extent to ExtentJaven O'Neal2016-06-111-54/+54
| * +props svn:eol-style=nativeJaven O'Neal2016-06-111-910/+910
| * bug 58787: add PropertyTemplate, unit test, and example from Mark MurphyJaven O'Neal2016-06-111-0/+910
* | findbugs fixesAndreas Beeker2016-06-121-1/+4
* | Add some pre-checks to fail the test with better assertion if the locale is n...Dominik Stadler2016-06-111-0/+26
|/
* add crude unit tests for UDFFinder classesJaven O'Neal2016-06-113-0/+118
* bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...Javen O'Neal2016-06-101-0/+13
* fix spelling errorJaven O'Neal2016-06-101-2/+2
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-135/+135