Hello,
In this case, the easiest approach is to create multiple tables rather than a single huge one.
Please check the information available on https://www.phpdocx.com/documentation/snippets/tables-without-spacing-between-them, which details how to reduce the space between tables. MS Word requires adding at least one paragraph between tables, but you can set a minimum paragraph size between them.
Also note that if you are using WordFragments to add cell contents, the time needed is longer than adding strings.
Regards.