Extract Table From Docx Files – Python Script

Overview

you can use this python script to extract all tables in docx file and save it in excel files

Requirements

Installation of python3

Instalation of python-docx api 

Related