dream-num / univer

Univer is an isomorphic full-stack framework for creating and editing spreadsheets, docs, and slides across client and server.
https://univer.ai
Apache License 2.0
7.53k stars 654 forks source link

[Feature] Create new sheet with initial data #4207

Closed siisee11 closed 1 day ago

siisee11 commented 2 days ago

Initial checklist

Problem

Seems like there is no FacadeAPI for creating new sheet with initial sheet data similar to univerAPI.createUniverSheet(WORKBOOK_DATA);

There is only 'workbook.create()' API which do not accept data. Is there a way to create new sheet with IWorkSheetData?

jikkai commented 1 day ago

Duplicate of #3643