aboutsummaryrefslogtreecommitdiffstats
path: root/test-data
diff options
context:
space:
mode:
authorGreg Woolsey <gwoolsey@apache.org>2017-05-26 23:14:48 +0000
committerGreg Woolsey <gwoolsey@apache.org>2017-05-26 23:14:48 +0000
commitc844803b660d90b835a1de0dacbd7e369ec30db8 (patch)
tree73f331759737b1e9b2d2a6420ab9ad4ca91810f0 /test-data
parent585d77c9cf0001d61f20cd59317bab7e2c5b9369 (diff)
downloadpoi-c844803b660d90b835a1de0dacbd7e369ec30db8.tar.gz
poi-c844803b660d90b835a1de0dacbd7e369ec30db8.zip
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
Diffstat (limited to 'test-data')
-rw-r--r--test-data/spreadsheet/customIndexedColors.xlsxbin0 -> 19534 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test-data/spreadsheet/customIndexedColors.xlsx b/test-data/spreadsheet/customIndexedColors.xlsx
new file mode 100644
index 0000000000..62b6e18558
--- /dev/null
+++ b/test-data/spreadsheet/customIndexedColors.xlsx
Binary files differ