问题
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