-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Introduce deleteRow() method for TemplateProcessor #1017
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
base: master
Are you sure you want to change the base?
Conversation
Checked the code and it is superseeded by #1147 @simivar We are rivals in code! :) Your test document does not contain a cell containing multiple rows (double as high as the previous one containing the
where you select to delete |
Ok, in LibreOffice (5.4.1 and 5.4.2) Microsoft has spaces: LibreOffice (docx) does not: Sources: |
I also found another thing that should be tested:
edit: this works as expected. @simivar: Why not join me? I'm building a new type of TemplateProcessor that allows sub classes to do lots of neat stuff, like making a table the normal way with addTable()->addRow()->addCell() and inject that into the template with replaceTable() or appendRow(). |
I the code working with the version 0.16.0 |
Introduce
deleteRow()
method for TemplateProcessor method that works fine with cell's spanning multiple rows.