C# & OpenXML: Insert an image into an excel document

后端 未结 3 552
独厮守ぢ
独厮守ぢ 2020-12-16 23:01

I am using a modified version of this code to create an excel document, add cells, and style cells. I am trying to modify this code to also be able to add images to a sheet

3条回答
  •  失恋的感觉
    2020-12-16 23:50

    Here is a link to a MSDN example with code you can download.

    There is also Eric White's example and You Tube video

提交回复
热议问题