3

I am using this toolkit to write Excel.Every thing is fine with this,

but i am not getting how can i inset image and put style on some rows on my excel

i am using c#

Nikhil K S
  • 806
  • 1
  • 13
  • 27
Pankaj
  • 4,419
  • 16
  • 50
  • 72
  • See this duplicate post [C# & OpenXML: Insert an image into an excel document][1] [1]: http://stackoverflow.com/questions/5793950/c-sharp-openxml-insert-an-image-into-an-excel-document –  Mar 30 '12 at 04:28

1 Answers1

0

I am using EPPlus for this specific task. It's a really nice and stable library.

EPPLus - Advanced Excel 2007 spreadsheets

And you may find allot of samples, including adding images and cell formatting, here

Menelaos Vergis
  • 3,715
  • 5
  • 30
  • 46