Browse By Tags

  • Image is not exported to excel using Infragistic Excel

    In my Silverlight application we have to update the data to Predefined excel template and then export the data.
    But our predefined template is having company logo. Which is not appearing in excel when we export the file.

    Steps to achieve  the Export in Silverlight…

  • Excel headers and footers

    I am trying to export the contents of a grid to Excel in a Silverlight application.  The export work perfectly well, but I have been unable to find a way to control the header and footer of the sheets I'm creating.  

    Ideally, I could put both text…

  • Unable to create WorksheetImage

    Hi,

    I am implementing export to excel in silverlight. I am stuck on

    WorksheetImage image = new WorksheetImage() results in

    'The type 'Infragistics.Silverlight.Excel.WorksheetImage' has no constructors defined.

    You do not support this…