首页下载资源操作系统NPOI2.5.6版本

ZIPNPOI2.5.6版本

DRAGON_SIR_10.62MB需要积分:1

资源文件列表:

npoi.2.5.6.zip 大约有52个文件
  1. npoi.2.5.6/.signature.p7s 9.24KB
  2. npoi.2.5.6/[Content_Types].xml 848B
  3. npoi.2.5.6/_rels/
  4. npoi.2.5.6/_rels/.rels 498B
  5. npoi.2.5.6/lib/
  6. npoi.2.5.6/lib/net45/
  7. npoi.2.5.6/lib/net45/NPOI.dll 1.7MB
  8. npoi.2.5.6/lib/net45/NPOI.OOXML.dll 616KB
  9. npoi.2.5.6/lib/net45/NPOI.OOXML.pdb 1.74MB
  10. npoi.2.5.6/lib/net45/NPOI.OOXML.XML 623.32KB
  11. npoi.2.5.6/lib/net45/NPOI.OpenXml4Net.dll 94.5KB
  12. npoi.2.5.6/lib/net45/NPOI.OpenXml4Net.pdb 243.5KB
  13. npoi.2.5.6/lib/net45/NPOI.OpenXml4Net.XML 162.04KB
  14. npoi.2.5.6/lib/net45/NPOI.OpenXmlFormats.dll 2.02MB
  15. npoi.2.5.6/lib/net45/NPOI.OpenXmlFormats.pdb 5.73MB
  16. npoi.2.5.6/lib/net45/NPOI.pdb 5.58MB
  17. npoi.2.5.6/lib/net45/NPOI.XML 2.28MB
  18. npoi.2.5.6/lib/netstandard2.0/
  19. npoi.2.5.6/lib/netstandard2.0/NPOI.dll 1.73MB
  20. npoi.2.5.6/lib/netstandard2.0/NPOI.OOXML.dll 619KB
  21. npoi.2.5.6/lib/netstandard2.0/NPOI.OOXML.pdb 282.32KB
  22. npoi.2.5.6/lib/netstandard2.0/NPOI.OOXML.xml 623.32KB
  23. npoi.2.5.6/lib/netstandard2.0/NPOI.OpenXml4Net.dll 98KB
  24. npoi.2.5.6/lib/netstandard2.0/NPOI.OpenXml4Net.pdb 45.64KB
  25. npoi.2.5.6/lib/netstandard2.0/NPOI.OpenXmlFormats.dll 2.03MB
  26. npoi.2.5.6/lib/netstandard2.0/NPOI.OpenXmlFormats.pdb 793.07KB
  27. npoi.2.5.6/lib/netstandard2.0/NPOI.pdb 841.38KB
  28. npoi.2.5.6/lib/netstandard2.0/NPOI.xml 2.3MB
  29. npoi.2.5.6/lib/netstandard2.1/
  30. npoi.2.5.6/lib/netstandard2.1/NPOI.dll 1.73MB
  31. npoi.2.5.6/lib/netstandard2.1/NPOI.OOXML.dll 619KB
  32. npoi.2.5.6/lib/netstandard2.1/NPOI.OOXML.pdb 282.79KB
  33. npoi.2.5.6/lib/netstandard2.1/NPOI.OOXML.xml 623.32KB
  34. npoi.2.5.6/lib/netstandard2.1/NPOI.OpenXml4Net.dll 98KB
  35. npoi.2.5.6/lib/netstandard2.1/NPOI.OpenXml4Net.pdb 46.11KB
  36. npoi.2.5.6/lib/netstandard2.1/NPOI.OpenXmlFormats.dll 2.03MB
  37. npoi.2.5.6/lib/netstandard2.1/NPOI.OpenXmlFormats.pdb 793.54KB
  38. npoi.2.5.6/lib/netstandard2.1/NPOI.pdb 841.85KB
  39. npoi.2.5.6/lib/netstandard2.1/NPOI.xml 2.3MB
  40. npoi.2.5.6/LICENSE 9.62KB
  41. npoi.2.5.6/logo/
  42. npoi.2.5.6/logo/120_120.jpg 7.95KB
  43. npoi.2.5.6/logo/240_240.png 15.04KB
  44. npoi.2.5.6/logo/32_32.jpg 1.79KB
  45. npoi.2.5.6/logo/60_60.jpg 4.09KB
  46. npoi.2.5.6/NPOI.nuspec 1.98KB
  47. npoi.2.5.6/package/
  48. npoi.2.5.6/package/services/
  49. npoi.2.5.6/package/services/metadata/
  50. npoi.2.5.6/package/services/metadata/core-properties/
  51. npoi.2.5.6/package/services/metadata/core-properties/4b7f1986bfdc45798fde4e7b50e1f82e.psmdcp 698B
  52. 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 above medium trust environment in ASP.NET ================= * Nissl in social network * ================= Linkedin: https://www.linkedin.com/company/nissl Github: https://github.com/nissl-lab ================ * Team Members * ================ Tony Qu - coodinator, developer ------------------------------- From: Shanghai, China Participated since Sep, 2008 Time Zone: GMT+8 -------------------------------------------------------------------------------- NPOI 1.2.1 -------------------------------------------------------------------------------- Huseyin Turfekcilerli - developer -------------------- From: Istanbul, Turkey Participated since Nov, 2008 Time Zone: GMT+2 Main Contribution: POIFS Browser 1.0 aTao Xiang - Technical writer ----------- From: China Participated since Aug, 2009 Time Zone: GMT+8 Main Contribution: NPOI 1.2 Chinese Tutorial -------------------------------------------------------------------------------- NPOI 1.2.3 - NPOI 1.2.5 -------------------------------------------------------------------------------- Antony - developer ------------------------------ From: Guangzhou, China Time Zone: GMT+8 Main Contribution: main code,bug fixing ,Excel2Html, Word2Html Christian Leutloff - developer ------------------------------ From: Germany Time Zone: GMT+1 Main Contribution: fix FXCop warnings, OOXML Jeff Stedfast - developer ------------------------------ From: Cambridge, MA, USA Time Zone: GMT Main contribution: Mono version of NPOI, naming conversion Leon Wang - developer ----------------------------- From: Xi'an, China Time Zone: GMT+8 Main contribution: NPOIFS/POIFS NPOI 2.0 -------------------------------------------------------------------------------- Tony Qu - chief developer ------------------------------- From: Shanghai, China Time Zone: GMT+8 Main Contribution: OpenXml4Net, OpenXmlFormats, NPOI.XSSF, NPOI.XWPF implementation Antony - developer ------------------------------ From: Guangzhou, China Time Zone: GMT+8 Main Contribution: XWPF implementation, OpenXmlFormats Christian Leutloff - developer ------------------------------ From: Germany Time Zone: GMT+1 Main Contribution: OpenXmlFormats, Excel 2007 comment read Jeff Stedfast - developer ------------------------------ From: Cambridge, MA, USA Time Zone: GMT Main contribution: Mono version of NPOI, enumeration changes and compilation optimization Paul Kratt - developer ------------------------------ From: Greater Milwaukee Area, Wisconsin, USA Time Zone: GMT Main contribution: CopyTo, CopySheet functions in HSSFSheet NPOI 2.1 -------------------------------------------------------------------------------- Tony Qu - main contributor Antony - fix some poi bugs Phil Rykoff - developer ------------------------------ Main contribution: XSSF bug fixing and feature implement NPOI 2.2 ~ 2.5.2 -------------------------------------------------------------------------------- Antony Tony Qu
100+评论
captcha