aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss/usermodel/BaseTestConditionalFormatting.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-1385/+0
* Sonar fixesAndreas Beeker2021-01-231-1/+2
* Sonar fixesAndreas Beeker2021-01-081-21/+21
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-85/+54
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-2/+4
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-5/+17
* [github-176] Remove limit on number of rules in XSSFSheetConditionalFormatting.PJ Fanning2020-04-291-8/+4
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-191-2/+2
* Sonar FixesAndreas Beeker2020-03-291-1135/+1113
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-151-33/+33
* purged usages of Cell.setCellType (left only in tests, where conversions are ...Vladislav Galas2019-01-261-9/+0
* Introduce new BorderFormatting methods to expose border stylesPJ Fanning2017-10-221-29/+29
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-1435/+1435
* Pull up one more test into BaseTestConditionalFormattingDominik Stadler2016-11-071-7/+97
* Add setFormattingRanges() to interface ConditionalFormatting, closes #42Dominik Stadler2016-11-071-9/+81
* bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short...Javen O'Neal2016-09-141-29/+29
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-181-40/+27
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-051-44/+76
* fixed sonar issues and eclipse warningsAndreas Beeker2015-10-051-36/+95
* #58130 CF DataBar example and testsNick Burch2015-07-201-1/+44
* #58130 CF DataBar supportNick Burch2015-07-201-5/+32
* #58130 Support for creating CF Color Scale FormattingsNick Burch2015-07-201-1/+43
* #58130 HSSF CF Color Scale color supportNick Burch2015-07-201-3/+0
* #58130 Enable CF ColorScale support on the rule, and begin testingNick Burch2015-07-191-7/+14
* #58130 Stub the CF Color Scale unit testsNick Burch2015-07-191-13/+49
* #58130 Fix the icon formatting read/write CF testNick Burch2015-07-191-4/+3
* #58130 More CF Icon unit testsNick Burch2015-07-191-8/+83
* Simplify CF icon rule assertsNick Burch2015-07-181-91/+8
* #58130 Mostly there with CF Icon setsNick Burch2015-07-181-18/+196
* Further HSSF support towards CF IconSets #58130Nick Burch2015-07-151-0/+29
* More CF colour testsNick Burch2015-07-141-4/+17
* Start checking the CF colours in the unit testsNick Burch2015-07-141-2/+8
* Check more of the complex CF cases from the test filesNick Burch2015-07-131-2/+51
* Move some test checks to using ConditionType instead of raw bytesNick Burch2015-07-131-15/+26
* Enable CF2007 test for XLSX tooNick Burch2015-07-131-1/+8
* Have the HSSF ConditionalFormattingTable look for CF12 records as well, and b...Nick Burch2015-07-131-4/+29
* CFRule12 testsNick Burch2015-07-131-2/+26
* Bug 56914 - XSSFRowShifter.updateConditionalFormatting throws IOOBE when ther...Andreas Beeker2014-09-051-10/+21
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-121-1/+10
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-1/+0
* support for conditional formatting in XSSF including docs and examplesYegor Kozlov2011-07-291-0/+692