在服务器上读写excel文件
我想知道你们的图书馆关于在 ASP .NET 网站上读写 Excel 应用程序的建议。
我尝试过 GemBox 和 NPOI,因为它们不需要在服务器上安装 Excel,但它们在处理标记为只读的 Excel 文件时有一些限制。
您推荐的任何好的、稳定的库
I would like to know your libraries recommendations to read and write Excel applications on ASP .NET website.
I have tried GemBox and NPOI, because they don't required Excel to be installed on the server, but they have some limitations on handling Excel files that are marked to read only.
Any good and stable libraries that you recomend
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
OpenXml 和 Syncfusion XlsIO
HTH
OpenXml and Syncfusion XlsIO
HTH
尝试Aspose Cells。
我所知道的最好的图书馆。
Try Aspose Cells.
Best Library I know.
SyncFusion 非常稳定。我从未在 ASP.NET 应用程序中使用过它们,但我在 WinForms 应用程序中使用过它们的控件,并且它们对于 ASP.NET 应该是安全的。
但它不是免费的。
SyncFusion is pretty stable. I've never used them in an ASP.NET app, but I've used their controls in WinForms apps, and they are supposed to be safe for ASP.NET.
It's not free, though.
正如 David 建议的,也许你可以尝试 Syncfusion XlsIO,他们似乎有一个单独的方法来读取和处理只读 excel 文件。
http://help.syncfusion .com/ug_83/Reporting/XlsIO/ASP.NET/default.htm?turl=Documents%2Fworkbook.htm
As David suggested, may be you could try Syncfusion XlsIO, they seem to have a seperate method to read and process readonly excel files.
http://help.syncfusion.com/ug_83/Reporting/XlsIO/ASP.NET/default.htm?turl=Documents%2Fworkbook.htm
用于 xlsx 文件的 OpenXML SDK
http://www.microsoft.com/downloads /details.aspx?FamilyId=C6E744E5-36E9-45F5-8D8C-331DF206E0D0
OpenXML SDK for xlsx files
http://www.microsoft.com/downloads/details.aspx?FamilyId=C6E744E5-36E9-45F5-8D8C-331DF206E0D0