我正在尝试导出带有图像的单元格。图像不会出现在Excel文件中。是否可能不支持此功能?
imageCell = New ImageCellType
imageCell.ImageUrl = "..."
Sheet.Cells(0, 0).CellType = imageCell
我正在使用Farpoint.Web.Spread
答案 0 :(得分:1)
不支持。这是所有单元格类型的列表以及导出到excel文件的内容。
http://helpcentral.componentone.com/NetHelp/SpreadNet7/ASP2/spweb-excelexport-celltype.html