Not All columns in Excel response
Posted: Thu Jul 06, 2023 7:44 am
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
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