Dro9an commented on issue #22: URL: https://github.com/apache/fesod/issues/22#issuecomment-3483712963
> > 实现我觉得可以参考easypoi的开源代码进行实现,不过他们那个有个缺陷,就是不支持一个单元格内放多张图片的导入 > > [@Dro9an](https://github.com/Dro9an) > > 导入图片是普遍支持的吗? 实际上用户的表格软件都没有很好支持单元格内嵌图片吧(WPS支持每个单元格导入一张图片, 通过它的特有函数表达;微软的Excel则不支持单元格内嵌图片导入) easypoi可以导入单元格内一张嵌入图片,以及一张单元格内的浮动图片;通过apache poi原生drawer可以获取到单元格内所有图片并通过单元格坐标归类同一单元格内的所有图片,测试环境为微软office,wps后缀的文件不行,xls,xlsx的可以 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
