Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像付きのセルをExcelにエクスポートしようとしています。エクセルファイルに画像がありません。この機能がサポートされていない可能性はありますか?
imageCell = New ImageCellType imageCell.ImageUrl = "..." Sheet.Cells(0, 0).CellType = imageCell
Farpoint.Web.Spread を使用しています