dream-num / univer.ai

Documentation for Univer
https://univer.ai
Other
8 stars 7 forks source link

Feedback for “Sheet API” #264

Closed SakuraYou closed 2 weeks ago

SakuraYou commented 2 weeks ago

image

实际操作: const workbook = univerAPI.current.getActiveWorkbook(); const sheet = workbook.getActiveSheet();

"sheet" 并没有 “ insertXXX” 相关函数。

  1. 看TS声明没有 image
  2. 实际操作也没有 image

版本:0.2.9 image

hexf00 commented 2 weeks ago

请升级到0.2.11,后续我们也会在文档里标注该api被引入的版本号

Please upgrade to version 0.2.11. We will also indicate the version number in which the API was introduced in the documentation.

https://github.com/dream-num/univer/releases/tag/v0.2.11