Skip to content

Instantly share code, notes, and snippets.

View jeffxf's full-sized avatar
💻
Workin'

Jeff jeffxf

💻
Workin'
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jeffxf on github.
  • I am jeffxf (https://keybase.io/jeffxf) on keybase.
  • I have a public key ASDUjlUuPb7BF6L4YQiYNVofZh4ExZYQ0ZU8mOYpzWS6uQo

To claim this, I am signing this object:

@jeffxf
jeffxf / extract-docx-formulas.py
Created October 17, 2017 02:56 — forked from etienned/extractdocx.py
Simple function to extract text from MS XML Word document (.docx) without any dependencies.
#!/usr/bin/python
try:
from xml.etree.cElementTree import XML
except ImportError:
from xml.etree.ElementTree import XML
import zipfile
import sys
"""
Extracts formulas from docx document