From c08c5658baefe6378bab2f7486d2428447e7181a Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Tue, 20 Mar 2007 14:04:49 +0000 Subject: [PATCH] excluded rich text and outlines from POI 2.5 limitations git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@520398 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/hssf/limitations.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/documentation/content/xdocs/hssf/limitations.xml b/src/documentation/content/xdocs/hssf/limitations.xml index 41f1b24187..69f2cc525b 100644 --- a/src/documentation/content/xdocs/hssf/limitations.xml +++ b/src/documentation/content/xdocs/hssf/limitations.xml @@ -27,7 +27,7 @@ -
Version 2.0 limitations +
Version 2.5 limitations

The intent of this document is to outline some of the known limitations of the POI HSSF API's. It is not intended to be complete list of every bug or missing @@ -42,19 +42,6 @@ a new spreadsheet out. This is possible because POI attempts to keep existing records intact as far as possible.

-

  • - Rich Text

    - HSSF does not support rich text cells. Rich text cells are - cells that have multiple fonts and styles in the once cell. Any attempt to read - a spreadsheet that has rich text cells will throw an exception. This feature may - be supported in the future but it is not currently planned. Patches are welcome.

    -
  • -
  • - Outlines

    - It is not yet possible to create outlines. Reading a spreadsheet with outlines - may work correctly but has not been tested. Write support for outlines may - be added in the future but it is not currently planned. Patches are welcome.

    -
  • Macros

    Macros can not be created. However, reading and re-writing files containing macros will -- 2.39.5