dashingdove

Results 3 issues of 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: ![image](https://user-images.githubusercontent.com/76248251/236380142-e112d49d-12aa-4778-8ff7-7dae41f5bc63.png) 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...