Bug 25039 - Richtext - Exception is flow when I access to the excel file using HSSF
Summary: Richtext - Exception is flow when I access to the excel file using HSSF
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 1.5.1
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
: 32286 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-11-27 02:50 UTC by Benny Wong
Modified: 2006-07-27 20:23 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benny Wong 2003-11-27 02:50:27 UTC
Situation:
According to the limition HSSF cannot support rich text cells, after inserting 
the rich text cell and deleting it, the HSSF still throw 
exception "NegativeArraySizeException".

Procedure:
1. Using HSSF to access a Excel file and get the data successfully
2. Add two font types in the one cell of Excel file to let the HSSF to throw 
the exception
3. Delete the rich text cell
4. Using HSSF to access the Excel file again

Result:
HSSF still throw the exception "NegativeArraySizeException"
Also, the exception "NegativeArraySizeException" is not suitable to 
description this problem.
Comment 1 Jason Height 2005-08-22 05:25:23 UTC
HEAD now has rich text support.

Jason
Comment 2 Jason Height 2006-07-28 03:23:25 UTC
*** Bug 32286 has been marked as a duplicate of this bug. ***