摘要: 随手记录,我自己也搞不明白。直接拿去用了 public static string ReadXLSX(string filePath) { string sb=""; using (var file = new FileStream(filePath, FileMode.Open, FileAcce 阅读全文
posted @ 2022-10-28 16:54 给自己个晚安 阅读(110) 评论(0) 推荐(0) 编辑