link how not to remove "#" #2385
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#2385
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ws['A1'].l = { Target: 'http://1234.com/#/name=tom&age=23' };
Links with "#" will be removed, and the following parameters will be removed. How to make the URL complete with "#"? For example: http://1234.com/#/name=tom&age=23 , I need help!!
Cannot reproduce in 0.17.1. Run
console.log(XLSX.version)
and ensure you are on the latest version:https://jsfiddle.net/xonjyr8b/
This generates a file with cell A1 linking to "http://1234.com/#/name=tom&age=23". If you can share more details (what file format you are using?, are you somehow modifying the worksheet later?) we can reopen the issue.
In this way, the '#' in the xlsx file hyperlink has been removed. The XLS file has' # ', but will be converted to'% 23 'when jumping to the web page.The device is a Mac
The XLSX file looks correct: issue2385-result.xlsx
Open the file in Excel, right-click the cell and Edit Hyperlink. Locally it looks like
The address appears to be correct.