node-excel-export icon indicating copy to clipboard operation
node-excel-export copied to clipboard

How i create HyperLink and put images?

Open rildomar opened this issue 6 years ago • 2 comments

I would like to know if is possible to create xlsx with hyperlink and put images on sheet too.

rildomar avatar Sep 19 '19 19:09 rildomar

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 }

ryannichols avatar Jun 21 '20 18:06 ryannichols

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

vutrongdong avatar Oct 16 '20 08:10 vutrongdong