scanny / python-pptx

Create Open XML PowerPoint documents in Python
MIT License
2.35k stars 510 forks source link

read number_format at data point level. #803

Open mszbot opened 2 years ago

mszbot commented 2 years ago

Problem: My chart has different number format for different data points (don't ask why, I have no idea).

image

It seems, that reading number_format only works on DataLabels level not DataLabel` level.

Solution: Add a way to read number_format at point level.