# npoi
**Repository Path**: lb6181/npoi
## Basic Information
- **Project Name**: npoi
- **Description**: This project is the .NET version of POI Java project. With NPOI, you can read/write Office 2003/2007 files very easily.
- **Primary Language**: C#
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2021-07-02
- **Last Updated**: 2022-11-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
NPOI
===================
[](https://www.nuget.org/packages/NPOI)
[](https://ko-fi.com/tonyqus)
[](License.md)
[](https://996.icu/#/en_US)
This project is the .NET version of POI Java project. With NPOI, you can read/write Office 2003/2007 files very easily.
Get Started with NPOI
============
[Getting Started with NPOI](https://github.com/nissl-lab/npoi/wiki/Getting-Started-with-NPOI)
[How to use NPOI on Linux](https://github.com/nissl-lab/npoi/wiki/How-to-use-NPOI-on-Linux)
[ORM on NPOI](https://github.com/nissl-lab/npoi/wiki/ORM-on-NPOI)
[Stop using Dotnetcore/NPOI nuget package. It’s obsolete!](https://tonyqus.medium.com/stop-using-dotnetcore-npoi-nuget-package-its-too-obsolete-6d0aeedb3319)
[中国哪些公司在用.NET](https://github.com/dotnet-cn/jobs)
[DotnetCore.NPOI的前世今生](https://github.com/nissl-lab/npoi/wiki/DotNetCore.NPOI的前世今生)
[起底开源邪教NCC组织](https://github.com/nissl-lab/npoi/wiki/起底开源邪教NCC组织)
[NPOI Changelog](https://github.com/nissl-lab/npoi/wiki/Changelog)
Telegram User Group
================
Join us on telegram: https://t.me/npoidevs
NOTE: QQ or wechat is not recommended.
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. Supported formats: xls, xlsx, docx.
d. Designed to be interface-oriented (take a look at NPOI.SS namespace)
e. Support not only export but also import
f. Real successful cases all over the world
g. [huge amount of basic examples](https://github.com/nissl-lab/npoi-examples)
h. Works on both Windows and Linux
System Requirement
===================
.NET Standard 2.1 (.NET Core 3.x)
.NET Standard 2.0 (.NET Core 2.x)
.NET Framework 4.0 and above