poi/src/java/org/apache/poi/ss/usermodel
Greg Woolsey 6e0a5916b5 Fix bug #61007
Revert to previous "expected" test results even though they don't match excel for a specific case, to accommodate tighter logic about which format patterns to send to CellFormat vs. handle directly in DataFormatter.

Send what was checked previously plus only multi-segment conditional range formats.  Allows existing tests to pass plus the new test with the case for these conditional formats.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791964 13f79535-47bb-0310-9956-ffa450edef68
2017-04-19 20:04:46 +00:00
..
charts Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
helpers Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged region on exists merged region 2016-07-16 20:52:39 +00:00
AutoFilter.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
BorderExtent.java Add PropertyTemplate for drawing Borders (58787) 2016-10-05 02:23:52 +00:00
BorderFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
BorderStyle.java bug 59264: use BorderStyle for changing Cell border line style 2016-04-05 20:28:46 +00:00
BuiltinFormats.java poi-60044 small typo in last update to BuiltinFormats 2016-09-09 18:41:37 +00:00
Cell.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
CellCopyPolicy.java bug 58348: use copy constructor design pattern rather than cloneable pattern for CellCopyPolicy 2015-11-24 08:52:45 +00:00
CellRange.java Fix inconsistent whitespace/indents 2014-12-25 09:13:40 +00:00
CellStyle.java github-44: reference BuiltinFormats in javadocs for CellStyle.getDataFormat and setDataFormat 2017-01-04 07:00:24 +00:00
CellType.java bug 59804: indicate when features were @Internal-ized 2016-07-05 23:22:49 +00:00
CellValue.java remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed. 2016-10-19 07:43:18 +00:00
Chart.java optimized unused imports and removed deprecation warnings in poi-main 2012-03-05 09:44:20 +00:00
ChildAnchor.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
ClientAnchor.java bug 59907: add @Removal annotations to AnchorType static aliases in ClientAnchor 2016-09-14 03:06:51 +00:00
Color.java Solution for bug #48779 - Allow you to get straight from a CellStyle to a Color, irrespective of if the Color is indexed or inline-defined 2010-05-26 17:46:46 +00:00
ColorScaleFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
Comment.java bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch from Daniel Kueppers 2016-10-07 12:39:15 +00:00
ComparisonOperator.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
ConditionFilterData.java Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
ConditionFilterType.java Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
ConditionType.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
ConditionalFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
ConditionalFormattingRule.java Expose Priority from newer-style HSSF CF rules 2017-02-14 17:49:13 +00:00
ConditionalFormattingRule.java.svntmp Add evaluation of data validation rules and conditional formatting 2017-02-13 22:51:30 +00:00
ConditionalFormattingThreshold.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
CreationHelper.java bug 59791: add deprecation warnings 2016-09-14 06:22:38 +00:00
DataBarFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
DataConsolidateFunction.java bug 59705: consolidate bounds checking of column index into a helper method 2016-09-16 00:32:40 +00:00
DataFormat.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
DataFormatter.java Fix bug #61007 2017-04-19 20:04:46 +00:00
DataValidation.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DataValidationConstraint.java update javadoc for clarification about non-literal lists 2016-06-19 06:23:57 +00:00
DataValidationHelper.java support for data validation for OOXML, see Bugzilla 49244 2010-05-16 15:49:21 +00:00
DateUtil.java bug 59227: parse dates formatted in Japanese or Chinese. Change javac source encoding from ASCII to UTF-8 (same as build.gradle). Patch from jzhao. This closes #48 on Github. 2017-02-08 08:29:18 +00:00
Drawing.java #60586 - Support embedding OLE1.0 package in XSSF / SS Common 2017-01-15 02:04:57 +00:00
ExcelGeneralNumberFormat.java fix forbidden apis issues 2015-12-13 09:51:22 +00:00
ExcelStyleDateFormatter.java Bug 60369: Adjust pattern to better handle non-ASCII characters in Month-names which can appear since Java 8 2016-12-30 22:11:55 +00:00
ExtendedColor.java move loop invariant outside of loop 2016-06-17 07:59:01 +00:00
FillPatternType.java bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum 2016-07-08 22:28:28 +00:00
Font.java bug 55385: deprecate Font.getBoldweight and Font.setBoldweight 2016-06-16 06:51:53 +00:00
FontCharset.java Fix bug #50847 - XSSFFont now accepts the full range of Charsets from FontChartset 2011-03-04 14:01:14 +00:00
FontFamily.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
FontFormatting.java Expose another common property, strikeout. 2017-02-14 16:45:47 +00:00
FontScheme.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
FontUnderline.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Footer.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
FormulaError.java declare methods throw runtime exceptions for IDE hints 2016-09-14 21:32:34 +00:00
FormulaEvaluator.java remove @deprecated annotation from Enum-returning getters. These will be deprecated after the int-returning getters are removed. 2016-10-19 07:43:18 +00:00
FractionFormat.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
Header.java moved ptg classes to org.apache.poi.ss.formula.ptg 2010-11-24 16:50:47 +00:00
HeaderFooter.java javadocs cleanup 2008-11-07 16:57:23 +00:00
HorizontalAlignment.java bug 59837: replace CellStyle.ALIGN_ and CellStyle.VERTICAL_ constants with HorizontalAlignment and VerticalAlignment enums 2016-07-10 08:29:02 +00:00
Hyperlink.java bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink class 2015-11-02 12:57:57 +00:00
IconMultiStateFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
IgnoredErrorType.java Code cleanup via IntelliJ: Remove unnecessary semicolon 2016-04-06 19:49:47 +00:00
IndexedColors.java bug 59340: lookup IndexedColors by index 2016-04-17 03:39:21 +00:00
Name.java bug 56781: disallow names with symbols, except underscore, period, and backslash 2016-06-20 10:27:52 +00:00
ObjectData.java #60519 - Extractor for *SSF embeddings 2016-12-31 21:50:47 +00:00
PageOrder.java make instance variable final 2017-01-20 02:16:58 +00:00
PaperSize.java Code cleanup via IntelliJ: Remove unnecessary semicolon 2016-04-06 19:49:47 +00:00
PatternFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
Picture.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
PictureData.java Picture method to resize with different scales in width and height 2014-11-12 00:19:00 +00:00
PrintCellComments.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PrintOrientation.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
PrintSetup.java Add a HSSF print paper size constant for "printer default" for bug #56509 2014-05-15 10:15:04 +00:00
RichTextString.java moved common interfaces from src/ooxml/interfaces-jdk15 to src/java, they do belong there 2009-04-08 17:51:33 +00:00
Row.java bug 58671: add @Removal annotation to deprecated fields 2016-09-14 05:31:48 +00:00
Shape.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
ShapeContainer.java #60520 - Provide *SSF functionality via Common SS 2016-12-31 21:47:23 +00:00
ShapeTypes.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
Sheet.java fix eclipse warnings - close resources / type generics 2017-01-15 23:08:47 +00:00
SheetConditionalFormatting.java Convert all *.java files to use native end of line character(s) 2017-02-08 07:47:30 +00:00
SheetVisibility.java Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary toString or semicolon 2017-04-17 20:13:52 +00:00
SimpleShape.java #60996 - XSSF: Multiple embedded objects on same sheet are ignored 2017-04-16 22:41:28 +00:00
Table.java fix javadocs 2016-06-10 09:16:41 +00:00
Textbox.java #60331 - Remove deprecated classes (POI 3.16) 2016-12-18 03:26:13 +00:00
VerticalAlignment.java if ever combined, VerticalAlignment and HorizontalAlignment would likely end up at org.apache.poi.common.usermodel 2016-07-17 20:27:57 +00:00
Workbook.java bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum 2017-01-20 04:23:42 +00:00