From 48eb8175ae1f283fb6e96f312352a7a2d597dd9d Mon Sep 17 00:00:00 2001 From: Sergey Vladimirov Date: Thu, 7 Jul 2011 08:51:10 +0000 Subject: [PATCH] update status git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1143716 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/status.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 7f0d31a09a..9b5d925fc0 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,18 @@ + Add getOverallRange() method to HWPFDocumentCore + PAPX referenced outside of TextPiecesTable are ignored now and not loaded + Fix main part range (and section) detection for files with additional parts (like footers/headers). + Fix wrong TextPiece parsing in very rare cases like Bug33519.doc + Inner tables are correctly supported + Allow user to retrieve Table nesting level (based on file information) + Functionality of internal tool HWPFLister is greatly improved, including output of document PAPX and paragraphs + Expand Word structures definitions (TAP, PAP, TLP, etc) based on official documentation + Add Excel-to-HTML converter (2007 versions) + Add Word-to-HTML converter (95-2007 versions) + Skip wrong-type SPRMs when characters SPRM is expected + Add toStrings() methods to internal HWPF structures: BorderCode, PAPX, Paragraph, Section, SEPX, SprmOperation, etc. 51474 - SXSSF handling for null strings 48294 - Fixed HSSFWorkbook.setSheetOrder() to respect inter-sheet references 51448 - Avoid exception when evaluating workbooks with more than 256 sheets -- 2.39.5