Thomas Singer
Thomas Singer
Extract chart data from existing pptx files and use it as a template when creating a chart from scratch.
i am ideally looking to convert a 0.4 to 40% on a chart. i guess instead i could have a separate template slide for percent _Originally posted by @jrking4 in...
The template based approach of `pptx-automizer` requires all contents of a presentation to be present in one or more template pptx files. While most other pptx automation libraries will write...
The new features for slideMaster handling have arrived with `xml-relationship-helper.ts`. It would be very welcome to replace the corresponding static method calls from `xml-helper.ts` by `xml-relationship-helper.ts`. E.g. is `parseRelationTarget()`, part...
It may happen to have cells e.g. in Column B without an existing cell in Column A. `pptx-automizer` stumbles across this, because it cannot match existing and new cells by...
 Snyk has created this PR to upgrade @xmldom/xmldom from 0.9.6 to 0.9.7. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
@singerla I'm working on a task which replaces the text present in the pptx of a particular slide. Also all functionality has been implemented in python using python-pptx lib. But...