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

Switch to using ZipFile.jl #14

Closed matthijscox-asml closed 5 months ago

matthijscox-asml commented 1 year ago

We encountered some issues with the p7zip_jll binary library we currently use. The issue was that resolved with a workaround, but perhaps ZipFile.jl (also used by XLSX.jl) is a better approach.

We have the start of a ZipFile PR, but it's incomplete.