PHPOffice / PHPPresentation

A pure PHP library for reading and writing presentations documents
https://phpoffice.github.io/PHPPresentation
Other
1.31k stars 523 forks source link

Change series values format type #821

Open nasanchez opened 2 months ago

nasanchez commented 2 months ago

I am using several types of graph with PHPPresentation, in example, a 3D pie chart like this:

image

As you can see, numbers are 66,7 and 33,3. If I use the function $series->setShowPercentage(true); I have this values shown as % but when I go to PPT option 'Edit values in excel' these values are in general format.

image

I would like that these values were in % format. Is there any way to change this?

Thanks!

Progi1984 commented 2 months ago

@nasanchez Hi, have you got a sample file with the expected result ?

nasanchez commented 2 months ago

@Progi1984 This is the ppt file that I generate, I hope it helps.

1725952845_dynamic_sampling.pptx