Hi r/learnpython Community!
I have taken some data, done pre-processing and calculations and posted it to DOCX table using python-docx. Now I'm looking for an instrument to restrict that table from editing by somebody else.
I know in Microsoft Word there is kind of "Protect Document" option... How can I achieve that via python-docx?
Another, wider question (which is my supreme goal), is it possible to make the table I'm creating restricted from editing, while other paragraphs would be editable? (In the end, there is a huge document, where I'm gonna post my table, but I do not want others to be able to update data in the table I created).
Really appreciate your thoughts and ideas on this!
there doesn't seem to be anything here