Matthijs Cox

Results 6 issues of Matthijs Cox

To make sure we never again miss something like https://github.com/ASML-Labs/PPTX.jl/issues/45

> Note: this is mostly a brainstorm with myself. I recently saw many colleagues automatically create tables with colors from scripts. For example, coloring the background of a table element...

enhancement

We're still thinking about easier figure support. Right now you'd have to * load your favorite plotting package, let's assume either Plots.jl or Makie.jl. * Then make a plot *...

enhancement

I'd like to have a plotting example in the documentation. I think you have to: * Load your favorite plotting package, let's assume either Plots.jl or Makie.jl. * Then make...

documentation
good first issue

https://pkgdocs.julialang.org/dev/creating-packages/#Best-Practices 1. We should use artifacts to download the default template. 2. We should use scratch spaces to write our temporary PPTX file before zipping. (Or we should do it...

enhancement

We recently found out that [WriteDocx.jl](https://github.com/PumasAI/WriteDocx.jl) exists and uses a special package called [SummaryTables.jl](https://github.com/PumasAI/SummaryTables.jl) to define complex tables with merged cells. This would be interesting to add to PPTX.jl, since...

enhancement