This project is the .NET version of POI Java project at http://poi.apache.org/. POI is an open source project which can help you read/write xls, doc, ppt files. It has a wide application. For example, you can use it to generate a Excel report without Microsoft Office suite installed on your server and more efficient than call Microsoft Excel ActiveX at background; you can also use it to extract text from Office documents to help you implement full-text indexing feature (most of time this feature is used to create search engines).

Someone may find that there is already a project called POI.NET by Johannes Roith, which is located at http://developer.novell.com/wiki/index.php/Poi.Net. However, this project is out of date. Some of the code are based on old version of POI, which may contain some bugs. Moreover, there is no source code available though you can use Reflector to view the source code.

NPOI 1.0 is based on POI 3.1 final release and NPOI 1.2 is based on POI 3.2 final release. Since POI versions before 3.5 doesn't support Office 2007, so versions before NPOI 2.x will not support them either.

To learn more about the future of the project, you can see NPOI Road Map.
To learn more about the release plan of the project, you can see NPOI Release Plan
To learn more about the test plan of the project, you can see NPOI Test Cases

To get more information about the members of our team, you can see NPOI Team Members

If you are interested in this project and want to join me, please reply this post: http://www.codeplex.com/npoi/Thread/View.aspx?ThreadId=36157
Last edited Nov 12 at 9:38 PM by tonyqus, version 10
Comments
No comments yet.

Updating...