Export grid data to Excel

Certified Associate Developer

Hello,

I need an Export to Excel button to get an Excel file from the data in a grid (getting a report). I have tried to do it from different perspectives:

-I've tried to do it using CDTs (using the respective Smart Service tools Appian offers) wether it was in an Interface (in order to be able to download it there and then) or in the Process Modeler

-I've also tried the SQL to Excel plug in node (due to the data being the output of a stored procedure), once again in the Process Modeler (as far as I'm concerned, I haven't found a function with the same goal.

The closest I got was with the first option, but due to the changing nature of the project I am at the moment, the CDT I was using soon became obsolete and since then I've been trying to get around using one again without success.

P.D.: I'm using Appian Community Edition due to not really knowing the advantages of becoming an Appian partner/customer.

Thanks for your time,

Francisco

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to GopalK

    The interface I'm creating will be used for reporting (obtaining Excel files from different reports made from SQL queries). That means, the grid to export will not always have the same number or types of variables, and I don't know how to perform in that scenario.

    And with that, the only way I know to download the Excel file once created is with a download link in an Interface, but if I want to do it all on an Interface, I'd need to click different buttons as more than one smart service cannot be assigned to the same button (I was cleaning the Data Store Entity so it could be rewritten and only the data grid would be exported, writing to the empty Data Store Entity and Exporting the Data Store Entity to Excel)

Children