mini-software / MiniExcel

Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet (support Linux, Mac)
https://www.nuget.org/packages/MiniExcel/
Apache License 2.0
2.81k stars 342 forks source link

Add hyperlink on each row when create excel #675

Open TosMatrix3 opened 1 month ago

TosMatrix3 commented 1 month ago

Excel Type

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.

CriSLyx commented 1 month ago

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

RaZer0k commented 1 month ago

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