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

Activity

self-assigned this
on Jun 16, 2023
zurmokeeper

zurmokeeper commented on Jun 17, 2023

@zurmokeeper
Owner

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

zurmokeeper

zurmokeeper commented on Jun 18, 2023

@zurmokeeper
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

zurmokeeper commented on Jun 18, 2023

@zurmokeeper
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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @dzzzzzy@zurmokeeper

      Issue actions

        [BUG] Internal hyperlink does not work on wps office · Issue #4 · zurmokeeper/excelize