1
import mammoth

Docx = open(r'D:\python\temp\sampletable.docx', 'rb')

document = mammoth.convert_to_html(Docx)

E.g. I want to find <table> element in document object

Stidgeon
  • 2,673
  • 8
  • 20
  • 28

0 Answers0