-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export html content #376
Comments
I'm having the same issue. Has this been solved? |
gustavnavar
added a commit
that referenced
this issue
Mar 4, 2023
Package 3.5.1 implements a new RenderExcelAs method in column definition to customize excel columns format. You can construct a custom display value of the column only for the exported file using the RenderExcelAs method:
|
Thank you very! |
rgentry09
added a commit
to rgentry09/ERP-ASP.NET
that referenced
this issue
Jul 10, 2023
dev0926
added a commit
to dev0926/gridNET
that referenced
this issue
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add column with href.
c.Add(o => o.MainBarCode).Titled("BarCode").Encoded(false).Sanitized(false)
.RenderValueAs(o => $"{o.MainBarCode}");
When export to excel, the href is view in cell:
But I'm waited only number.
The text was updated successfully, but these errors were encountered: