PPTX.jl
PPTX.jl copied to clipboard
Support for SummaryTables.jl
We recently found out that WriteDocx.jl exists and uses a special package called SummaryTables.jl to define complex tables with merged cells. This would be interesting to add to PPTX.jl, since we have similar table functionality.
I even wonder if the .docx XML schema for tables is equivalent to the .pptx tables schema. In which case we could re-use code from WriteDocx.jl.
SummaryTables.jl does not yet seem to have color support, so we cannot close issue 41, unless we find a way to add color support to SummaryTables.jl directly.