PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-10-01 19:19:10 +00:00
parent 98d7bb1244
commit 4eeb4c9eeb

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE todo PUBLIC "-//APACHE//DTD Todo V1.1//EN" "./dtd/todo-v11.dtd"> <!DOCTYPE todo PUBLIC "-//APACHE//DTD Todo V1.1//EN" "./dtd/todo-v11.dtd">
<todo title="Things To Do for Poi"> <todo title="Tareas Pendientes para Poi">
<devs> <devs>
<!-- in strict alphabetical order --> <!-- in strict alphabetical order -->
@ -15,42 +15,46 @@
<actions priority="high"> <actions priority="high">
<action context="code" assigned-to="NKB"> <action context="code" assigned-to="NKB">
Finish HDF Terminar HDF
</action> </action>
<action context="code" assigned-to="NKB"> <action context="code" assigned-to="NKB">
Finish Charts Terminar Gráficas (Charts)
</action> </action>
<action context="code"> <action context="code">
Finish Formulas. Terminar Fórmulas.
</action> </action>
</actions> </actions>
<actions priority="medium"> <actions priority="medium">
<action context="code"> <action context="code">
Expose functionality in low level records in higher level API Exponer funcionalidad de registros a bajo nivel en API de más alto nivel
</action> </action>
<action context="code"> <action context="code">
Implement more record types (for other things ... not sure Implementar más tipos de registros (para otras cosas ... no estoy
what this will mean yet). seguro de lo que significará esto).
</action> </action>
<action context="code"> <action context="code">
Implement more record types (for other things ... not sure Implementar más tipos de registros (para otras cosas ... no estoy
what this will mean yet). seguro de lo que significará esto).
</action> </action>
<action context="code"> <action context="code">
Add more dummy checks (for when API user's do things they Añadir más comprobaciones evidentes (para cuando los usuarios del API
&quot;can't&quot; do) hagan cosas que &quot;no pueden&quot; hacer)
</action> </action>
<action context="code"> <action context="code">
Add support for embedded graphics and stuff like that. Añadir soporte para gráficos embebidos y cosas similares.
</action> </action>
<action context="code"> <action context="code">
Create new adapter object for handling MulBlank, MulRk, Rk Crear un nuevo objeto adaptador para manejar registros MulBlank, MulRk, Rk.
records.
</action> </action>
<action context="code"> <action context="code">
Add a way to copy sheets. Añadir alguna manera de copiar hojas.
</action> </action>
</actions> </actions>
</todo> </todo>
<!--
Copyright (c) @year@ The Apache Software Foundation All rights reserved.
$Revision$ $Date$
-->