dream-num / univer

Univer is an open-source alternative to Google Sheets, Slides, and Docs
https://univer.ai
Apache License 2.0
5.68k stars 469 forks source link

How to re-render #2643

Closed tanhh326 closed 2 days ago

tanhh326 commented 3 days ago

workbook.value = univer.createUnit<IWorkbookData, Workbook>(UniverInstanceType.UNIVER_SHEET, data)

I want to modify the data and re-render it to the interface, how do I do it?