CopyToMarkdownAddIn icon indicating copy to clipboard operation
CopyToMarkdownAddIn copied to clipboard

Support hyperlink

Open fenrir-naru opened this issue 2 years ago • 0 comments

This PR is to add support for hyperlink. The additional codes are intended to work in both directions, that is, mark down to/from Excel. More precisely, if cell value is decorated with a hyperlink, the generated mark donw text is "[text] (link)". On the other hand, is mark down text is link "text1 [text2] (link) text3", the pased cell will be "text1 text2 text3" having a hyperlink to link.

There is no test codes, however, I checked its functionality with VS2022 and the latest Office365 Excel.

fenrir-naru avatar Jun 26 '23 14:06 fenrir-naru