Display the generated excel report in web page on real time with a panel to change the report parameter

Hi,

We are currently using Aspose.Excel (old version of Aspose.Cell) to generate excel report.
Now we would display the generated excel report in web page on real time with a panel to change the report parameter.
May I know Aspose.Cells for Reporting Services is suitable for this purpose?
And how we can convert those generated excel report to RDL for Aspose.Cells for Reporting Services if required?

Many Thanks.

Regards,
Philip

Hi,

Once, you will install Aspose.Cells for Reporting Services, you will get additional menu option in your export formats. You will click on the new export format and your .RDL file will be converted to excel format by Aspose.Cells for Reporting Services.

Please read the following documents for your further reference:
Documentation - Aspose.Cells for Reporting Services

For demos, you can visit this link.
Demos - Aspose.Cells for Reporting Services

Hi,

How about just upgrade to lastest version of Aspose.Cells for .NET, can it display the excel content with chart and formatted data as web page? If so, can it introduce a parameter input panel to change the report parameter, just like your demo of http://apps.aspose.com/ssrs-rendering-extensions/Pages/Report.aspx?ItemPath=%2fAdventureWorks+2008+Sample+Reports%2fEmployee+Sales+Summary+2008

Many Thanks.

Regards,
Philip

Hi,

Aspose.Cells for .NET cannot render your .RDL files. However, since it can create documents from scratch and has the ability to manipulate, read/write the existing documents, therefore you can write the ASP.NET web application and use it as a library.

In that case, you will have to write your own application logic and display the excel data on your web pages by yourself.