Код: Выделить всё
import mammoth
Docx = open(r'D:\python\temp\sampletable.docx', 'rb')
document = mammoth.convert_to_html(Docx)
Код: Выделить всё
import mammoth
Docx = open(r'D:\python\temp\sampletable.docx', 'rb')
document = mammoth.convert_to_html(Docx)