2003-04-23 20:53:41 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2007-01-15 18:11:09 -05:00
|
|
|
<!--
|
|
|
|
====================================================================
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You 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.
|
|
|
|
====================================================================
|
|
|
|
-->
|
2003-04-23 20:53:41 -04:00
|
|
|
|
2008-03-20 18:31:15 -04:00
|
|
|
<!DOCTYPE todo PUBLIC "-//APACHE//DTD Todo V1.3//EN" "./dtd/todo-v13.dtd">
|
2003-04-23 20:53:41 -04:00
|
|
|
|
|
|
|
<todo><title>Things To Do for Poi</title>
|
|
|
|
|
|
|
|
<devs>
|
2003-07-19 21:56:24 -04:00
|
|
|
<person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/>
|
2007-05-29 12:51:41 -04:00
|
|
|
<person id="GS" name="Glen Stampoultzis" email="user@poi.apache.org"/>
|
2003-04-23 20:53:41 -04:00
|
|
|
<person id="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/>
|
|
|
|
<person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
|
2007-05-29 12:51:41 -04:00
|
|
|
<person id="RA" name="Ryan Ackley" email="dev@poi.apache.org"/>
|
|
|
|
<person id="AS" name="Avik Sengupta" email="dev@poi.apache.org"/>
|
|
|
|
<person id="open" name="POI Developers" email="dev@poi.apache.org"/>
|
|
|
|
<person id="Everyone" name="POI Developers" email="dev@poi.apache.org"/>
|
2003-04-23 20:53:41 -04:00
|
|
|
</devs>
|
|
|
|
|
|
|
|
<actions priority="high">
|
2003-11-19 14:01:23 -05:00
|
|
|
<action context="code" dev="RA">
|
2003-08-05 00:00:14 -04:00
|
|
|
Finish HWPF
|
2003-04-23 20:53:41 -04:00
|
|
|
</action>
|
|
|
|
<action context="code" dev="GS">
|
|
|
|
Finish Charts
|
|
|
|
</action>
|
2003-11-19 14:01:23 -05:00
|
|
|
<action context="code" dev="Everyone">
|
|
|
|
Evaluate and bugfix performance code in HEAD
|
2003-04-23 20:53:41 -04:00
|
|
|
</action>
|
2003-11-19 14:01:23 -05:00
|
|
|
|
2003-04-23 20:53:41 -04:00
|
|
|
</actions>
|
|
|
|
|
|
|
|
<actions priority="medium">
|
|
|
|
<action context="code" dev="open">
|
|
|
|
Implement more record types.
|
|
|
|
</action>
|
|
|
|
<action context="code" dev="open">
|
|
|
|
Add more dummy checks (for when API user's do things they
|
|
|
|
"can't" do). This will involve exploring the various
|
|
|
|
upper limits on the things Excel can handle.
|
|
|
|
</action>
|
|
|
|
<action context="code" dev="open">
|
|
|
|
Add support for embedded graphics and other objects.
|
|
|
|
</action>
|
|
|
|
<action context="code" dev="open">
|
|
|
|
Create new adapter object for handling MulBlank, MulRk, Rk
|
|
|
|
records.
|
|
|
|
</action>
|
2003-11-19 14:01:23 -05:00
|
|
|
<action context="code" dev="AS">
|
|
|
|
Improve formulas (Shared Formulas, Unkown PTG's)
|
2003-04-23 20:53:41 -04:00
|
|
|
</action>
|
|
|
|
</actions>
|
|
|
|
|
|
|
|
</todo>
|