You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

status.xml 8.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <?xml version="1.0"?>
  2. <status>
  3. <devs>
  4. <!-- in strict alphabetical order -->
  5. <person id="AO" name="Andrew C. Oliver" email="acoliver2@users.sourceforge.net"/>
  6. <person id="GS" name="Glen Stampoultzis" email="gstamp@iprimus.com.au"/>
  7. <person id="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/>
  8. <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/>
  9. <person id="open" name="Poi Developers" email="poi-dev@jakarta.apache.org"/>
  10. </devs>
  11. <todo>
  12. <title>Things To Do for POI</title>
  13. <actions priority="high">
  14. <action context="code" dev="NKB">
  15. Finish HDF
  16. </action>
  17. <action context="code" dev="GS">
  18. Finish Charts
  19. </action>
  20. <action context="code" dev="open">
  21. Finish Formulas.
  22. </action>
  23. </actions>
  24. <actions priority="medium">
  25. <action context="code" dev="open">
  26. Expose functionality in low level records in higher level API
  27. </action>
  28. <action context="code" dev="open">
  29. Implement more record types.
  30. </action>
  31. <action context="code" dev="open">
  32. Add more dummy checks (for when API user's do things they
  33. &quot;can't&quot; do). This will involve exploring the various
  34. upper limits on the things Excel can handle.
  35. </action>
  36. <action context="code" dev="open">
  37. Add support for embedded graphics and other objects.
  38. </action>
  39. <action context="code" dev="open">
  40. Create new adapter object for handling MulBlank, MulRk, Rk
  41. records.
  42. </action>
  43. <action context="code" dev="open">
  44. Add a way to copy sheets.
  45. </action>
  46. </actions>
  47. </todo>
  48. <changes>
  49. <title>History of Changes</title>
  50. <release version="1.10-dev" date="19 Feb 2003">
  51. <action dev="POI-DEVELOPERS" type="add">Support for zoom level</action>
  52. <action dev="POI-DEVELOPERS" type="add">Freeze and split pane support</action>
  53. <action dev="POI-DEVELOPERS" type="add">Row and column headers on printouts</action>
  54. </release>
  55. <release version="1.8-dev" date="20 Sep 2002">
  56. <action dev="POI-DEVELOPERS" type="add">Custom Data Format Support</action>
  57. <action dev="POI-DEVELOPERS" type="add">Enhanced Unicode Support for Russian and Japanese</action>
  58. <action dev="POI-DEVELOPERS" type="add">Enhanced formula support including read-only for
  59. "optimized if" statements.</action>
  60. <action dev="POI-DEVELOPERS" type="add">Support for cloning objects</action>
  61. <action dev="POI-DEVELOPERS" type="add">Fixes for header/footer</action>
  62. <action dev="POI-DEVELOPERS" type="add">Spanish Documentation translations</action>
  63. <action dev="POI-DEVELOPERS" type="add">Support for preserving VBA macros</action>
  64. </release>
  65. <release version="1.7-dev" date="???">
  66. <action dev="NKB" type="update">Removed runtime dependency on commons logging.</action>
  67. <action dev="POI-DEVELOPERS" type="update">Formula support</action>
  68. </release>
  69. <release version="1.5.1" date="16 June 2002">
  70. <action dev="GJS" type="update">Removed depedency on commons logging. Now define poi.logging system property to enable logging to standard out.</action>
  71. <action dev="GJS" type="fix">Fixed SST string handling so that spreadsheets with rich text or extended text will be read correctly.</action>
  72. </release>
  73. <release version="1.5" date="06 May 2002">
  74. <action dev="NKB" type="update">New project build.</action>
  75. <action dev="NKB" type="update">New project documentation system based on Cocoon.</action>
  76. <action dev="POI-DEVELOPERS" type="update">Package rename</action>
  77. <action dev="POI-DEVELOPERS" type="fix">Various bug fixes</action>
  78. <action dev="POI-DEVELOPERS" type="add">Early stages of HSF development (not ready for development)</action>
  79. <action dev="POI-DEVELOPERS" type="add">Initial low level record support for charting (not complete)</action>
  80. </release>
  81. <release version="1.1.0" date="Release date not recorded">
  82. <action dev="POI-DEVELOPERS">Created new event model</action>
  83. <action dev="POI-DEVELOPERS">Optimizations made to HSSF including aggregate records for
  84. values, rows, etc.</action>
  85. <action dev="POI-DEVELOPERS">predictive sizing, offset based writing (instead of lots of
  86. array copies)</action>
  87. <action dev="POI-DEVELOPERS">minor re-factoring and bug fixes.</action>
  88. </release>
  89. <release version="1.0.0" date="Release date not recorded">
  90. <action dev="POI-DEVELOPERS">Minor documentation updates.</action>
  91. </release>
  92. <release version="0.14.0" date="Release date not recorded">
  93. <action dev="POI-DEVELOPERS">Added DataFormat helper class and exposed set and get format
  94. on HSSFCellStyle</action>
  95. <action dev="POI-DEVELOPERS">Fixed column width apis (unit wise) and various javadoc on
  96. the subject</action>
  97. <action dev="POI-DEVELOPERS">Fix for Dimensions record (again)... (one of these days I'll
  98. write a unit test for this ;-p).</action>
  99. <action dev="POI-DEVELOPERS">Some optimization on sheet creation.</action>
  100. </release>
  101. <release version="0.13.0" date="Release date not recorded">
  102. <action dev="POI-DEVELOPERS">Changes not recorded.</action>
  103. </release>
  104. <release version="0.12.0" date="Release date not recorded">
  105. <action dev="POI-DEVELOPERS">Added MulBlank, Blank, ColInfo</action>
  106. <action dev="POI-DEVELOPERS">Added log4j facility and removed all sys.out type logging</action>
  107. <action dev="POI-DEVELOPERS">Added support for adding font's, styles and corresponding
  108. high level api for styling cells</action>
  109. <action dev="POI-DEVELOPERS">added support for changing row height, cell width and default
  110. row height/cell width.</action>
  111. <action dev="POI-DEVELOPERS">Added fixes for internationalization (UTF-16 should work now
  112. from HSSFCell.setStringValue, etc when the encoding is set)</action>
  113. <action dev="POI-DEVELOPERS">added support for adding/removing and naming sheets.</action>
  114. </release>
  115. <release version="0.11.0" date="Release date not recorded">
  116. <action dev="POI-DEVELOPERS">Bugfix release. We were throwing an exception when reading
  117. RKRecord objects.</action>
  118. </release>
  119. <release version="0.10.0" date="Release date not recorded">
  120. <action dev="POI-DEVELOPERS">Got continuation records to work (read/write)</action>
  121. <action dev="POI-DEVELOPERS">Added various pre-support for formulas</action>
  122. <action dev="POI-DEVELOPERS">Massive API reorganization, repackaging.</action>
  123. <action dev="POI-DEVELOPERS">BiffViewer class added for validating HSSF &amp; POI and/or
  124. HSSF Output.</action>
  125. <action dev="POI-DEVELOPERS">Better API support for modification.</action>
  126. </release>
  127. <release version="0.7 (and interim releases)" date="Release date not recorded">
  128. <action dev="POI-DEVELOPERS">Added encoding flag to high and low level api to use utf-16
  129. when needed (HSSFCell.setEncoding())</action>
  130. <action dev="POI-DEVELOPERS">added read only support for Label records (which are
  131. reinterpreted as LabelSST when written)</action>
  132. <action dev="POI-DEVELOPERS">Broken continuation record implementation (oops)</action>
  133. <action dev="POI-DEVELOPERS">BiffViewer class added for validating HSSF &amp; POI and/or
  134. HSSF Output.</action>
  135. </release>
  136. <release version="0.6 (release)" date="Release date not recorded">
  137. <action dev="POI-DEVELOPERS">Support for read/write and modify.</action>
  138. <action dev="POI-DEVELOPERS">Read only support for MulRK records (converted to Number when
  139. writing)
  140. </action>
  141. </release>
  142. </changes>
  143. </status>