Browse By Tags

  • How to filter a column's data in exported excel data?

    Hi,

       I am exporting a XamDataGrid's data using DataPresenterExcelExporter. It is working fine but in the excel sheet that is generated, I want a column filter to be applied so that the data is grouped by that column's values. Have also attached the…

  • DataPresenterExcelExporter behaves oddly

    Hi,

    I was wondering if you could shed any lights on the following issues that I came across with. I attached the solution to this post. In that I subscribed to almost all of the events, because I wanted to play around this a little bit.

    1. Records marked…
  • Error : Excel found unreadable content in 'filename.xlsx'.....

    Hi,

    When I try to open excel file generated using Infragistics.Excel - I am getting below exception....

    "Excel found unreadable content in 'filename.xlsx'. Do you want to recover the contents of this workbook? If you trust the source of this workbook…

  • Prevent exporting value lists with Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExporter

    Is there anyway to prevent exporting the grid valuelists with the UltraGridExporter?  We don't need them on the export and in addition, the way that the valuelist exporter was implemented is causing an ArgumentOutOfRangeException at Infragistics.Documents…

  • Incorrect Format String in Excel Export

    Hi,

    I'm using your Excel Export framework to export data to Excel. I set a custom format string to a cell but it seems that the Excel Export library does something to the string when applying it to the Excel. This leads to a situation where the format…

  • DateTime value as Date type in Excel?

    Hi,

    I have a problem when exporting DateTime values to Excel. It seems I can only set the FormatString for the Excel value. Excel will then show my value as Custom type. If I don't set any FormatString, the type will also be Custom. Is there a way to…