How to insert image in Header
string imagePath = System.Web.Hosting.HostingEnvironment.MapPath("~/Content/img/tuv-logo.jpg");
worksheet.PageSetup.Header.Right.AddImage(imagePath,XLHFOccurrence.FirstPage);
above AddImage method gets error: The method or operation is not implemented.
↧