ShawnPhang

Results 2 issues of ShawnPhang

在 wps 中嵌入单元格的图片是自定义函数的形式: ![image](https://github.com/exceljs/exceljs/assets/21021314/f293bd2f-11fb-4618-af3d-1dc0a6ccd04a) 这种图片无法被 `worksheet.getImages()` 函数读取出来,只能识别出自定义函数的值: ![image](https://github.com/exceljs/exceljs/assets/21021314/ec07d132-faab-436c-9960-5a0e8ec8138b) 如果采用浮动式图片的话,就可以读取,但是只要修改图片那么读取顺序就会有问题(因为每次图片都是push进去的) 所以应该如何才能正确获取图片?

问题截图 ![image](https://github.com/user-attachments/assets/df236728-0349-4f22-9116-6f998ca5a593) 相关代码位置 packages/image-extraction

bug