<img src="https://solution-community.wps.cn/uploads/post/53iqv6bdaPW.png" alt="企业微信截图_17037555804443.png"/>
<img src="https://solution-community.wps.cn/uploads/post/53iqv6bdaPW.png" alt="企业微信截图_17037555804443.png"/>
你好,可以实现的。参考以下代码:
// 区域对象
const range = await app.Range('A1:A1')
// 单元格对象
const cells = await range.Cells
// 指定单元格
const cell = await cells.Item(1)
// 向单元格内插入图片
cell.InsertImage("图片base64或url")