Draft: initial code for supporting chartEx
This is the final PR in a series to support chart data that exists as cache values and external (sometimes embedded) excel spreadsheets.
The goal is similar to previous PR that extracts string, number and formatCode cache values for localization. Except in this case we address the third part chartEx namespace.
Included is some dummy code to get started but only for illustration.
private static final String TRANSLATE_POWERPOINT_CACHED_CHART_STRINGS = "translatePowerpointCachedChartStrings";
private static final String TRANSLATE_POWERPOINT_CACHED_CHART_NUMBERS = "translatePowerpointCachedChartNumbers";
We already have too many params :-)