aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel
Commit message (Expand)AuthorAgeFilesLines
* fix spelling errorJaven O'Neal2016-06-101-2/+2
* bug 59638: patch from Axel Howind, support non-comma number grouping separato...Javen O'Neal2016-06-071-0/+19
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-021-18/+11
* Try to reproduce bug 57798 but it seems to be fixed in the meantimeDominik Stadler2016-06-021-0/+43
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-161-4/+2
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-091-0/+34
* fix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work wi...Javen O'Neal2016-05-091-5/+11
* add disabled unit test for bug 59393 from stoneJaven O'Neal2016-05-091-0/+44
* move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to BaseTe...Javen O'Neal2016-05-091-0/+18
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-173-15/+20
* bug 58896: write autoSizeColumn timing to POILogger instead of standard outputJaven O'Neal2016-04-171-9/+23
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-173-20/+15
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-173-10/+15
* add junit test classes for combined testing of XML-specific functionality of ...Javen O'Neal2016-04-173-5/+5
* bug 59340: lookup IndexedColors by indexJaven O'Neal2016-04-171-0/+56
* add test coverage for TestSXSSFCell.toString() on blank and date cellsJaven O'Neal2016-04-061-0/+19
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-054-54/+198
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet...Dominik Stadler2016-03-312-2/+166
* assertCloseDoesNotModifyFile method was adapted from method with the same nam...Javen O'Neal2016-03-271-0/+1
* add more commented-out tests for bug 58779: closing an XML Workbook that was ...Javen O'Neal2016-03-271-0/+10
* bug 59222: fix NPE thrown by (S)XSSFSheet.getCellComments(). Reported by Vasi...Javen O'Neal2016-03-231-0/+5
* bug 59212: Do not check for overlapping regions when adding merged regions to...Javen O'Neal2016-03-221-0/+49
* fix eclipse warningsAndreas Beeker2016-03-214-96/+114
* eclipse warning fixesAndreas Beeker2016-03-183-82/+97
* Bug 56930: Add Workbook.getNames() to allow to query for names that appear mu...Dominik Stadler2016-03-131-0/+31
* #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAnd...Andreas Beeker2016-03-121-15/+15
* Fix some cases where POI itself or the tests leaked file-handlesDominik Stadler2016-03-121-41/+40
* bug 58896: comment out time-dependent testJaven O'Neal2016-02-181-3/+3
* move trackColumnsForAutoSizingIfSXSSF into ITestDataProvider, replace ITestDa...Javen O'Neal2016-02-181-10/+6
* bug 58896: add unit test to time Sheet.autoSizeColumnJaven O'Neal2016-02-181-0/+60
* bug 56345: reject single-cell merged regionsJaven O'Neal2016-02-181-9/+31
* Add test which verifies that bug 52684 is not a problem (any more)Dominik Stadler2016-02-171-0/+24
* Fix #57034 on SXSSF, and add a common unit test to show it was already fixed ...Nick Burch2016-02-111-0/+23
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-161-0/+10
* bug 58775: add unit test to test for non-built-in data formatsJaven O'Neal2015-12-281-1/+29
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-221-1/+19
* bug 56454: shiftRows incorrectly handle merged regions that do not contain co...Javen O'Neal2015-12-061-1/+43
* make test easier to understand using A1 addresses instead of row+col numbersJaven O'Neal2015-12-061-2/+4
* whitespaceJaven O'Neal2015-12-041-410/+406
* whitespaceJaven O'Neal2015-12-041-28/+28
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-042-0/+43
* testBool/testErr: check values before writeOutAndReadBackJaven O'Neal2015-11-301-2/+11
* fix testErr: createRow(1) -> createRow(0); replace assumeTrue with assertEqua...Javen O'Neal2015-11-301-16/+15
* whitespaceJaven O'Neal2015-11-301-618/+618
* break testBoolErr into 2 unit tests. The test shouldn't be aware of the under...Javen O'Neal2015-11-301-16/+63
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-303-0/+23
* close resourcesAndreas Beeker2015-11-291-8/+14
* remove debugging print statementsJaven O'Neal2015-11-291-2/+0
* Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r...Javen O'Neal2015-11-291-0/+122
* javadocsJaven O'Neal2015-11-271-0/+5