Browse Source

update readme and release notes

pull/93/head
Tony Qu 9 years ago
parent
commit
8afda9eed2
  1. 27
      Read Me.txt
  2. 19
      Release Notes.txt
  3. 14
      ooxml/XWPF/Usermodel/XWPFParagraph.cs

27
Read Me.txt

@ -12,18 +12,14 @@ used to create search engines).
=========================
Neuzilla is the studio behind NPOI. While using NPOI, you are becoming one of Neuzilla's clients.
Neuzilla's homepage: http://blog.neuzilla.com
To follow us, please visit http://www.linkedin.com/company/neuzilla
Neuzilla WeChat Public Account: Neuzilla or 架构师联盟
Neuzilla's logo: /logo/neuzilla
For commercial cooperation or support service consulting, please contact support@neuzilla.com
==================
* NPOI Website *
==================
https://github.com/tonyqus/npoi/ (Latest source code available)
http://npoi.codeplex.com (No latest source code available)
http://www.npoi.info (Official Tutorial in Chinese)
http://npoi.codeplex.com (Deprecated)
http://npoi.neuzilla.com (coming soon)
======================
* System Requirement *
@ -35,14 +31,14 @@ vs2003 with .NET 1.1
medium trust environment in ASP.NET
=================
* Neuzilla on SNS *
* Neuzilla on Internet *
=================
Linkedin Homepage: http://www.linkedin.com/company/neuzilla
Linkedin User Group: http://www.linkedin.com/groups/NPOI-User-Group-6655065
新浪微博: http://t.sina.com.cn/npoi
Twitter: http://twitter.com/tonyqus
企业客户QQ群: 116053476
个人客户QQ群:20144214
Neuzilla's homepage: http://blog.neuzilla.com
Homepage on Linkedin: http://www.linkedin.com/company/neuzilla
User Group on Linkedin: http://www.linkedin.com/groups/NPOI-User-Group-6655065
企业客户QQ群: 116053476
WeChat Official AccountID: neuzilla
微信公众号ID:neuzilla
================
* Team Members *
@ -140,7 +136,8 @@ Main contribution: XSSF bug fixing and feature implement
NPOI 2.2
--------------------------------------------------------------------------------
Antony - main contributor
Antony
Tony Qu
==================
* How to join us *

19
Release Notes.txt

@ -1,4 +1,21 @@
2.2 (?, 2015)
2.2.1 (May,2016)
Bug Fixes
- Fix a lot of serialization issue of ooxml issue
- Fix phonetic guides tag reading/writing issue
- Fix XWPFRun SetText exception issue
- Fix xml security issue
- Optimize memory for AutoResizeColumn
- Fix sqref property is missing on ProtectedRange
- Fix drawing ooxml issue and cell value bug
- Fix numFmtId property issue on NumFmt node
- Fix ooxml issues for RadarChart and CellStyle
- Fix xfrm namespace issue in ooxml
- Fix ScatterChart issue in ooxml
- Fix ooxml bugs in Vml entities
- fix bug when call ISheet.RemoveRow, it removes a wrong row
- Don't close zip stream when zipoutputstream finish writing
2.2.0 (Aug, 2015)
New Feature
1. Implement FIXED, PROPER, DMIN and DGET functions
2. XSSF support for evaluating formula references to other Workbooks

14
ooxml/XWPF/Usermodel/XWPFParagraph.cs

@ -932,15 +932,11 @@ namespace NPOI.XWPF.UserModel
}
}
/**
* Specifies how the spacing between lines is calculated as stored in the
* line attribute. If this attribute is omitted, then it shall be assumed to
* be of a value auto if a line attribute value is present.
*
* @return rule
* @see LineSpacingRule
* @see #setSpacingLineRule(LineSpacingRule)
*/
/// <summary>
///Specifies how the spacing between lines is calculated as stored in the
/// line attribute. If this attribute is omitted, then it shall be assumed to
/// be of a value auto if a line attribute value is present.
/// </summary>
public LineSpacingRule SpacingLineRule
{
get

Loading…
Cancel
Save