From 6a8132b6e28006fe8d5a8388c022bc86d71f091d Mon Sep 17 00:00:00 2001 From: Tony Qu Date: Wed, 4 Jun 2014 15:13:02 +0800 Subject: [PATCH] update 2.1 documents --- LICENSE | 16 +--------------- Read Me.txt | 14 ++++++++++---- Release Notes.txt | 30 +++++++++++++++++++++++++++++- 3 files changed, 40 insertions(+), 20 deletions(-) diff --git a/LICENSE b/LICENSE index 0ce7dce66..34ea7e6ec 100644 --- a/LICENSE +++ b/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 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 -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. \ No newline at end of file +third-party archives. \ No newline at end of file diff --git a/Read Me.txt b/Read Me.txt index 6a769e905..3c6e0266f 100644 --- a/Read Me.txt +++ b/Read Me.txt @@ -12,7 +12,7 @@ used to create search engines). * NPOI Website * ================== 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) ====================== @@ -20,16 +20,16 @@ http://tonyqus.sinaapp.com (Official Tutorial in Chinese) ====================== VS2010 with .NET 2.0 or .NET 4.0 VS2005 or VS2008 with .NET 2.0 Runtime (SP1) -vs2003 with .NET 1.1 medium trust environment in ASP.NET ================= * NPOI on SNS * ================= -QQȺ: 189925337 Twitter: http://twitter.com/tonyqus -΢: http://t.sina.com.cn/npoi User Group[Linkedin]: http://www.linkedin.com/groups/NPOI-User-Group-6655065 +΢: http://t.sina.com.cn/npoi +ҵͻQQȺ: 116053476 +˿ͻQQȺ20144214 ================ * Team Members * @@ -116,6 +116,12 @@ 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 + + ================== * How to join us * ================== diff --git a/Release Notes.txt b/Release Notes.txt index dced08001..9cf84a272 100644 --- a/Release Notes.txt +++ b/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) b. implement XSSFCell.IsMergedCell c. IWorkbook implements IList