BrandonR


I've created a data-driven subscription that works great and delivers an Excel file to a share. The SSRS report contains several reports/tables on one page and when displayed to Excel it creates separate tabs due to the page breaks, which is wanted.

Is it possible to provide a name to each of the tabs/worksheets that are created in the Excel file By default, Excel will name them as Sheet1, Sheet2, Sheet3, etc.

Thanks!




Re: Data-Driven Subscription to Excel with labeled worksheets Question

Scott Thornburg


A few months ago there was a thread on this:

http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1713177&SiteID=1

which notes that out-of-the-box, SSRS does not support named tabs when multiple pages are output to Excel.

That said, Lisa Nicholls recently provided a link at the end of the thread to her blog that discusses how to achieve your goal using XML output and XSLT. You might give this a try to see if it works for you.

http://spacefold.com/lisa/post/Changing-the-Sheet-names-in-SQL-Server-RS-Excel-QnD-XSLT.aspx

Scott







Re: Data-Driven Subscription to Excel with labeled worksheets Question

Philippe Cand

My be after MS has integrated SoftArtisan's ExcelWriter technology I keep an eye on that.






Re: Data-Driven Subscription to Excel with labeled worksheets Question

BrandonR

Thanks Scott...appreciate the info. I'll give it a try.

-Brandon