I am using Python 3.4 on Windows 7. I have a Microsoft Word (.doc) file which contains data. Some portion of that data is colored in red and underlined as well.
How can I extract those particular lines?
I am using Python 3.4 on Windows 7. I have a Microsoft Word (.doc) file which contains data. Some portion of that data is colored in red and underlined as well.
How can I extract those particular lines?
See if anything listed on PyPI helps. Or try websearch for 'python microsoft word'.