Author: centic
Date: Sun Sep 13 20:21:16 2015
New Revision: 1702818
URL: http://svn.apache.org/r1702818
Log:
Add Vaadin Spreadsheet as related project and list recent changes in the changelog
Modified:
poi/site/src/documentation/content/xdocs/related-projects.xml
poi/site/src/documentation/content/xdocs/status.xml
Modified: poi/site/src/documentation/content/xdocs/related-projects.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/related-projects.xml?rev=1702818&r1=1702817&r2=1702818&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/related-projects.xml (original)
+++ poi/site/src/documentation/content/xdocs/related-projects.xml Sun Sep 13 20:21:16 2015
@@ -90,6 +90,12 @@
<link href="https://npoi.codeplex.com/">NPOI</link> is a .NET version
of Apache POI available under Apache License 2.0.
</p>
</section>
+ <section><title>Vaadin Spreadsheet</title>
+ <p>
+ <link href="https://github.com/vaadin/spreadsheet">Vaadin Spreadsheet</link>
is a UI component add-on for Vaadin 7 which provides means to view and edit Excel spreadsheets
in Vaadin applications.
+ Available under the Commercial Vaadin Add-on License version 3 (CVALv3).
+ </p>
+ </section>
</section>
</body>
<footer>
Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1702818&r1=1702817&r2=1702818&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Sun Sep 13 20:21:16 2015
@@ -39,6 +39,9 @@
</devs>
<release version="3.13-beta2" date="2015-10-??">
+ <action dev="PD" type="fix" fixes-bug="58353">Return correct value in Match-Function
with match-type == -1</action>
+ <action dev="PD" type="fix" fixes-bug="58315">Avoid NPE for RichTextString
without font-details</action>
+ <action dev="PD" type="fix" fixes-bug="53275">XSSFFont: reset indexed color
flag when setting a non-indexed color</action>
<action dev="DN" type="fix" fixes-bug="58039">Make DGet and DMin function implementations
thread-safe</action>
<action dev="PD" type="fix">Fix DAYS360 handling for US/EU method</action>
<action dev="PD" type="fix" fixes-bug="58254">CellFormatResult.text should
check for nulls as per the javadoc</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org
|