I did a little digging and noticed in the class STShowDataAs, the following
enum values exist:
    static final Enum NORMAL = Enum.forString("normal");
    static final Enum DIFFERENCE = Enum.forString("difference");
    static final Enum PERCENT = Enum.forString("percent");
    static final Enum PERCENT_DIFF = Enum.forString("percentDiff");
    static final Enum RUN_TOTAL = Enum.forString("runTotal");
    static final Enum PERCENT_OF_ROW = Enum.forString("percentOfRow");
    static final Enum PERCENT_OF_COL = Enum.forString("percentOfCol");
    static final Enum PERCENT_OF_TOTAL = Enum.forString("percentOfTotal");
    static final Enum INDEX = Enum.forString("index");

However, I've noticed microsoft has published additional enumerations to
show various Percent_Of_Total options.  The latest updates to this library
seems to be 2018.  Is it possible to update to include the additional
options for ShowDataAs?



--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to