Exporting image to excel with farpoint spread

1.3k Views Asked by At

I'm trying to export to excel of a cell with an image. The image doesn't appear in the excel file. Is it possible that this feature is not supported?

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

I'm using Farpoint.Web.Spread

1

There are 1 best solutions below

0
On BEST ANSWER

It isn't supported. Here's a list of all the cell types and what's exported to excel files.

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