docx2csv icon indicating copy to clipboard operation
docx2csv copied to clipboard

Extracts tables from .docx files and saves them as .csv or .xls files

Results 5 docx2csv issues
Sort by recently updated
recently updated
newest added

While installing `docx2csv` with pip, I received the following error: pip install docx2csv # some output here FileNotFoundError: [Errno 2] No such file or directory: 'HISTORY.rst' * OS: MacOS 12.6.3...

… ```` child element not present [Can attach an example file if necessary](https://github.com/ivbeg/docx2csv/issues/16)

I got this error with this file [000755888.docx](https://github.com/ivbeg/docx2csv/files/10845705/000755888.docx)

After an unsuccessful installation attempt from pip (see #14), I downloaded `docx2csv` sources from this repository and try to install the utility with python3 setup.py install It installed successfully, but...

Support not just dump to CSV/XLS, but also export to JSON and ZIP files. JSON export should keep metadata: - datetime of extraction - filename - tables Maybe something else....

enhancement