ktb-dev
ktb-dev
```c# class MyTable { public string Txt => "a very very long value ........."; } var item = new MyTable(); var _dbSet = _dbContext.Set(); await _dbSet.AddAsync(item); await _dbContext.SaveChangesAsync(); ``` when...
Hi! It would be convenient if it was possible to convert HTML to EXCEL. The first priority is to add import of HTML tables with support for embedded styles, and...
### Excel Type - [x] XLSX - [ ] XLSM - [ ] CSV - [ ] OTHER ### Description Hi! It would be convenient if it was possible to...
#### 问题描述及重现代码: ```c# var query = _freeSql.GetRepository().Select.WithSql(SqlQuery(), new Dictionary { { "@prop1", prop1 }, { "@prop2", prop2 }, { "@prop3", prop3 } }).AsQueryable(); ``` #### 数据库版本 ClickHouse: 23.3.2.37 #### 安装的Nuget包...