Inspired by bug #44958 - Record level support for Data Tables. (No formula parser...
[poi.git] / src / documentation / content / xdocs / todo.xml
blob2ec7f44bde07b756b2ccae62f500e1f1a12ad051
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 -->
21 <!DOCTYPE todo PUBLIC "-//APACHE//DTD Todo V1.3//EN" "./dtd/todo-v13.dtd">
23 <todo><title>Things To Do for Poi</title>
25     <devs>
26         <person id="AO"  name="Andrew C. Oliver"   email="acoliver@apache.org"/>
27         <person id="GS"  name="Glen Stampoultzis"  email="user@poi.apache.org"/>
28         <person id="MJ"  name="Marc Johnson"       email="mjohnson at apache dot org"/>
29         <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
30                 <person id="RA" name="Ryan Ackley" email="dev@poi.apache.org"/>
31                 <person id="AS" name="Avik Sengupta" email="dev@poi.apache.org"/>
32         <person id="open" name="POI Developers"    email="dev@poi.apache.org"/>
33                 <person id="Everyone" name="POI Developers"    email="dev@poi.apache.org"/>
34     </devs>
36     <actions priority="high">
37         <action context="code" dev="RA">
38           Finish HWPF
39         </action>
40         <action context="code" dev="GS">
41           Finish Charts
42         </action>
43                 <action context="code" dev="Everyone">
44           Evaluate and bugfix performance code in HEAD
45         </action>
47     </actions>
49     <actions priority="medium">
50         <action context="code" dev="open">
51           Implement more record types.
52         </action>
53         <action context="code" dev="open">
54           Add more dummy checks (for when API user's do things they
55           &quot;can't&quot; do).  This will involve exploring the various
56           upper limits on the things Excel can handle.
57         </action>
58         <action context="code" dev="open">
59               Add support for embedded graphics and other objects.
60         </action>
61         <action context="code" dev="open">
62           Create new adapter object for handling MulBlank, MulRk, Rk
63           records.
64         </action>
65                 <action context="code" dev="AS">
66               Improve formulas (Shared Formulas, Unkown PTG's)
67         </action>
68     </actions>
70 </todo>