html2docx
html2docx copied to clipboard
Improve Performance of Large Tables
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.