从 Office 2013 到 Office 365 的图像超链接不再起作用

从 Office 2013 到 Office 365 的图像超链接不再起作用

我有一个从图像到选项卡的超链接,如下所示(从解压 Excel 中获得):

<Relationship Id="rId32" Target="%23Paid%20Benefits%20(Pool)!A8" TargetMode="External" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink"/>

以下是链接在 Office 2013 上的显示方式:

file:///C:\Users\myname\download\FileName - Paid Benefits (Pool)!A8

但在 Office 365 中显示为

file:///C:\Users\myname\download\%23Paid Benefits (Pool)!A8

为什么 Office 365 没有将 %23 读取为 Uri Fragment #,从而像在 Office 2013 中那样正确定位资源?

这真让我抓狂

谢谢

达维德

相关内容