How to get named excel sheets while exporting from SSRS
Posted
by rao
on Stack Overflow
See other posts from Stack Overflow
or by rao
Published on 2009-04-10T07:02:17Z
Indexed on
2010/05/19
7:00 UTC
Read the original article
Hit count: 255
Whenever a single page report is exported to excel, sheet in excel is named by the report name. If a report has multiple pages, the sheets are named as sheet1, sheet2,.... Is there any way to specify sheet names in SSRS 2005 ?
solution: Found this after some googleing: Changing the Sheet names in SQL Server RS Excel: QnD XSLT
Will try out and post an update if it works.
© Stack Overflow or respective owner