ASML-Labs / PPTX.jl

Generate PowerPoint PPTX files from Julia
https://asml-labs.github.io/PPTX.jl/
MIT License
90 stars 7 forks source link

Bake in default tableStyles.xml to improve PackageCompiler.jl support #51

Closed nhz2 closed 5 months ago

nhz2 commented 5 months ago

The default "tableStyles.xml" is less than 3 kB. This PR reads it into a constant at precompile time.

This PR doesn't solve the PackageCompiler.jl issue for the other template files: for a possible solution to that see #49

matthijscox-asml commented 5 months ago

okay looks good :)