读取 Excel 文件 MSOffice 与 Open Office
我有一个应用程序,可以通过 C# 读取 excel 文件并将它们移动到我的 MS SQL 数据库。这是在托管 MSSQL Server 和 IIS Arcgis Server 的计算机上完成的。这台机器不是很强大,只有 3GB RAM,它们为我提供真正服务器的前景似乎接近于零。所以我想知道哪一种选择对内存要求不高。 OpenOffice 或 MS Excel。
I have an application the reads excels files and move them to my MS SQL database, via C#. This is a done on a machine that host the MSSQL Server as well as an IIS Arcgis Server. The machine is not very strong only 3gb of RAM and the prospects of them giving me a true server seem close to to nil. So I wanted to know which one option is less demanding , memory wise. OpenOffice or MS Excel.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两者都不 - 使用 OleDb 提供程序。它更简单、更快。但在您提出的两个选项之间,MS Excel 几乎肯定会占用更少的内存。
Neither - use the OleDb provider. It's much simpler and faster. But between the two options you proposed, MS Excel is almost certainly going to be less memory intensive.