spreadcheetah icon indicating copy to clipboard operation
spreadcheetah copied to clipboard

Source generator - Cell value length limit

Open sveinungf opened this issue 6 months ago • 0 comments

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

public class MyObject
{
    [StringLength(30)]
    public string Property { get; set; }
}

sveinungf avatar Dec 28 '23 20:12 sveinungf