使用远点传播将图像导出为ex​​cel

时间:2013-10-08 14:05:08

标签: asp.net spread farpoint

我正在尝试导出带有图像的单元格。图像不会出现在Excel文件中。是否可能不支持此功能?

        imageCell = New ImageCellType
        imageCell.ImageUrl = "..."
        Sheet.Cells(0, 0).CellType = imageCell

我正在使用Farpoint.Web.Spread

1 个答案:

答案 0 :(得分:1)

不支持。这是所有单元格类型的列表以及导出到excel文件的内容。

http://helpcentral.componentone.com/NetHelp/SpreadNet7/ASP2/spweb-excelexport-celltype.html

相关问题