Page 1 of 1

Not All columns in Excel response

Posted: Thu Jul 06, 2023 7:44 am
by danprimeiste
Hello,

I have a dashboard that I am looking to make avaliable through download using:

return StiMvcReportResponse.ResponseAsExcel2007(report);

However when I pull it down, the excel sheet does not contain all the columns in the one table in the dashboard, it appears cropped, not showing the last 1.

Is there a way progmatically to ensure that all the data is exported?

Thanks

Dan

Re: Not All columns in Excel response

Posted: Fri Jul 07, 2023 7:37 pm
by Lech Kulikowski
Hello,

If you export the full dashboard, in that case, is exported only data that shows in the viewer.

Thank you.