# npoi **Repository Path**: hslcodes/npoi ## Basic Information - **Project Name**: npoi - **Description**: a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop. - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NPOI (moved from https://npoi.codeplex.com) =================== [![Join the chat at https://gitter.im/tonyqus/npoi](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/tonyqus/npoi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![NuGet Version](https://img.shields.io/nuget/v/NPOI.svg?style=flat)](https://www.nuget.org/packages/NPOI/)
This project is the .NET version of POI Java project. With NPOI, you can read/write Office 2003/2007 files very easily.
Support and Service =================== Neuzilla is the studio behind NPOI.
To follow us, please visit http://www.linkedin.com/company/neuzilla
Advantage of NPOI ================= a. It's totally free to use
b. Cover most features of Excel (cell style, data format, formula and so on)
c. Professional support service (even 24*7) from NPOI team (not free)
d. Support xls, xlsx, docx.
e. Designed to be interface-oriented (take a look at NPOI.SS namespace)
f. Support not only export but also import
g. .Net 2.0 based even for xlsx and docx (though we also support .NET 4.0)
h. Real successful cases all over the world
i. huge amout of basic examples How to join ============ If you have passion to contribute code, please contact tony.qu@neuzilla.com Neuzilla on SNS ============ Linkedin Group: http://www.linkedin.com/groups/Neuzilla-User-Group-6655065
Twitter: http://twitter.com/tonyqus
QQ Group: 20144214
Email: support@neuzilla.com System Requirement =================== VS2017
VS2015
VS2010 with .NET 4.0 runtime
VS2005 or VS2008 with .NET 2.0 Runtime (SP1)