I am looking for a way to create docx files using PHP.
I used PHPWord , but this is not enough for my project. It lacks elements, and the template engine is too simple.
My system should be able to:
- nesting tables
- merging table cells
- loop patterns
- combination / nested patterns
Are there any good solutions? Does anyone have any experience with this?
Thank!
source
share