node-excel-export
node-excel-export copied to clipboard
How i create HyperLink and put images?
I would like to know if is possible to create xlsx with hyperlink and put images on sheet too.
I noticed quite a few of the cell object properties are missing: https://www.npmjs.com/package/xlsx-style#cell-object
Perhaps create friendly named props that are equivalent for each one and just copy them to the Xlsx-Style cell object? let nodeExcelCell = { formula: [string] <-- turns into cell.f for xlsx-style }
I would like to know if is possible to create xlsx with hyperlink and put images on sheet too.
With this library, have you found a way to insert a hyperlink? if possible please help me, thank you