(I sent in a support email on this topic before finding this forum, but this is perhaps a better venue for the discussion.)
I’m currently building an integration that leverages the documentbuilder binary to build PPTX reports for our clients. A core part of this is the Chart API. It would be of value to us if it was possible to specify the number formatting for the data series(s) within a chart.
I think this could be done one of two ways:
- Allow manually setting a numFmt string that complies with the OOXML spec 1
- Allow specifying a series’ numFmt from an enumerated list, eg: [“general”, “currency”, “percent”, etc]
Thoughts?