MiniExcel icon indicating copy to clipboard operation
MiniExcel copied to clipboard

Add hyperlink on each row when create excel

Open TosMatrix3 opened this issue 1 year ago • 2 comments

Excel Type

  • [X] XLSX
  • [ ] XLSM
  • [ ] CSV
  • [ ] OTHER

I need to add a hyperlink in each row when creating a new Excel file. I want to create a column containing hyperlinks that open a website, with a specific number passed as a parameter in the URL. Currently, I can't find a solution to achieve this with MiniExcel.

TosMatrix3 avatar Sep 26 '24 14:09 TosMatrix3

I think miniexcel is focus on Data Processing,if you need to create hyperlinks ,maybe epplus is better in this feature

CriSLyx avatar Sep 26 '24 17:09 CriSLyx

I have a Pull Request with this functionality... PR 679: Support Formula

RaZer0k avatar Oct 15 '24 14:10 RaZer0k

@RaZer0k I have tried this and it works really well (since 1.35.0)! Thank you 😄

Unfortunately the cell cannot yet be styled (e.g. blue, underline) so there is very little clue to the user that the cell is a hyperlink. But it is a really good step forwards.

jamesfm avatar Jan 06 '25 15:01 jamesfm