We've dropped BeautifulSoup in favor of lxml for performance reasons.
0.2
Instead of instantiating a new Style object for every cell, we reuse Style objects for cells that share the same style definition. This is much more efficient.
0.1
This is the initial working version of tablepyxl. The basic functionality allowing the user to create excel documents and openpyxl workbooks from html tables is working. This still needs documentation and support for additional styles.