Export from server components?

rachel_lomasky
rachel_lomasky New Altair Community Member
edited November 5 in Community Q&A

I've created a dashboard in Server using a bunch of visualization components, some tables and some charts.  Our team is happy with the dashboard, however, they'd also sometimes like to get the data in a way they can work with in furthur in Excel.  I couldn't figure out how to accomplish this.

Tagged:

Best Answer

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓

    Dear Rachel,

     

    you can create a process which returns a file object from read excel. This can be used as a source for a component (as binary). If a user clicks on the link he gets the data as a excel file to download.

     

    ~Martin

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Answer ✓

    Dear Rachel,

     

    you can create a process which returns a file object from read excel. This can be used as a source for a component (as binary). If a user clicks on the link he gets the data as a excel file to download.

     

    ~Martin

  • rachel_lomasky
    rachel_lomasky New Altair Community Member

    Thank you!