Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将数千条记录从 Excel 工作表中提取到 SQL 中。我构建了一个 Windows 客户端前端,允许用户选择要上传的 Excel 文件(模板化),然后逐行处理数据。我尝试使用 SSIS,但由于我是全新的,所以我在那里运气不佳。想知道我是否可以在相同的导入中有效地使用普通的旧 C# 代码,并且在最佳时间这样做?
作为一个快速提示,为了给您指明一个有希望的方向,我建议您使用 excel 数据的数组副本。您甚至可以将它们复制到内存/生成指向它们的指针,这可能会提高您的性能。