Skip to content

Some arguably useful document manipulation features#277

Open
gtozzi wants to merge 5 commits intopython-openxml:masterfrom
gtozzi:master
Open

Some arguably useful document manipulation features#277
gtozzi wants to merge 5 commits intopython-openxml:masterfrom
gtozzi:master

Conversation

@gtozzi
Copy link

@gtozzi gtozzi commented Mar 14, 2016

Hi again,

as announced in #271, we've been developing some features to allow some basic manipulation of existing documents.

I have supplied them with unit tests, end user documentation and in-code explanation for the most tricky part. They do not aim at perfection: I know there is still plenty of room for improvement, feel free to use this as a start if you like to.

Also feel free to ask me anything if some parts are not clear. If you need more to produce more documentation, I will try to.

Thank you!

gtozzi added 3 commits March 8, 2016 14:39
Currently fully implemented only in table and paragraph
This supportis search/replace inside the paragraph by preserving
the runs structure. It can also be used with regex (in a non-optimal
way) like this: paragraph.replace(match.group(0), 'replacement')
@gtozzi
Copy link
Author

gtozzi commented Mar 14, 2016

I see it failed python 2.6. No problem, I can make it 2.6 compatible if this is going to be merged :)

@scanny
Copy link
Contributor

scanny commented Mar 19, 2016

No worries @gtozzi, we can attend to that when we get to working on these. Thanks for contributing these :)

gtarli and others added 2 commits May 6, 2022 12:08
modificato import Sequence in modo che sia compatibile con python3.10

See merge request gtozzi/python-docx-1!1
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

Successfully merging this pull request may close these issues.

3 participants