What is the C# equivalent of Apache POI api?

元气小坏坏 提交于 2019-12-07 02:48:31

问题


I have a need to replicate a framework I built ij Java using the Apache POI api to read data from MS Excel. I have no idea what to use that is an equivalent of apache POI library. Any ideas please anyone?


回答1:


It depends on what you want to do.

One option is NPOI, which is a .Net port of Apache POI to .Net

Another option is to use IKVM, and then Apache POI itself directly from within .Net.




回答2:


You could use Open XML SDK for manipulating MS Office document formats since Office 2007.



来源:https://stackoverflow.com/questions/12300915/what-is-the-c-sharp-equivalent-of-apache-poi-api

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