Fix cell.getRichStringCellValue() for formula cells with string results
[poi.git] / src / documentation / content / xdocs / 3rdparty.xml
blobb627e26fdbbefa5e39106abc4263a39aa4b886fa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3    ====================================================================
4    Licensed to the Apache Software Foundation (ASF) under one or more
5    contributor license agreements.  See the NOTICE file distributed with
6    this work for additional information regarding copyright ownership.
7    The ASF licenses this file to You under the Apache License, Version 2.0
8    (the "License"); you may not use this file except in compliance with
9    the License.  You may obtain a copy of the License at
11        http://www.apache.org/licenses/LICENSE-2.0
13    Unless required by applicable law or agreed to in writing, software
14    distributed under the License is distributed on an "AS IS" BASIS,
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16    See the License for the specific language governing permissions and
17    limitations under the License.
18    ====================================================================
19 -->
20 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "./dtd/document-v13.dtd">
22 <document>
23  <header>
24   <title>Third Party Contributions</title>
25   <authors>
26    <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
27   </authors>
28  </header>
30  <body>
32  <section><title>How to Contribute</title>
33   <p>
34    See <link href="contrib.xml">How to contribute to Poi</link>.
35   </p>
37  </section>
39  <section><title>Contributed Components</title>
40   <p>
41    These are not necessarily deemed to be high enough quality to be included in the
42    core distribution, but they have been tested under <link href="contrib.xml">
43    several key environments</link>, they are provided under the same license
44    as Poi, and they are included in the POI distribution under the
45    <code>contrib/</code> directory.
46   </p>
48   <p>
49    <strong>None as yet!</strong> - although you can expect that some of the links
50    listed below will eventually migrate to the "contributed components" level, and
51    then maybe even into the main distribution.
52   </p>
53  </section>
55  <section><title>Patch Queue</title>
56   <p><link href="patches.html">Submissions of modifications</link>
57    to POI which are awaiting review. Anyone can
58    comment on them on the dev mailing list - code reviewers are needed!
59    <strong>Use these at your own risk</strong> - although POI has no guarantee
60    either, these patches have not been reviewed, let alone accepted.
61   </p>
62  </section>
64  <section><title>Other Extensions</title>
65   <p>The other extensions listed here are <strong>not endorsed</strong> by the POI
66    project either - they are provided as a convenience only. They may or may not work,
67    they may or may not be open source, etc.
68   </p>
70   <p>To have a link added to this table, see <link href="contrib.xml">How to contribute
71    to POI</link>.</p>
73   <table>
74    <tr>
75     <th>Name and Link</th>
76     <th>Type</th>
77     <th>Description</th>
78     <th>Status</th>
79     <th>Licensing</th>
80     <th>Contact</th>
81    </tr>
82   </table>
84  </section>
85 </body>
86 </document>