OpenXLSX
OpenXLSX copied to clipboard
Support for Hyperlinks
Am I right to assume that there is no support for hyperlinks in this project?
Hi @snagytx
You are right, it is not supported. But it's a good point, so I'll keep this issue open, and return to it when I have the time.
u can use this code to solve this problem : wks.cell("A1").formula() = "=HYPERLINK("C:/Users/Raven/Desktop/test.md", "test")";
worked for me.