MockingBird
MockingBird
现在Index是在Excel里面强相关的,Index是多少,Excel的数据就在几列。 能否添加一个新的属性,先对所有的Index进行排序,然后按照Index的顺序,从第1列开始填充,不管Index是多少。 比如Index的排序后的顺序是[2,4,5,7,9] 填充的列就是【1,2,3,4,5】 ### Excel Type - [ ] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Upload Excel File Please attach your...
### Discussed in https://github.com/dotnetcore/FreeSql/discussions/1788 Originally posted by **yangf85** April 20, 2024  很多情况下,只需要级联的某几个属性,如果在ToList里面处理,也很复杂,每次都得写一大串
要怎么处理? #### 问题描述及重现代码: ```c# // c# code public class PersonEntity { [Column(IsPrimary = true, IsIdentity = true)] public int Id { get; set; } [Column(Position = 4)] public int Age...
很需要,谢谢
hi ,everyone. Cannot bind multiple selections to a model property.    When toggling the selection, the bound value is always 0. 
Title: Style Issues and JavaScript Errors with MudSelectExtended Component Body: Description I am encountering an issue with the MudSelectExtended component in my Blazor application. The component’s styling appears incorrect, and...
 级联combobox  多选控件
Title: Feature Request: Body: Description As a user of the [YourLibraryName] library, I find myself needing a way to display text that can be easily switched to an editable state....
I hope this message finds you well. I am reaching out to request the addition of two new UI controls to enhance our application's interactivity and user experience. 1. **EditableTextblock**:...