Forum Discussion

mitra_daei's avatar
mitra_daei
New Contributor
3 years ago

Cube view report in excel

I am looking for a way to download a dashboard with multiple tabs to excel and making sure each tab is downloaded to a tab in excel workbook. Is there a way to do that easily?

4 Replies

  • I believe if you create a BI Viewer component with multiple sections it'll do that. 

    Now for tabs, I don't think the default option of Export to EXCEL does it. I had to create a custom button that exports and downloads the content from all the tabs once clicked.

    • Cosimo's avatar
      Cosimo
      Contributor II

      You're generating an XLSX workbook using BR?? Would love to see a code sample.

    • mitra_daei's avatar
      mitra_daei
      New Contributor

      Good afternoon , would you be able to expand on the custom button, did you write a BR to export all tabs to the Excel at the same time and then assigned that to the button? Any way you can share the code with me?

       

      • ckattookaran's avatar
        ckattookaran
        VIP

        I'm using EPPlus for creating the EXCEL workbook. I'll try and generalize the rule and post it here, or I will do a separate post for the same.