How can I add multiple hyperlink lines into the same cell using excelJS
https://github.com/guyonroche/exceljs
For instance: one cell would hold Google \n Gmail as hyper links
How can I add multiple hyperlink lines into the same cell using excelJS
https://github.com/guyonroche/exceljs
For instance: one cell would hold Google \n Gmail as hyper links
Unfortunately, I don't think this is possible with exceljs.
This can't even be done in a straightforward way in Excel. Excel only adds hyper links to whole cells.
There is a hacky way of accomplishing it in Excel by inserting shapes and adding hyper links to those shapes (see this SO post). But exceljs doesn't provide a way to draw shapes in cells.