Browse Source

update 2.1 documents

pull/22/head
Tony Qu 11 years ago
parent
commit
6a8132b6e2
  1. 16
      LICENSE
  2. 14
      Read Me.txt
  3. 30
      Release Notes.txt

16
LICENSE

@ -174,18 +174,4 @@ identifying information. (Don't include the brackets!) The text should be
enclosed in the appropriate comment syntax for the file format. We also enclosed in the appropriate comment syntax for the file format. We also
recommend that a file or class name and description of purpose be included on recommend that a file or class name and description of purpose be included on
the same "printed page" as the copyright notice for easier identification within the same "printed page" as the copyright notice for easier identification within
third-party archives.
Copyright 2014 找事的小狐狸
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
third-party archives.

14
Read Me.txt

@ -12,7 +12,7 @@ used to create search engines).
* NPOI Website * * NPOI Website *
================== ==================
https://github.com/tonyqus/npoi/ (Latest source code available) https://github.com/tonyqus/npoi/ (Latest source code available)
http://npoi.codeplex.com (No latest source code available)
http://npoi.codeplex.com (Official portal)
http://tonyqus.sinaapp.com (Official Tutorial in Chinese) http://tonyqus.sinaapp.com (Official Tutorial in Chinese)
====================== ======================
@ -20,16 +20,16 @@ http://tonyqus.sinaapp.com (Official Tutorial in Chinese)
====================== ======================
VS2010 with .NET 2.0 or .NET 4.0 VS2010 with .NET 2.0 or .NET 4.0
VS2005 or VS2008 with .NET 2.0 Runtime (SP1) VS2005 or VS2008 with .NET 2.0 Runtime (SP1)
vs2003 with .NET 1.1
medium trust environment in ASP.NET medium trust environment in ASP.NET
================= =================
* NPOI on SNS * * NPOI on SNS *
================= =================
QQ群: 189925337
Twitter: http://twitter.com/tonyqus Twitter: http://twitter.com/tonyqus
新浪微博: http://t.sina.com.cn/npoi
User Group[Linkedin]: http://www.linkedin.com/groups/NPOI-User-Group-6655065 User Group[Linkedin]: http://www.linkedin.com/groups/NPOI-User-Group-6655065
新浪微博: http://t.sina.com.cn/npoi
企业客户QQ群: 116053476
个人客户QQ群:20144214
================ ================
* Team Members * * Team Members *
@ -116,6 +116,12 @@ From: Greater Milwaukee Area, Wisconsin, USA
Time Zone: GMT Time Zone: GMT
Main contribution: CopyTo, CopySheet functions in HSSFSheet Main contribution: CopyTo, CopySheet functions in HSSFSheet
NPOI 2.1
--------------------------------------------------------------------------------
Tony Qu - main contributor
Antony - fix some poi bugs
================== ==================
* How to join us * * How to join us *
================== ==================

30
Release Notes.txt

@ -1,4 +1,32 @@
2.0 RC [v2.0.6] (Jan. 5, 2014)
2.1 (Jun., 2014)
New Features
a. XSSFSheet.CopySheet
b. Excel2Html for XSSF
c. insert picture in word 2007
d. Implement IfError function in formula engine
Bug Fixes
a. fix conditional formatting issue
b. fix ctFont order issue
c. fix vertical alignment issue in XSSF
d. add IndexedColors to NPOI.SS.UserModel
e. fix decimal point issue in non-English culture
f. fix SetMargin issue in XSSF
g.fix multiple images insert issue in XSSF
h.fix rich text style missing issue in XSSF
i. fix cell comment shape (big arrow) in XSSF
j. WorkbookFactory for Excel 2007 doesn't occupy file.
k. fix XSSFCell.IsMergedCell
l. fix incorrect page margin value due to different culture
m. fix HSSFSheet.CopyTo doesn't copy rich text in cells
New examples
a. XSSF.DownloadXlsx
b. XSSF.ConditionFormats
c. XSSF.LineChart
d. XWPF.InsertPicturesInWord
2.0 [v2.0.6] (Jan., 2014)
a. fix a lot of xml serialization issue for OOXML (2.0.5 will corrupt some xlsx and docx files) a. fix a lot of xml serialization issue for OOXML (2.0.5 will corrupt some xlsx and docx files)
b. implement XSSFCell.IsMergedCell b. implement XSSFCell.IsMergedCell
c. IWorkbook implements IList<ISheet> c. IWorkbook implements IList<ISheet>

Loading…
Cancel
Save