吴宏伟
吴宏伟
目前版本支持通过Dto的方式将多个数据源按Sheet拆分导出. 但好像不支持多个DataTable的多Sheet导出, ```csharp ExcelExporter.Append(ICollection dataItems, string sheetName = null) ``` 以上接口只支持ICollection ,是否考虑增加DataTable,如: ```csharp ExcelExporter.Append(DataTable dataTable, string sheetName = null) ```
从Excel导入时,如果工作表中有重复的列名,哪怕这些列是不需要的,也会导致导入失败,Data返回为空。 建议在`ExcelImporterAttribute`注解上增加属性`IsIgnoreInvalidColumn`,,当为true时忽略所有无效的列。
Added an http api to the project to manage the template's three interfaces: POST or GET: /{Endpoint}/list POST: /{Endpoint}/remove POST: /{Endpoint}/update The Endpoint can be configured in MockacoOptions, and a...
### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure a similar issue has not already been created ### Description...
Thank you for a great job.👍 When I tested it on Ubuntu 20.04.3 LTS \ iptables v1.8.4 (legacy) . ```csharp var sys = new IpTablesSystem(new LocalFactory(), new IPTablesBinaryAdapter()); var chain...
Hello dear friends, does this document site have plans for i18n?