Skip to content

Instantly share code, notes, and snippets.

@davecoutts
davecoutts / microsoft_doc_converter.py
Created May 3, 2020 15:45
Python script to convert Microsoft Word and Excel files from one file format to another
DESCRIPTION = \
'''
#--------------------------------------------------------------------------------------------------
Convert Microsoft Word and Excel files from one file format to another.
#--------------------------------------------------------------------------------------------------
'''
EPILOG = \
'''
#--------------------------------------------------------------------------------------------------