dashingdove
dashingdove
(Issue #37) When the HTML to parse begins with a `` tag, an error is thrown because self.run is not defined. This is a simple fix to handle the error.
When inserting large tables, the following code performs terribly:  This actually seems to be the fault of the docx package, as the _cell_ function is not very efficient. I...
Calling _Table_._cell_ for every cell degrades performance significantly when building large tables. To improve the performance, I have modified the code to only build the array of cells once per...