Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1105
How to programmatically sort an excel Column in the worksheet?
posted

Hi,

I am using the  Infragistics.Excel to manually export data to excel. (I am not using the grid exporter).

 

Is it possible to sort the data in excel after the data has been exported to excel.

Something like workbook.worksheet[0].Column[0].Sort()

 

regards

Stefan

Parents
No Data
Reply
  • 9298
    posted

    Stefan,

    No, unfortunately the Excel engine does not support sorting columns.  You would have to sort your data before exporting it into your Worksheet.  If you wish I could submit a feature request on your behalf to have this feature included in future releases of the product.  Let me know if you would like me to do that.

    Sincerely,
     
     
    Michael S.
    Developer Support Engineer
    Infragistics, Inc.

Children
No Data