https://issues.apache.org/bugzilla/show_bug.cgi?id=51143
Bug #: 51143
Summary: "Buffer overrun" Exception with named area with accent
AND comment
Product: POI
Version: 3.7
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: HSSF
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 26949
--> https://issues.apache.org/bugzilla/attachment.cgi?id=26949
files that reproduce the bug
The following exception occurs when a tryinf to resave workbook containing a
name area with characters with accent (like french ones) in its name and a
comment OR no accent in the name but one in the comment.
(the following case : characters with accent in the name and no comment, works
well)
Exception in thread "main" java.lang.RuntimeException: Buffer overrun
at
org.apache.poi.util.LittleEndianByteArrayOutputStream.checkPosition(LittleEndianByteArrayOutputStream.java:51)
at
org.apache.poi.util.LittleEndianByteArrayOutputStream.write(LittleEndianByteArrayOutputStream.java:88)
at
org.apache.poi.hssf.record.NameCommentRecord.serialize(NameCommentRecord.java:68)
at
org.apache.poi.hssf.record.StandardRecord.serialize(StandardRecord.java:41)
at
org.apache.poi.hssf.model.InternalWorkbook.serialize(InternalWorkbook.java:1036)
at
org.apache.poi.hssf.usermodel.HSSFWorkbook.getBytes(HSSFWorkbook.java:1246)
at org.apache.poi.hssf.usermodel.HSSFWorkbook.write(HSSFWorkbook.java:1149)
Java code : just open the test file and resave it with POI.
--
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: [email protected]
For additional commands, e-mail: [email protected]