Read Me.txt 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  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. QQȺ: 124527967, 116053476, 78142590
  28. Twitter: http://twitter.com/tonyqus
  29. ÐÂÀË΢²©: http://t.sina.com.cn/npoi
  30. ================
  31. * Team Members *
  32. ================
  33. Tony Qu - coodinator, developer
  34. -------------------------------
  35. From: Shanghai, China
  36. Participated since Sep, 2008
  37. Time Zone: GMT+8
  38. --------------------------------------------------------------------------------
  39. NPOI 1.2.1
  40. --------------------------------------------------------------------------------
  41. H¨¹seyin T¨¹fekcilerli - developer
  42. --------------------
  43. From: Istanbul, Turkey
  44. Participated since Nov, 2008
  45. Time Zone: GMT+2
  46. Main Contribution: POIFS Browser 1.0
  47. aTao Xiang - Technical writer
  48. -----------
  49. From: China
  50. Participated since Aug, 2009
  51. Time Zone: GMT+8
  52. Main Contribution: NPOI 1.2 Chinese Tutorial
  53. --------------------------------------------------------------------------------
  54. NPOI 1.2.3 - NPOI 1.2.5
  55. --------------------------------------------------------------------------------
  56. Antony - developer
  57. ------------------------------
  58. From: Guangzhou, China
  59. Time Zone: GMT+8
  60. Main Contribution: main code,bug fixing ,Excel2Html, Word2Html
  61. Christian Leutloff - developer
  62. ------------------------------
  63. From: Germany
  64. Time Zone: GMT+1
  65. Main Contribution: fix FXCop warnings, OOXML
  66. Jeff Stedfast - developer
  67. ------------------------------
  68. From: Cambridge, MA, USA
  69. Time Zone: GMT
  70. Main contribution: Mono version of NPOI, naming conversion
  71. Leon Wang - developer
  72. -----------------------------
  73. From: Xi'an, China
  74. Time Zone: GMT+8
  75. Main contribution: NPOIFS/POIFS
  76. NPOI 2.0
  77. --------------------------------------------------------------------------------
  78. Tony Qu - developer
  79. -------------------------------
  80. From: Shanghai, China
  81. Time Zone: GMT+8
  82. Main Contribution: OpenXml4Net, OpenXmlFormats, NPOI.XSSF implementation
  83. Antony - developer
  84. ------------------------------
  85. From: Guangzhou, China
  86. Time Zone: GMT+8
  87. Main Contribution: XWPF implementation, OpenXmlFormats
  88. Christian Leutloff - developer
  89. ------------------------------
  90. From: Germany
  91. Time Zone: GMT+1
  92. Main Contribution: OpenXmlFormats, Excel 2007 comment read
  93. Jeff Stedfast - developer
  94. ------------------------------
  95. From: Cambridge, MA, USA
  96. Time Zone: GMT
  97. Main contribution: Mono version of NPOI, enumeration changes and compilation optimization
  98. Paul Kratt - developer
  99. ------------------------------
  100. From: Greater Milwaukee Area, Wisconsin, USA
  101. Time Zone: GMT
  102. Main contribution: CopyTo, CopySheet functions in HSSFSheet
  103. ==================
  104. * How to join us *
  105. ==================
  106. If you are interested in this project and want to join me, please write mail to tonyqus (at) gmail.com