-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Question: only paragraphs that are not part of a table? #95
Comments
Here you have your answers: https://github.com/ruby-docx/docx#reading-tables ( |
Sorry, misunderstanding, I should have phrased less ambiguously - iterating through (those, or any) tables works just fine. My problem is, that they are also ("also" being the operative word!) accessible as paragraphs. What if I want to only iterate through paragraphs which are not inside of a table? |
@sixtyfive I'm sorry, I'm not understanding the problem that you have. Can you create 2 simple files:
|
Yes, can do. By template file you mean the docx to be read? |
Yes. |
Hello! Since OpenOffice XML distinguishes into paragraphs and tables, but every table cell also appears as a paragraph: is there any way to access only those paragraphs that are not inside of a table (MWE where table cells are also appearing in the list of paragraphs)?
The text was updated successfully, but these errors were encountered: