nuitsjp / CopyToMarkdownAddIn

Add-In for copying from Excel to Markdown
MIT License
172 stars 15 forks source link

Support hyperlink #19

Open fenrir-naru opened 1 year ago

fenrir-naru commented 1 year ago

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.