My ultimate goal is to generate reports in Excel format basing on user selections. After reading documentation I understand that preparing nice looking Excel report is possible using Report Designer Client Tool inside Excel and later the same template is used by SSRS when generating report with current data. However, I am not sure if manipulating generated Excel format is possible through published Application Programming Interface for Aspose.Cells.
User wants to do the following steps in my web application:
- select specific subset of report (Excel) columns
- select specific order of report (Excel) columns
After these selections user wants to have report in Excel (.xlsx) generated by SSRS according to selected columns and then saved on the server automatically.
Questions:
- Is it possible to trigger programmatically Aspose.Cells report generation?
- Is it possible to have control how Excel (.xlsx) is generated?