Skip to content

[BUG] Internal hyperlink does not work on wps office #4

Closed
@dzzzzzy

Description

@dzzzzzy

🐛 Bug Report

Lib version: 4.4.1

image

Steps To Reproduce

const wb = new ExcelJS.Workbook();
const ws1 = wb.addWorksheet('Sheet1');
const ws2 = wb.addWorksheet('Sheet2');

// internal link
ws1.getCell('A1').value = { text: 'Sheet2', hyperlink: '#\'Sheet2\'!A1' };

The expected behaviour:

Possible solution (optional, but very helpful):

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions