Hi Team,
Good Day!!!
I am working on SSRS. From SSRS I am creating a xls report and all field values are string. From SSRS I am getting proper value. SSRS table formatted values I am exporting to excel. From Excel also I am getting proper value but excel cells are by default in general format.
SSRS Source:
The source to SSRS is WSDL service and type is xml. To get the values, I am using XMLIDPQuery.
Issue:
Some fields are in my excel report leading with 0 to a numeric value like 00001. In excel it is displaying 00001 but when I am trying to read using different tool it is reading as 1 instead of 00001. It is converting to string 00001 to numeric 1. This issue is happening because of the format of excel cells are general. If it will be text then this issue will not be there.
Expectation:
Could you please help me how can I get the excel report in text formatted cells or any alternate solution.
I have attached the excel file.
Thanks & Regards,
Arun Kumar Patjosy