read write excel file on server

自古美人都是妖i 提交于 2020-01-23 10:04:12

问题


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


回答1:


Try Aspose Cells.

Best Library I know.




回答2:


OpenXml and Syncfusion XlsIO

HTH




回答3:


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.




回答4:


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




回答5:


OpenXML SDK for xlsx files http://www.microsoft.com/downloads/details.aspx?FamilyId=C6E744E5-36E9-45F5-8D8C-331DF206E0D0



来源:https://stackoverflow.com/questions/3781824/read-write-excel-file-on-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!