Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dzzzzzy opened this issue Jun 16, 2023 · 3 comments
Closed

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

dzzzzzy opened this issue Jun 16, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@dzzzzzy
Copy link

dzzzzzy commented Jun 16, 2023

🐛 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):

@zurmokeeper zurmokeeper self-assigned this Jun 16, 2023
@zurmokeeper
Copy link
Owner

@dzzzzzy There is indeed this problem, I'll follow up, thanks。

@zurmokeeper zurmokeeper added the bug Something isn't working label Jun 17, 2023
@zurmokeeper
Copy link
Owner

@dzzzzzy Already found the problem, but to deal with google sheet compatibility and write test cases need some time, may be later to release the new version.

@zurmokeeper
Copy link
Owner

@dzzzzzy A new version has been released, see readme for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants