npoi.2.5.6.zip
大小:10.62MB
价格:34积分
下载量:0
评分:
5.0
上传者:DRAGON_SIR_
更新日期:2025-09-22

NPOI2.5.6版本

资源文件列表(大概)

文件名
大小
npoi.2.5.6/.signature.p7s
9.24KB
npoi.2.5.6/[Content_Types].xml
848B
npoi.2.5.6/_rels/
-
npoi.2.5.6/_rels/.rels
498B
npoi.2.5.6/lib/
-
npoi.2.5.6/lib/net45/
-
npoi.2.5.6/lib/net45/NPOI.dll
1.7MB
npoi.2.5.6/lib/net45/NPOI.OOXML.dll
616KB
npoi.2.5.6/lib/net45/NPOI.OOXML.pdb
1.74MB
npoi.2.5.6/lib/net45/NPOI.OOXML.XML
623.32KB
npoi.2.5.6/lib/net45/NPOI.OpenXml4Net.dll
94.5KB
npoi.2.5.6/lib/net45/NPOI.OpenXml4Net.pdb
243.5KB
npoi.2.5.6/lib/net45/NPOI.OpenXml4Net.XML
162.04KB
npoi.2.5.6/lib/net45/NPOI.OpenXmlFormats.dll
2.02MB
npoi.2.5.6/lib/net45/NPOI.OpenXmlFormats.pdb
5.73MB
npoi.2.5.6/lib/net45/NPOI.pdb
5.58MB
npoi.2.5.6/lib/net45/NPOI.XML
2.28MB
npoi.2.5.6/lib/netstandard2.0/
-
npoi.2.5.6/lib/netstandard2.0/NPOI.dll
1.73MB
npoi.2.5.6/lib/netstandard2.0/NPOI.OOXML.dll
619KB
npoi.2.5.6/lib/netstandard2.0/NPOI.OOXML.pdb
282.32KB
npoi.2.5.6/lib/netstandard2.0/NPOI.OOXML.xml
623.32KB
npoi.2.5.6/lib/netstandard2.0/NPOI.OpenXml4Net.dll
98KB
npoi.2.5.6/lib/netstandard2.0/NPOI.OpenXml4Net.pdb
45.64KB
npoi.2.5.6/lib/netstandard2.0/NPOI.OpenXmlFormats.dll
2.03MB
npoi.2.5.6/lib/netstandard2.0/NPOI.OpenXmlFormats.pdb
793.07KB
npoi.2.5.6/lib/netstandard2.0/NPOI.pdb
841.38KB
npoi.2.5.6/lib/netstandard2.0/NPOI.xml
2.3MB
npoi.2.5.6/lib/netstandard2.1/
-
npoi.2.5.6/lib/netstandard2.1/NPOI.dll
1.73MB
npoi.2.5.6/lib/netstandard2.1/NPOI.OOXML.dll
619KB
npoi.2.5.6/lib/netstandard2.1/NPOI.OOXML.pdb
282.79KB
npoi.2.5.6/lib/netstandard2.1/NPOI.OOXML.xml
623.32KB
npoi.2.5.6/lib/netstandard2.1/NPOI.OpenXml4Net.dll
98KB
npoi.2.5.6/lib/netstandard2.1/NPOI.OpenXml4Net.pdb
46.11KB
npoi.2.5.6/lib/netstandard2.1/NPOI.OpenXmlFormats.dll
2.03MB
npoi.2.5.6/lib/netstandard2.1/NPOI.OpenXmlFormats.pdb
793.54KB
npoi.2.5.6/lib/netstandard2.1/NPOI.pdb
841.85KB
npoi.2.5.6/lib/netstandard2.1/NPOI.xml
2.3MB
npoi.2.5.6/LICENSE
9.62KB
npoi.2.5.6/logo/
-
npoi.2.5.6/logo/120_120.jpg
7.95KB
npoi.2.5.6/logo/240_240.png
15.04KB
npoi.2.5.6/logo/32_32.jpg
1.79KB
npoi.2.5.6/logo/60_60.jpg
4.09KB
npoi.2.5.6/NPOI.nuspec
1.98KB
npoi.2.5.6/package/
-
npoi.2.5.6/package/services/
-
npoi.2.5.6/package/services/metadata/
-
npoi.2.5.6/package/services/metadata/core-properties/
-
npoi.2.5.6/package/services/metadata/core-properties/4b7f1986bfdc45798fde4e7b50e1f82e.psmdcp
698B
npoi.2.5.6/Read Me.txt
4.34KB

资源内容介绍

NPOI是指构建在POI 3.x版本之上的一个程序,NPOI可以在没有安装Office的情况下对Word或Excel文档进行读写操作。NPOI是一个开源的C#读写Excel、WORD等微软OLE2组件文档的项目。NPOI之所以强大,并不是因为它支持导出Excel,而是因为它支持导入Excel,并能“理解”OLE2文档结构,这也是其他一些Excel读写库比较弱的方面。通常,读入并理解结构远比导出来得复杂,因为导入你必须假设一切情况都是可能的,而生成你只要保证满足你自己需求就可以了,如果把导入需求和生成需求比做两个集合,那么生成需求通常都是导入需求的子集,这一规律不仅体现在Excel读写库中,也体现在pdf读写库中,目前市面上大部分的pdf库仅支持生成,不支持导入。
================* Introduction *================This project is the .NET port of POI project. With NPOI, you can read/write Excel and Word files easily. It has a wide application. For example, you can use it a 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).=========================* Nissl Introduction *=========================NPOI was used to be maintained by Neuzilla ( Tony's first startup company). After Neuzilla is closed in 2018, Nissl Lab maintains NPOI. Nissl Lab is a NGO org created by Nissl LLC. The trademake NPOI is hold by Nissl in order to avoid abuse. ==================* NPOI Source Code *==================https://github.com/nissl-lab/npoi/ ==================* LICENSE COMPLIANCE *==================You are NOT allowed to remove NPOI logo or Nissl/Neuzilla brand (even text). This is a must of Apache license. This shows basic respects to the previous contributors of NPOI. You must state that you are using NPOI no matter you are creating a commercial product or an open source project. ======================* System Requirement *======================VS2015 and abovemedium trust environment in ASP.NET=================* Nissl in social network *=================Linkedin: https://www.linkedin.com/company/nisslGithub: https://github.com/nissl-lab================* Team Members *================Tony Qu - coodinator, developer-------------------------------From: Shanghai, ChinaParticipated since Sep, 2008Time Zone: GMT+8--------------------------------------------------------------------------------NPOI 1.2.1--------------------------------------------------------------------------------Huseyin Turfekcilerli - developer--------------------From: Istanbul, TurkeyParticipated since Nov, 2008Time Zone: GMT+2Main Contribution: POIFS Browser 1.0aTao Xiang - Technical writer-----------From: ChinaParticipated since Aug, 2009Time Zone: GMT+8Main Contribution: NPOI 1.2 Chinese Tutorial--------------------------------------------------------------------------------NPOI 1.2.3 - NPOI 1.2.5--------------------------------------------------------------------------------Antony - developer------------------------------From: Guangzhou, ChinaTime Zone: GMT+8Main Contribution: main code,bug fixing ,Excel2Html, Word2HtmlChristian Leutloff - developer------------------------------From: GermanyTime Zone: GMT+1Main Contribution: fix FXCop warnings, OOXMLJeff Stedfast - developer------------------------------From: Cambridge, MA, USATime Zone: GMTMain contribution: Mono version of NPOI, naming conversionLeon Wang - developer-----------------------------From: Xi'an, ChinaTime Zone: GMT+8Main contribution: NPOIFS/POIFSNPOI 2.0--------------------------------------------------------------------------------Tony Qu - chief developer-------------------------------From: Shanghai, ChinaTime Zone: GMT+8Main Contribution: OpenXml4Net, OpenXmlFormats, NPOI.XSSF, NPOI.XWPF implementationAntony - developer------------------------------From: Guangzhou, ChinaTime Zone: GMT+8Main Contribution: XWPF implementation, OpenXmlFormatsChristian Leutloff - developer------------------------------From: GermanyTime Zone: GMT+1Main Contribution: OpenXmlFormats, Excel 2007 comment readJeff Stedfast - developer------------------------------From: Cambridge, MA, USATime Zone: GMTMain contribution: Mono version of NPOI, enumeration changes and compilation optimizationPaul Kratt - developer------------------------------From: Greater Milwaukee Area, Wisconsin, USATime Zone: GMTMain contribution: CopyTo, CopySheet functions in HSSFSheetNPOI 2.1--------------------------------------------------------------------------------Tony Qu - main contributorAntony - fix some poi bugsPhil Rykoff - developer------------------------------Main contribution: XSSF bug fixing and feature implementNPOI 2.2 ~ 2.5.2--------------------------------------------------------------------------------AntonyTony Qu

用户评论 (0)

发表评论

captcha