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.
标签:
apache-poi