LileyZhao

Results 5 issues of LileyZhao

![1659338369480](https://user-images.githubusercontent.com/8878704/182094542-ae6bf22a-c012-40f1-a029-00c7401a798f.jpg)

task

> ***此版块专为反馈 bug 及提交需求服务,不负责解答开发问题,请勿发表开发问题, 如果您需要这方面的帮助,请移步`问答社区`:https://weixin.senparc.com/QA*** ##### 问题描述 设置 MessageContextGlobalConfig.UseMessageContext = false; 设置不记录MessageContext上下文后,依然会在Redis产生string:key记录,只是不记录上下文内容, 因此在一些营销场景,会在Redis添加大量的key,影响Redis性能。 ##### 发现问题的模块 - [ ] Senparc.Weixin 版本:6.7..600 - [ ] Senparc.Weixin.MP 版本:16.10.601 ##### 模块对应的 .net 版本 -...

enhancement

For some usage scenarios, I want to be able to set the access scope for SheetInfo[] sheetNames in ExcelDataReader to public, Now I can only use the source code to...

Here is the sample code, using the file: [table1.xlsx](https://github.com/MarkPflug/Sylvan.Data.Excel/files/14805400/table1.xlsx) ``` { using ExcelDataReader edr = ExcelDataReader.Create("d://table1.xlsx", new ExcelDataReaderOptions { Schema = ExcelSchema.NoHeaders }); edr.NextResult(); edr.NextResult(); // to sheet3 edr.Read(); for...

Using only a simple two-row, two-column table, create .xlsx, .xls, and .csv files. e.g. | name | age | | --- | --- | | nike | 18 | Here...