IWorkbook workbook = null; using (var fs = new FileStream(filepath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)) { workbook = new HSSFWorkbook(fs); }
posted on 2022-07-11 17:04 空明流光 阅读(621) 评论(0) 编辑 收藏 举报