-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
How to clear all the Hyperlinks in the Workbook? #1940
Comments
Thanks for your issue. Which version of the Excelize library are you using? Could you show us a complete, standalone example program or reproducible demo? Could you follow the issue template to provide more details? If you open an existing workbook, please provide the file attachment without confidential info. |
我使用以上代码去修改超级链接。但是用Excel打开之后,鼠标指过去还是显示有超级链接。 |
Could you follow the issue template to provide more details? If you open an existing workbook, please provide the file attachment without confidential info. |
Description Steps to reproduce the issue:
Describe the results you received: Describe the results you expected: Output of Excelize version or commit ID: Environment details (OS, Microsoft Excel™ version, physical, etc.): |
Thanks for your feedback. This library doesn't support remove hyperlink for a cell, I'll consider adding support for this. |
I added remove hyperlink support for the if err := f.SetCellHyperLink("Sheet1", "A2", "", "None"); err != nil {
fmt.Println(err)
} This feature will be released in the next version. |
谢谢您,我可以使用了~~ |
… hyperlink by None linkType - Update unit tests
I used SetCellHyperLink but it didn't work.
Do you have any solutions? Thank you~
The text was updated successfully, but these errors were encountered: