FWorksheetHyperlinkMixin

GitHubEdit on GitHub
packages@univerjs/sheets-hyper-link

APIs

getUrl

Create a hyperlink url to this sheet

Signature

getUrl(): string

Returns

  • (string) — The url of this sheet

Examples

const fWorkbook = univerAPI.getActiveWorkbook()
const fWorksheet = fWorkbook.getActiveSheet()
const url = fWorksheet.getUrl()
console.log(url)

Table of Contents

Capalyze