From 249c21032b214fe9f094a98aab3f05d64b1d436d Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 15 Oct 2007 10:43:37 +0000 Subject: [PATCH] HDGF progress update git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584723 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/changes.xml | 3 ++- src/documentation/content/xdocs/hdgf/index.xml | 8 +++++--- src/documentation/content/xdocs/status.xml | 4 +++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 241665420..e4e67bee6 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -17,7 +17,6 @@ limitations under the License. ==================================================================== --> - @@ -35,7 +34,9 @@ + + Improvements to the LZW compression engine used by HDGF HSSFPicture.resize() - a handy method to reset a picture to its original width and height Add a getSheetIndex(HSSFSheet) method to HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook Move POIDocument out of Scratchpad, and update HSSFWorkbook to use it diff --git a/src/documentation/content/xdocs/hdgf/index.xml b/src/documentation/content/xdocs/hdgf/index.xml index f14bb1e76..d36f97628 100755 --- a/src/documentation/content/xdocs/hdgf/index.xml +++ b/src/documentation/content/xdocs/hdgf/index.xml @@ -68,9 +68,11 @@ following are the steps that would need to be taken to implement it.

    -
  1. Re-write the decompression support in LZW4HDGF to be - less opaque, and also under the ASL.
  2. -
  3. Add compression support to the new LZw4HDGF.
  4. +
  5. Re-write the decompression support in LZW4HDGF as + HDGFLZW, which will be much better documented, and also + under the ASL. Completed October 2007
  6. +
  7. Add compression support to HDGFLZW. + In progress
  8. Have HDGF just write back the raw bytes it read in, and have a test to ensure the file is un-changed.
  9. Have HDGF generate the bytes to write out from the diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 074b386de..92050159a 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -17,7 +17,6 @@ limitations under the License. ==================================================================== --> - @@ -31,8 +30,11 @@ + + Improvements to the LZW compression engine used by HDGF + HSSFPicture.resize() - a handy method to reset a picture to its original width and height Add a getSheetIndex(HSSFSheet) method to HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook Move POIDocument out of Scratchpad, and update HSSFWorkbook to use it 43399 - [PATCH] - Fix for Cell References for rows > 32678