donnytian / Npoi.Mapper

Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问怎么读取嵌入的图片呢?

caopengfei opened this issue · comments

通过string类型读取出来的字符串为“=DISPIMG("ID_520A6F034A964DA395EC648CC8E9A4A3",1)”,该怎么才能读取到图片的数据呢?

读取图片需要详细看一下NPOI的文档, 这个项目只是用来转换数据, 涉及作其他资源的操作请直接使用底层的NPOI接口.