0

Can we add footer image to excel 2012 using spreadsheetgear? I want to add a footer image to be appear when we export data from silverlight

Shanjee
  • 491
  • 5
  • 16

1 Answers1

1

SpreadsheetGear does not yet support adding or preserving images in the print header/footer areas. You can add an image to the main area of a worksheet via the IWorksheet.Shapes.AddPicture(...) method but I understand this may not serve as a good workaround for all scenarios.

Tim Andersen
  • 3,014
  • 1
  • 15
  • 11