ExcelDataReader / ExcelDataReader

Lightweight and fast library written in C# for reading Microsoft Excel files
MIT License
3.87k stars 960 forks source link

XLSX link cell type #663

Open jonilviv opened 5 months ago

jonilviv commented 5 months ago

Hi, I found, that link (URL or email) cells in XLSX are not recognized as link and returns as string: link text. But I need not only title of link but URL also. Example you can find on https://github.com/jonilviv/ExcelDataReaderLinkCell

DarielBasf commented 3 weeks ago

I need it too. It could be a very good feature. Thank you in advance