Convert ( xlsx or xml ) File to RDL

Ammar Mahmoud 1 Reputation point
2022-03-11T08:42:14.73+00:00

I have excel File with multi sheets and i need to convert it to the RDL just the style without Data-Query

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,066 questions
Microsoft 365 and Office | Development | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Joyzhao-MSFT 15,636 Reputation points
    2022-03-14T02:22:47.173+00:00

    Hi @Ammar Mahmoud ,
    In Reporting Services, it’s not supported to change .XML(or .xlsx) file to .rdl file to generate a report. Since the XML format of report doesn't contain data source and dataset information, it contains field values used by tablix items. In your scenario, you can use the XML file as data source to create a report manually. Please refer to links below:
    XML Connection Type (SSRS).
    SQL Server Reporting Services XML Data Source and DataSet.
    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Olaf Helper 47,516 Reputation points
    2022-03-14T09:08:22.473+00:00

    It's not possible to convert any Office or XML file to a RDL report and I am not aware of any third-party tool that could do it.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.