So I'm using exceljs package to write .xlsx files based on a collection from my database
In my DB, I have some url pdf files, and when exporting to excel I need them in those columns and when the user click on one link, it previsualize or downloads it:
I think it's possible to at least previsualize, not sure about download it, but I don't find any documentation with this npm package related to this