# npoi **Repository Path**: balabiu/npoi ## Basic Information - **Project Name**: npoi - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-25 - **Last Updated**: 2021-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NPOI =================== [![NuGet Version](https://img.shields.io/nuget/v/NPOI.svg?style=flat)](https://www.nuget.org/packages/NPOI/) [![NuGet](https://img.shields.io/nuget/dt/NPOI.svg)](https://www.nuget.org/packages/NPOI) [![Badge](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu/#/en_US) [![Analytics](https://ga-beacon.appspot.com/UA-39118634-1/readme)](https://github.com/tonyqus/npoi)
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) [Stop using Dotnetcore/NPOI nuget package. It’s obsolete!](https://tonyqus.medium.com/stop-using-dotnetcore-npoi-nuget-package-its-too-obsolete-6d0aeedb3319) Contributors ============ Big thanks to all [NPOI contributors](https://github.com/nissl-lab/npoi/wiki/NPOI-Contributors)!!! Donation ========= If this project help you reduce time to develop, you can give me a cup of beer 🍺 [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/tonyqus/10) 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 amout of basic examples](https://github.com/nissl-lab/npoi-examples) h. Works on both Windows and Linux System Requirement =================== .NET Standard 2.0 (.NET Core) .NET Framework 4.0 and above