poi/src
Greg Woolsey 586cf38f1c Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color
teach XSSFColor and most things that create instances about indexed colors.

Null is a valid value for IndexedColorMap instances - the existing built-in default colors are used.

Whenever a workbook style is accessible in the call hierarchy its color mappings are passed down now.

Thanks for the unit test in the issue, it now passes.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1796359 13f79535-47bb-0310-9956-ffa450edef68
2017-05-26 23:14:48 +00:00
..
contrib bug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf examples 2016-06-25 05:22:05 +00:00
examples #52117 - Invalid "last printed" summary field value - added helper method to identify undefined dates 2017-05-14 22:25:33 +00:00
excelant replace "String.indexOf(String) >= 1" with "String.contains(String)" 2017-05-16 10:53:15 +00:00
integrationtest tweak to use platform line separator so tests can pass on Windows as well as Linux. 2017-05-12 22:13:30 +00:00
java/org/apache/poi Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 2017-05-26 23:14:48 +00:00
models
ooxml Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a workbook has a custom indexed color 2017-05-26 23:14:48 +00:00
records Bugzilla 54070: Patch for typos in comments, javadoc and documentation 2012-11-01 15:26:27 +00:00
resources git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795002 13f79535-47bb-0310-9956-ffa450edef68 2017-05-12 18:01:32 +00:00
scratchpad replace "String.indexOf(String) >= 1" with "String.contains(String)" 2017-05-16 10:53:15 +00:00
testcases/org/apache/poi Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), may be missing for other functions where ArrayEval is currently handled 2017-05-23 21:13:02 +00:00
types merged common_sl branch to trunk 2015-07-24 21:47:55 +00:00