【V17.1】Sheet页中给单元格设置超链接,点击跳转回第一个Sheet页
代码在生成Excel文件时,会动态生成多个sheet,如何通过代码的方式在每个Sheet的第一个单元格设置超链接使其能够跳转回第一个Sheet页。 IWorksheet ws = fpSpread.AsWorkbook().Worksheets;ws.Hyperlinks.Add("B5", "", "Sheet1!C6", "click here to go to Formulas!C6\r\nClick and hold to select this cell.", "goto Sheet1!C6");
Richard.Ma 发表于 2024-10-17 10:34
谢谢,解决了:handshake :loap1:
不客气
页:
[1]