摘要: 读/导入 Excel 1. Query 查询 Excel 返回强型别 IEnumerable 数据 [Try it] public class UserAccount { public Guid ID { get; set; } public string Name { get; set; } pu 阅读全文
posted @ 2024-02-21 16:10 未来核心 阅读(440) 评论(0) 推荐(0)