Add hyperlink on each row when create excel
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.
I think miniexcel is focus on Data Processing,if you need to create hyperlinks ,maybe epplus is better in this feature
I have a Pull Request with this functionality... PR 679: Support Formula
@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.