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

_RowCollection has no method add #832

Open
PaleNeutron opened this issue Aug 1, 2022 · 3 comments
Open

_RowCollection has no method add #832

PaleNeutron opened this issue Aug 1, 2022 · 3 comments

Comments

@PaleNeutron
Copy link

This method does not exist but documented : https://python-pptx.readthedocs.io/en/latest/dev/analysis/tbl-table.html#rowcollection-class

@PaleNeutron
Copy link
Author

And I found a really old pr which could be very helpful

#399

@jeromeof
Copy link

Would love this fixed also - Strange that its is in the documentation but not in the code

@mizsakpeti
Copy link

It is only in the "Anlysis" part of the documentation (as a feature to implement in the future), not in the API part:
https://python-pptx.readthedocs.io/en/latest/api/table.html?highlight=table#pptx.table.Table

But based on the linked PR I think you can write your own function to add a row to a table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants