| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| ==================================================================== |
| 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. |
| ==================================================================== |
| --> |
| |
| <!DOCTYPE todo PUBLIC "-//APACHE//DTD Todo V1.3//EN" "./dtd/todo-v13.dtd"> |
| |
| <todo><title>Things To Do for Poi</title> |
| |
| <devs> |
| <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> |
| <person id="GS" name="Glen Stampoultzis" email="user@poi.apache.org"/> |
| <person id="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/> |
| <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> |
| <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"/> |
| </devs> |
| |
| <actions priority="high"> |
| <action context="code" dev="RA"> |
| Finish HWPF |
| </action> |
| <action context="code" dev="GS"> |
| Finish Charts |
| </action> |
| <action context="code" dev="Everyone"> |
| Evaluate and bugfix performance code in HEAD |
| </action> |
| |
| </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> |
| <action context="code" dev="AS"> |
| Improve formulas (Shared Formulas, Unkown PTG's) |
| </action> |
| </actions> |
| |
| </todo> |