Closed
Description
🐛 Bug Report
Lib version: 4.4.1
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
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
zurmokeeper commentedon Jun 17, 2023
@dzzzzzy There is indeed this problem, I'll follow up, thanks。
zurmokeeper commentedon Jun 18, 2023
@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 commentedon Jun 18, 2023
@dzzzzzy A new version has been released, see readme for details