Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phpword templateProcessor nested table #515

Open
AntonioMalatestaISA opened this issue Apr 1, 2015 · 2 comments
Open

Phpword templateProcessor nested table #515

AntonioMalatestaISA opened this issue Apr 1, 2015 · 2 comments

Comments

@AntonioMalatestaISA
Copy link
Contributor

AntonioMalatestaISA commented Apr 1, 2015

I download the lastest version of phpWord (0.12.0). I modify the example 07 (Sample_07_TemplateCloneRow) with:
$templateProcessor->cloneRow('userFirstName',3);
$templateProcessor->cloneRow('userId',5);

and all work fine (Generate a table with 3 row ${userId#n} and ${userFirstName#n#n}.
I open the template document with libreoffice and resave it in docx format.
When run the example the result is not the same:
Generate table with 3 row ${userId#n}, but only in last row there is the ${userFirstName#n}.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@AntonioMalatestaISA
Copy link
Contributor Author

I have do a pull request to fix the problem : #516

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.

@github-actions github-actions bot added the Stale label Nov 18, 2022
@Progi1984 Progi1984 removed the Stale label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants