You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
univer-botbot
changed the title
[Feature] activeSheet.insertImage插入的图片可以移动,目前没有可以插入单元格图片的方法
[Feature] The inserted image in activeSheet.insertImage can be moved, and there is currently no way to insert cell images
Feb 11, 2025
初始清单
问题
const activeSheet = FUniver.newAPI(univer).getActiveWorkbook().getActiveSheet();
// insert image on A1
activeSheet.insertImage('https://avatars.githubusercontent.com/u/61444807?s=48&v=4', 0, 0);
activeSheet.insertImage插入的图片可以移动,目前没有可以插入单元格图片的方法
The text was updated successfully, but these errors were encountered: