Read Me.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. ================
  2. * Introduction *
  3. ================
  4. This project is the .NET port of POI project at http://poi.apache.org/. POI is an open source java project
  5. which can help you read/write xls, doc, ppt files. It has a wide application.
  6. For example, you can use it a to generate a Excel report without Microsoft Office suite installed on your
  7. server and more efficient than call Microsoft Excel ActiveX at background; you can also use it to extract
  8. text from Office documents to help you implement full-text indexing feature (most of time this feature is
  9. used to create search engines).
  10. ==================
  11. * NPOI Website *
  12. ==================
  13. https://github.com/tonyqus/npoi/ (Latest source code available)
  14. http://npoi.googlecode.com (No latest source code available)
  15. http://npoi.codeplex.com (No latest source code available)
  16. http://tonyqus.sinaapp.com (Official Tutorial in Chinese)
  17. ======================
  18. * System Requirement *
  19. ======================
  20. VS2010 with .NET 2.0 or .NET 4.0
  21. VS2005 or VS2008 with .NET 2.0 Runtime (SP1)
  22. vs2003 with .NET 1.1
  23. medium trust environment in ASP.NET
  24. =================
  25. * NPOI on SNS *
  26. =================
  27. Twitter: http://twitter.com/tonyqus
  28. User Group[Linkedin]: http://www.linkedin.com/groups/NPOI-User-Group-6655065
  29. 新浪微博: http://t.sina.com.cn/npoi
  30. 企业客户QQ群: 116053476
  31. 个人客户QQ群:20144214
  32. ================
  33. * Team Members *
  34. ================
  35. Tony Qu - coodinator, developer
  36. -------------------------------
  37. From: Shanghai, China
  38. Participated since Sep, 2008
  39. Time Zone: GMT+8
  40. --------------------------------------------------------------------------------
  41. NPOI 1.2.1
  42. --------------------------------------------------------------------------------
  43. Hüseyin Tüfekcilerli - developer
  44. --------------------
  45. From: Istanbul, Turkey
  46. Participated since Nov, 2008
  47. Time Zone: GMT+2
  48. Main Contribution: POIFS Browser 1.0
  49. aTao Xiang - Technical writer
  50. -----------
  51. From: China
  52. Participated since Aug, 2009
  53. Time Zone: GMT+8
  54. Main Contribution: NPOI 1.2 Chinese Tutorial
  55. --------------------------------------------------------------------------------
  56. NPOI 1.2.3 - NPOI 1.2.5
  57. --------------------------------------------------------------------------------
  58. Antony - developer
  59. ------------------------------
  60. From: Guangzhou, China
  61. Time Zone: GMT+8
  62. Main Contribution: main code,bug fixing ,Excel2Html, Word2Html
  63. Christian Leutloff - developer
  64. ------------------------------
  65. From: Germany
  66. Time Zone: GMT+1
  67. Main Contribution: fix FXCop warnings, OOXML
  68. Jeff Stedfast - developer
  69. ------------------------------
  70. From: Cambridge, MA, USA
  71. Time Zone: GMT
  72. Main contribution: Mono version of NPOI, naming conversion
  73. Leon Wang - developer
  74. -----------------------------
  75. From: Xi'an, China
  76. Time Zone: GMT+8
  77. Main contribution: NPOIFS/POIFS
  78. NPOI 2.0
  79. --------------------------------------------------------------------------------
  80. Tony Qu - chief developer
  81. -------------------------------
  82. From: Shanghai, China
  83. Time Zone: GMT+8
  84. Main Contribution: OpenXml4Net, OpenXmlFormats, NPOI.XSSF, NPOI.XWPF implementation
  85. Antony - developer
  86. ------------------------------
  87. From: Guangzhou, China
  88. Time Zone: GMT+8
  89. Main Contribution: XWPF implementation, OpenXmlFormats
  90. Christian Leutloff - developer
  91. ------------------------------
  92. From: Germany
  93. Time Zone: GMT+1
  94. Main Contribution: OpenXmlFormats, Excel 2007 comment read
  95. Jeff Stedfast - developer
  96. ------------------------------
  97. From: Cambridge, MA, USA
  98. Time Zone: GMT
  99. Main contribution: Mono version of NPOI, enumeration changes and compilation optimization
  100. Paul Kratt - developer
  101. ------------------------------
  102. From: Greater Milwaukee Area, Wisconsin, USA
  103. Time Zone: GMT
  104. Main contribution: CopyTo, CopySheet functions in HSSFSheet
  105. NPOI 2.1
  106. --------------------------------------------------------------------------------
  107. Tony Qu - main contributor
  108. Antony - fix some poi bugs
  109. Phil Rykoff - developer
  110. ------------------------------
  111. Main contribution: XSSF bug fixing and feature implement
  112. ==================
  113. * How to join us *
  114. ==================
  115. If you are interested in this project and want to join me, please write mail to tonyqus (at) gmail.com