Skip to content

Poor Performance for Large Tables #57

Description

@dashingdove

When inserting large tables, the following code performs terribly:

image

This actually seems to be the fault of the docx package, as the cell function is not very efficient. I have raised this issue over there too. However, if you instead call Table._cells once before the loop and then refer to that array inside the loop, then it improves the performance drastically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions