Answer the question
In order to leave comments, you need to log in
How to pull hyperlink from table in doc file using python?
Hello!
You need to pull a hyperlink from a specific cell in a table in a doc file, I tried to display it like this:
import docx
from docx import Document
wordDoc = Document('C:\Spraw11.docx')
table = wordDoc.tables[0]
cell = table.cell(2,5).text
print(cell)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question