html2docx icon indicating copy to clipboard operation
html2docx copied to clipboard

Improve Performance of Large Tables

Open dashingdove opened this issue 2 years ago • 0 comments

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 table, which is much faster.

dashingdove avatar May 05 '23 05:05 dashingdove