摘要:
上存储 SET QUOTED_IDENTIFIER ON SET ANSI_NULLS ON GO --将读取文件导入数据库 CREATE procedure PROC_GDCRMA_ImportData @SavePath VARCHAR(200) = '',--文件保存的路径 @FilePath 阅读全文
摘要:
1.NuGet安装NPOI 2.帮助类NPOIExportHelper using CJ.Model; using NPOI.HSSF.UserModel; using System; using System.Collections.Generic; using System.IO; using 阅读全文