我这边用 const picture = sheet.pictures.add(timestamp.toString(), base64Image, 10, 10, colWidth, rowHeight)
picture.startRow(startRow)
picture.startColumn(startCol)
picture.startRowOffset(1)
picture.startColumnOffset(1)用这个方法添加了图片,但是这个好像还是添加的浮动图片,我要怎么像excel一样,将图片添加到单元格里面呢 |