Office.js Excel: Improve performance when writing rows with formatting
问题 I can write 25000 rows x 3 columns of plain text in under .3 seconds which is fantastic. However, as soon as I add more than plain text (formatting, formulas, cell coloring, conditional formatting, columnWidth adjustments, etc) it takes dramatically longer to finish. For example, I wrote the same 25000 rows (x 1 column) with range.getCell(i, 0).format.fill.color = 'yellow' and it took 31.223 seconds, even using suspendApiCalculationUntilNextSync() . What can I do to get better write