In some business scenarios, it is required to use hyperlink in a Report Services Document to navigate to a specific sheet of a Microsoft Excel file in Strategy Developer 9.x and 10.x.
For the steps below to achieve the requirement:
file:\\path\File_Name#Sheet_Name!Selected_Cell

file:\\C:\New Folder\TargetExcel.xls#Sheet2!A2:B3

NOTE 1
The selected cell can be single or multiple. As an example, the following similar hyperlink is valid:
Sample Code/Error
file:\\C:\New Folder\TargetExcel.xls#Sheet2!A3
file:\\C:\New Folder\Target Excel with space in file name.xls#Sheet2!A2:B3

Sample Code/Error
Reference is not valid.

Sample Code/Error
file:\\C:\New Folder\TargetExcel.xls#'Sheet 3 with space in sheetname'!A3
http://IP_ADDRESS/MicroStrategy/TargetExcel.xls#Sheet2!A2:B3