protobi / js-xlsx

XLSX / XLSM / XLSB (Excel 2007+ Spreadsheet) / ODS parser and writer
http://oss.sheetjs.com/js-xlsx
Other
817 stars 417 forks source link

Hyperlink Issue (not style related) #71

Open viasun opened 7 years ago

viasun commented 7 years ago

Hyperlinking seems to be broken. cell.l = {Target:'http://example.com/'}

Same code is working absolutely fine with SheetJS/js-xlsx (https://github.com/SheetJS/js-xlsx)

raj111 commented 6 years ago

Any update on this issue? btw you guys did a great work.