liusaiweng

Results 4 comments of liusaiweng

i also have the same problem when i use `GridData.NewWorksheet()` to create more sheets and display them.i solve it by `if(GridData.Worksheets!=null&& GridData.Worksheets.Count>0) { GridData.CurrentWorksheet = GridData.Worksheets[0]; }` to put the...

i prefer use ```cs RangePosition range = new RangePosition(e.CellPosition.Row, 0, 1, e.Worksheet.Columns); GridData.CurrentWorksheet.SetRangeStyles(range, new WorksheetRangeStyle { Flag = PlainStyleFlag.TextColor, BackColor = Color.LightYellow, }); var range = new RangePosition(0, 0, 1,...

Qwen3 is the most popular mode in china with a large amount of customer,we need to use it directly.

> 我没有使用openai,我用的qwen3 请问是用openrouter中转的还是直连的阿里qwen3?如果是直连的,求配置文件。