ruby_powerpoint icon indicating copy to clipboard operation
ruby_powerpoint copied to clipboard

Parsing Charts using this gem.

Open anujmohatkar opened this issue 3 years ago • 0 comments

Hey, Amazing gem.

I wanted to know if it is possible to data from charts in the slide of pptx file. If yes, please let me know how, It will be huge help. Even getting the chart title is enough.

In the attached screenshot, I want the text written in the titles/content itself.

Using your gem, I am able to get ["2 (Text)", "3 (Table)", "4 (Image)"] as output, but wanted to get [ "1 (Chart)", "2 (Text)", "3 (Table)", "4 (Image)"] returned from slide.content .

Thank you.

Warm regards, Anuj Mohatkar

anujmohatkar avatar Aug 15 '22 17:08 anujmohatkar