npoi 操作excell 可以下载的链接

源代码下载

https://github.com/nissl-lab/npoi

教程下载

https://github.com/nissl-lab/npoi/wiki/Getting-Started-with-NPOI

Examples

We have huge examples for you to learn how to use NPOI.

Please check https://github.com/tonyqus/npoi/tree/master/examples.

Folder NameExample Description
HSSF Examples about Excel 97-2003 formats (*.xls)
XSSF Examples about Excel 2007+ formats (*.xlsx)
XWPF Examples about Word 2007+ formats (*.docx)
POIFS Examples about OLE2 Document/ActiveX document
OOXML Examples about OpenXML file

 

3rd-party Tutorials/Blogs

Read and Write Excel file in .NET Core using NPOI

Different Ways to Access Excel 2003 Workbooks using C#

Create a Table in DOCX - C#

Export to Excel using NPOI - C# and WEB API

Build beautiful XLS documents in .NET with NPOI

How to read Excel 2007 documents using NPOI

How To Create Excel Spreadsheets Using NPOI

NPOI 2.0 - Converting Excel XLS documents to HTML format

How to Add Image to Excel Files using NPOI

NPOI with Excel Table and dynamic Chart

.NET Core使用NPOI将Excel中的数据批量导入到MySQL

分享我基于NPOI+ExcelReport实现的导入与导出EXCEL类库:ExcelUtility

How to use NPOI (in Japanese)

NPOI Usage Collection (in Japanese)

 

3rd-party Extensions based on NPOI

https://github.com/donnytian/Npoi.Mapper

https://github.com/masonchu/NPOI.ExcelExtend

https://github.com/nabehiro/TableIO

https://github.com/xyting/NPOI.Extension

https://github.com/WeihanLi/WeihanLi.Npoi

https://github.com/hanzhaoxin/ExcelReport

https://github.com/liyongjing/yjinglee.office

原文地址:https://www.cnblogs.com/qqhfeng/p/13941414.html