From: Nick Burch Date: Sun, 13 Apr 2008 15:18:29 +0000 (+0000) Subject: Start documenting changes on the branch in the status file X-Git-Tag: REL_3_5_BETA2~99 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=146b43f563ae126dc0cb8b39c2bc20388c102117;p=poi.git Start documenting changes on the branch in the status file git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@647579 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 9b66bab539..00f8c6601f 100644 --- a/build.xml +++ b/build.xml @@ -173,7 +173,7 @@ under the License. - + + + Common text extraction factory, which returns the correct POITextExtractor for the supplied data + Text Extraction support for the new OOXML files (.xlsx, .docx and .pptx) + Initial support for processing OOXML Excel files (.xlsx), both directly through XSSF, and also through the new common UserModel + Created a common interface for handling PowerPoint files, irrespective of if they are .ppt or .pptx + Created a common interface for handling Excel files, irrespective of if they are .xls or .xlsx + Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 33bfce8cef..a729ca242b 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -33,6 +33,13 @@ + + Common text extraction factory, which returns the correct POITextExtractor for the supplied data + Text Extraction support for the new OOXML files (.xlsx, .docx and .pptx) + Initial support for processing OOXML Excel files (.xlsx), both directly through XSSF, and also through the new common UserModel + Created a common interface for handling PowerPoint files, irrespective of if they are .ppt or .pptx + Created a common interface for handling Excel files, irrespective of if they are .xls or .xlsx + Update HSLFSlideShow and HSSFWorkbook to take advantage of POIFS updates, and allow reading embeded documents Improve how POIFS works with directory entries, and update HWPFDocument to support reading an embeded word document