Skip to main content
June 10, 2021
Question

How to download selected columns in the Excel Sheet

  • June 10, 2021
  • 2 replies
  • 0 views

Hi Everyone,

If I select the fields Ex. -"name","email", etc. from the interface. Only the data related to the fields should only download in excel format. Please explain to me how to do it.

Thanks in advance.

    2 replies

    June 14, 2021

    Hi Priyak,

    You can use Export sql to excel and provide the column names in the sql query.

    example: select name,email from Table1;

    mikes0011
    Brainy
    June 14, 2021

    Export DSE to Excel allows you to select an arbitrary set of columns from the data type to be included in the exported Excel document.

    The Expression Guru