Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Read Me.txt 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. ================
  2. * Introduction *
  3. ================
  4. 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.
  5. For example, you can use it a to generate a Excel report without Microsoft Office suite installed on your
  6. server and more efficient than call Microsoft Excel ActiveX at background; you can also use it to extract
  7. text from Office documents to help you implement full-text indexing feature (most of time this feature is
  8. used to create search engines).
  9. =========================
  10. * Nissl Introduction *
  11. =========================
  12. NPOI was used to be maintained by Neuzilla ( Tony's first startup company). After Neuzilla is closed in 2018, Nissl Lab maintains NPOI.
  13. Nissl Lab is a NGO org created by Nissl LLC. The trademake NPOI is hold by Nissl in order to avoid abuse.
  14. ==================
  15. * NPOI Source Code *
  16. ==================
  17. https://github.com/nissl-lab/npoi/
  18. ==================
  19. * LICENSE COMPLIANCE *
  20. ==================
  21. 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.
  22. You must state that you are using NPOI no matter you are creating a commercial product or an open source project.
  23. ======================
  24. * System Requirement *
  25. ======================
  26. VS2015 and above
  27. medium trust environment in ASP.NET
  28. =================
  29. * Nissl in social network *
  30. =================
  31. Linkedin: https://www.linkedin.com/company/nissl
  32. Github: https://github.com/nissl-lab
  33. ================
  34. * Team Members *
  35. ================
  36. Tony Qu - coodinator, developer
  37. -------------------------------
  38. From: Shanghai, China
  39. Participated since Sep, 2008
  40. Time Zone: GMT+8
  41. --------------------------------------------------------------------------------
  42. NPOI 1.2.1
  43. --------------------------------------------------------------------------------
  44. Huseyin Turfekcilerli - developer
  45. --------------------
  46. From: Istanbul, Turkey
  47. Participated since Nov, 2008
  48. Time Zone: GMT+2
  49. Main Contribution: POIFS Browser 1.0
  50. aTao Xiang - Technical writer
  51. -----------
  52. From: China
  53. Participated since Aug, 2009
  54. Time Zone: GMT+8
  55. Main Contribution: NPOI 1.2 Chinese Tutorial
  56. --------------------------------------------------------------------------------
  57. NPOI 1.2.3 - NPOI 1.2.5
  58. --------------------------------------------------------------------------------
  59. Antony - developer
  60. ------------------------------
  61. From: Guangzhou, China
  62. Time Zone: GMT+8
  63. Main Contribution: main code,bug fixing ,Excel2Html, Word2Html
  64. Christian Leutloff - developer
  65. ------------------------------
  66. From: Germany
  67. Time Zone: GMT+1
  68. Main Contribution: fix FXCop warnings, OOXML
  69. Jeff Stedfast - developer
  70. ------------------------------
  71. From: Cambridge, MA, USA
  72. Time Zone: GMT
  73. Main contribution: Mono version of NPOI, naming conversion
  74. Leon Wang - developer
  75. -----------------------------
  76. From: Xi'an, China
  77. Time Zone: GMT+8
  78. Main contribution: NPOIFS/POIFS
  79. NPOI 2.0
  80. --------------------------------------------------------------------------------
  81. Tony Qu - chief developer
  82. -------------------------------
  83. From: Shanghai, China
  84. Time Zone: GMT+8
  85. Main Contribution: OpenXml4Net, OpenXmlFormats, NPOI.XSSF, NPOI.XWPF implementation
  86. Antony - developer
  87. ------------------------------
  88. From: Guangzhou, China
  89. Time Zone: GMT+8
  90. Main Contribution: XWPF implementation, OpenXmlFormats
  91. Christian Leutloff - developer
  92. ------------------------------
  93. From: Germany
  94. Time Zone: GMT+1
  95. Main Contribution: OpenXmlFormats, Excel 2007 comment read
  96. Jeff Stedfast - developer
  97. ------------------------------
  98. From: Cambridge, MA, USA
  99. Time Zone: GMT
  100. Main contribution: Mono version of NPOI, enumeration changes and compilation optimization
  101. Paul Kratt - developer
  102. ------------------------------
  103. From: Greater Milwaukee Area, Wisconsin, USA
  104. Time Zone: GMT
  105. Main contribution: CopyTo, CopySheet functions in HSSFSheet
  106. NPOI 2.1
  107. --------------------------------------------------------------------------------
  108. Tony Qu - main contributor
  109. Antony - fix some poi bugs
  110. Phil Rykoff - developer
  111. ------------------------------
  112. Main contribution: XSSF bug fixing and feature implement
  113. NPOI 2.2 ~ 2.5.2
  114. --------------------------------------------------------------------------------
  115. Antony
  116. Tony Qu