https://issues.apache.org/bugzilla/show_bug.cgi?id=48803
--- Comment #3 from Michael Zalewski <mzalewsk@us.ibm.com> 2010-02-24 18:35:11 UTC ---
The attached XLS contains two strings in the string table with a value of
"gibberish".
The first one is a 'Rich Text' type, but there is only one format run.
According to my reading of the Excel spec, a 'Rich Text' type should contain at
least two distinct format runs.
Look at your code where you are generating a Rich Text string. If there is only
one format, apply the style to the cell itself (instead of applying one format
to the entire string).
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|