Skip to content
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

Source generator - Cell value length limit #33

Closed
sveinungf opened this issue Dec 28, 2023 · 1 comment
Closed

Source generator - Cell value length limit #33

sveinungf opened this issue Dec 28, 2023 · 1 comment
Milestone

Comments

@sveinungf
Copy link
Owner

sveinungf commented Dec 28, 2023

Add option to limit the length of a cell values when using the source generator. For example by using an attribute:

public class MyObject
{
    [CellValueTruncate(30)]
    public string Property { get; set; }
}
@sveinungf
Copy link
Owner Author

This has been implemented in version 1.16.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant